Page 1 of 1

Structured Data

Posted: Thu Mar 14, 2024 6:53 pm
by cmsintent
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": "$$"
}

Re: Structured Data

Posted: Thu Mar 14, 2024 7:04 pm
by BaconFries
Have you read the ?.Add Rich Snippets to your website using Structured Data (schema.org)
I tried HTML insert but the content shows on the page.
Thats because the code provided is not complete it is missing the opening and closing tags <script>your code here</script>
You can also use the following for external code
HTML Object

Re: Structured Data

Posted: Thu Mar 14, 2024 7:13 pm
by cmsintent
BaconFires ... can you confirm ... for the HTML insert I should use

<script type="application/ld+json">
then the coding the SEO supplied
</script>

And use
Type: Between <head></head> tags

Appreciate the help!!

Re: Structured Data

Posted: Thu Mar 14, 2024 7:27 pm
by BaconFries
Yes and Yes