Structured Data

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
cmsintent
 
 
Posts: 115
Joined: Tue Oct 09, 2007 4:59 pm
Location: Alberta, Canada
Contact:

Structured Data

Post 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": "$$"
}
User avatar
BaconFries
 
 
Posts: 5884
Joined: Thu Aug 16, 2007 7:32 pm

Re: Structured Data

Post 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
cmsintent
 
 
Posts: 115
Joined: Tue Oct 09, 2007 4:59 pm
Location: Alberta, Canada
Contact:

Re: Structured Data

Post 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!!
User avatar
BaconFries
 
 
Posts: 5884
Joined: Thu Aug 16, 2007 7:32 pm

Re: Structured Data

Post by BaconFries »

Yes and Yes
Post Reply