rainforestinn Posted February 18, 2023 Share Posted February 18, 2023 Website URL: www.rainforestinn.com When running a schema validation on my website, 2 errors were reported. One is missing field "image" and the second is missing field "name." There are multiple images on my website, and the name of my business is mentioned throughout the website, as well as in the URL. I am unsure on how to fix these issues, and would like to have a fully validated schema in order to boost visibility as much as possible. I have attached a screenshot of the errors received from the Google Rich Results Test. Thank you in advance. Link to comment
OliHarris Posted March 19, 2023 Share Posted March 19, 2023 Did you get any success with this? I have the same problem Link to comment
craigcarmean Posted March 28, 2023 Share Posted March 28, 2023 I have same issue. Squarespace needs to address this. Link to comment
CoreW Posted August 25, 2023 Share Posted August 25, 2023 I also have this exact same problem. Is it not possible to override the default schema from SS? Link to comment
Vinnyfromnova Posted January 1 Share Posted January 1 Come on Squarespace. Same issue here Link to comment
Riley33 Posted January 24 Share Posted January 24 I'm having the exact same issue, did they ever help? Can anyone from squarespace offer some assistance here? Link to comment
BCi Posted January 25 Share Posted January 25 I have the exact same issue. Added my own schema - which is super clean - and the error is on the SS generated side of things. Any help here would be appreciated. (I brought this up over two years ago and received no response.) Link to comment
Vinnyfromnova Posted February 19 Share Posted February 19 (edited) I was able to repair the Squarespace Schema (image and name missing) errors by deleting all of the information from Squarespace Settings>Business Information. I deleted everything except the business name and then pasted the following code into the header code injection. I updated the code with my site's information, of course. It worked for me. No errors...I am not a programmer, just a Squarespace user who finally found a solution. I hope this works for you too! ..."This is an error made by Squarespace theme/software. It auto-generates incorrect schema markup script, which Google automatically flags with errors because it contains errors. There is a solution to this. Remove all existing business information from your Settings>Business Information. Take this script/code and carefully replace existing business information/details with yours, be sure to keep all quotes and comas as is. Use a plain text editor file, without formatting. <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Business Name", "url": "https://www.affjfj.com", "logo": "https://images.squarespace-cdn.com/content/v1/6a-4323-b81c-2bd70651f814/color_transparent+Final+for+Site.png?format=1500w", "address": { "@type": "PostalAddress", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "streetAddress": "244 5th Ave, 2nd Floor" }, "telephone": "(553) 557-9577", "priceRange": "$", "currenciesAccepted": "USD", "paymentAccepted": "Credit Card, PayPal", "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "opens": "09:00", "closes": "17:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Saturday" ], "opens": "10:00", "closes": "16:00" } ] } </script> Once you've updated the script with your business information, hours, etc. Please copy and paste the code into Google Rich Results/Schema validator tool: https://search.google.com/test/rich-results. If you don't have any critical errors, then copy and paste the code using Settings>Advanced>Code Injection Paste the code into HEADER section. Then save. " Edited February 19 by Vinnyfromnova Link to comment
KMPhotos Posted May 29 Share Posted May 29 I am having the same issue and deleting the address under my business settings did not fix it. This only made more errors for the "organization listing" and did nothing to the "local business listing". When I test my local listing code, it's great. But the actual url test fails. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment