cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

How to setup google SEO in tags in the website

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"
}

1 ACCEPTED SOLUTION

rcmck
Dessert I

Looks like it is setup, I was able to find it. Were you just looking to confirm that it was configured? 

schema.png

View solution in original post

2 REPLIES 2

rcmck
Dessert I

Looks like it is setup, I was able to find it. Were you just looking to confirm that it was configured? 

schema.png

Possibly i was looking in the wrong place.. thanks for checking