How can you add custom Structured Data to a website hosted on Squarespace?
-
I have a client with a simple one page landing website hosted on Squarespace. Is there any method to easily apply structured data to this format?
-
We have found adding Schema via JSON-LD pretty straight forward and easier than inline, see: https://developers.google.com/schemas/formats/json-ld
Normally we would put this type of schema in via GTM but Squarespace has issue adding custom code in the body tags. That being said you should be able to add your JSON-LD script of schema directly in the head with no issue.
Good Luck