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": "$$"
}
Structured Data
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- BaconFries
-
- Posts: 5884
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Structured Data
Have you read the ?.Add Rich Snippets to your website using Structured Data (schema.org)
You can also use the following for external code
HTML Object
Thats because the code provided is not complete it is missing the opening and closing tags <script>your code here</script>I tried HTML insert but the content shows on the page.
You can also use the following for external code
HTML Object
Re: Structured Data
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!!
<script type="application/ld+json">
then the coding the SEO supplied
</script>
And use
Type: Between <head></head> tags
Appreciate the help!!