Applying "Schema" to site

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
Hbrownell
 
 
Posts: 161
Joined: Fri Dec 06, 2019 3:58 pm
Location: Kentucky
Contact:

Applying "Schema" to site

Post by Hbrownell »

I've tried to apply this code to the website in a variety of places,

<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "LocalBusiness",
"name" : "PowerPlus Cleaning Solutions",
"url" : "https://powerplusonline.com",
"sameAs" :["https://powerplusonline.com",
"https://www.facebook.com/powerpluscleaningsolutions",
"https://www.instagram.com/powerplusonline",
"https://www.youtube.com/channel/UCwkCql ... 1l6n03nLTQ",
"https://www.linkedin.com/company/powerp ... -solutions" ]
}
</script>

But it only seems to see the video on my landing page, and just that it's a local business. I have no idea where to find the attributes within the web builder and schema seems to ignore my content that I tried to add through "script". Any thoughts?

https://henrisandbox.com/files/Test.zip
User avatar
crispy68
 
 
Posts: 2908
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Applying "Schema" to site

Post by crispy68 »

WB has a built in Schema tool. It's under the Miscellaneous section called Structured Data.

You can read more here: https://www.wysiwygwebbuilder.com/structured_data.html
Hbrownell
 
 
Posts: 161
Joined: Fri Dec 06, 2019 3:58 pm
Location: Kentucky
Contact:

Re: Applying "Schema" to site

Post by Hbrownell »

Bingo. That was the trick. So, adjust the .json file and put in where it says to and I can add stuff all day long. I just verify it against the schema website and verify it's working. It works great! Thank you!!
Post Reply