RichardH Posted November 11, 2020 Posted November 11, 2020 Site URL: https://www.fleetwoodjewellery.com/ Hey guys, I'm pretty new to schema markup and SEO and have been learning as much as possible on the subject. In my learnings and fumblings, I entered a piece of code somewhere that is now coming back and giving me an error on the Rich Results Page. The schema that I'm using now works across the board but this rogue piece of code keeps coming back on every page I try. If I put just the code in from my header into the rich results, its green check. When I put a URL in, I get both a green check and an error. I contacted support and they checked (as best to their ability) all of my custom code areas and they couldn't find the rogue piece of code either. Hoping someone might have some insight into this! URL: https://www.fleetwoodjewellery.com/ My markup at the header of every page, confirmed green check on it's own: <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "JewelryStore", "name": "Fleetwood Jewellery", "image": "https://static1.squarespace.com/static/5edd90fd84784b1c50e562fc/t/5f7f6d0efb97e4048fbd21b1/1604012518327/?format=1500w", "@id": "https://www.fleetwoodjewellery.com/#localbusiness", "hasMap": "https://g.page/Fleetwoodjewellery?share", "email": "fleetwoodoffice@shaw.ca", "url": "https://www.fleetwoodjewellery.com/", "telephone": "4032528850", "priceRange": "$100-$150,000", "address": { "@type": "PostalAddress", "streetAddress": "8500 Macleod Trail South", "addressLocality": "Calgary", "addressRegion": "AB", "postalCode": "T2H 2N1", "addressCountry": "CA", "description": "Magnificent Jewellery. Outstanding Value." }, "geo": { "@type": "GeoCoordinates", "latitude": 50.9767365, "longitude": -114.0703448 }, "openingHoursSpecification": [{ "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Tuesday", "Wednesday", "Thursday", "Friday" ], "opens": "09:00", "closes": "17:00" },{ "@type": "OpeningHoursSpecification", "dayOfWeek": "Saturday", "opens": "10:00", "closes": "16:00" }] } { "@context": "https://schema.org", "@type": "Corporation", "name": "Fleetwood Jewellery", "url": "https://www.fleetwoodjewellery.com/", "logo": "static1.squarespace.com/static/5edd90fd84784b1c50e562fc/t/5f7f6d39e979d83adf291850/1604080586853/", "contactPoint": { "@type": "ContactPoint", "telephone": "403.252.8850", "contactType": "customer service", "areaServed": "CA", "availableLanguage": ["en","es","Russian"] }, "sameAs": "https://www.instagram.com/fleetwoodjewellery" } { "@context": "https://schema.org/", "@type": "WebSite", "name": "Fleetwood Jewellery", "url": "https://www.fleetwoodjewellery.com/", "potentialAction": { "@type": "SearchAction", "target": "https://www.fleetwoodjewellery.com/search?q={search_term_string}", "query-input": "required name=search_term_string" } } </script> Rogue piece of code I can't find that is giving me errors: "https://static1.squarespace.com/static/5edd90fd84784b1c50e562fc/t/5f9da44aa48e4130fee520e6/1605116384578/","openingHours":", Tu 09:00-17:00, We 09:00-17:00, Th 09:00-17:00, Fr 09:00-17:00, Sa 10:00-16:00, ","@context":"http://schema.org","@type":"LocalBusiness"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.