Page 1 of 1

Applying "Schema" to site

Posted: Sun Dec 18, 2022 11:58 pm
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

Re: Applying "Schema" to site

Posted: Mon Dec 19, 2022 2:02 am
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

Re: Applying "Schema" to site

Posted: Mon Dec 19, 2022 4:25 pm
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!!