Structured Data
Posted: Thu Mar 14, 2024 6:53 pm
Good Day ...
I have a client who has hired an SEO company ... the SEO company has requested I add some very specific Structured Data for every page (each schema for each page is different)
In using the MISCELLANEOUS > Structure Data I see the preset options aren't allowing me to match what the SEO company is requesting.
Is there a simple way I can insert the supplied info into the page? Here is an example of what they want for one of the pages. I tried HTML insert but the content shows on the page.
= = = =
Local Business
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"name": " The Applegath....",
"address": { 258 Seymour Street
Kamloops, BC V2C 2E5
"@type": "PostalAddress",
"streetAddress": "258 Seymour Street
Kamloops, BC V2C 2E5",
"addressLocality": "Kamloops",
"addressRegion": "Vancouver",
"postalCode": "V2C 2E5",
"addressCountry": "Canada"
},
"telephone": "250-314-9555",
"openingHours": "Mo-Fr 01:00-24:00",
"priceRange": "$$"
}
I have a client who has hired an SEO company ... the SEO company has requested I add some very specific Structured Data for every page (each schema for each page is different)
In using the MISCELLANEOUS > Structure Data I see the preset options aren't allowing me to match what the SEO company is requesting.
Is there a simple way I can insert the supplied info into the page? Here is an example of what they want for one of the pages. I tried HTML insert but the content shows on the page.
= = = =
Local Business
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"name": " The Applegath....",
"address": { 258 Seymour Street
Kamloops, BC V2C 2E5
"@type": "PostalAddress",
"streetAddress": "258 Seymour Street
Kamloops, BC V2C 2E5",
"addressLocality": "Kamloops",
"addressRegion": "Vancouver",
"postalCode": "V2C 2E5",
"addressCountry": "Canada"
},
"telephone": "250-314-9555",
"openingHours": "Mo-Fr 01:00-24:00",
"priceRange": "$$"
}