Sunday
Asking chatgpt 🙂 I got this piece of code. But now since i moved to Toast Sites with the digital pro subscription I get the website and app hosted through them. When i open the inspect in chrome browser, i do see some of the tags in the <head> section. But I don't know how to extend to show this below?
Optimize Your Website for SEO
✅ Use Local Business Schema Markup (SEO Boost)
Add this JSON-LD schema to your website’s <head> section:
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "ChennaiMasala LLC",
"address": {
"@type": "PostalAddress",
"streetAddress": "Your Street Address",
"addressLocality": "Your City",
"addressRegion": "Your State",
"postalCode": "Your ZIP",
"addressCountry": "Your Country"
},
"telephone": "+1-XXX-XXX-XXXX",
"servesCuisine": "Indian",
"priceRange": "$$",
"url": "https://yourwebsite.com",
"openingHours": "Mo-Su 11:00-22:00",
"menu": "https://yourwebsite.com/menu",
"image": "https://yourwebsite.com/restaurant-image.jpg"
}
Solved! Go to Solution.
Monday - last edited Monday
Looks like it is setup, I was able to find it. Were you just looking to confirm that it was configured?
Monday - last edited Monday
Looks like it is setup, I was able to find it. Were you just looking to confirm that it was configured?
yesterday
Possibly i was looking in the wrong place.. thanks for checking