Missing ‘}’ or object member name.
-
I’m using the latest version of the plugin. Created a place structure. When validating with google I get the error: Missing ‘}’ or object member name.
I believe there is an extra “,” at the end of the code that shouldn’t be added.
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "LocalBusiness", "url": "https://bricos.com", "logo": "https://bricos.com/wp-content/uploads/2017/08/logo_bricos_512.jpg", "image": "https://bricos.com/wp-content/uploads/2023/09/SUC-27.jpg", "hasMap": "https://www.google.com/maps/place/Bricos/@25.6842728,-100.3220911,17z/data=!3m1!4b1!4m6!3m5!1s0x8662958e4bc2ffa3:0x781070d1c8ed92ee!8m2!3d25.6842728!4d-100.3195162!16s%2Fg%2F11b7q518f2?entry=ttu", "email": "[email protected]", "address" : { "@type" : "PostalAddress", "streetAddress" : "Av. Francisco I. Madero 718 Pte", "addressLocality" : "Monterrey", "addressRegion" : "MX - NL", "postalCode" : "64000", "addressCountry": "MX" }, "contactPoint": { "@type": "ContactPoint", "contactType": "Ventas", "telephone": "+528119908893", "email": "[email protected]", "url": "https://bricos.com/sucursales/tienda-material-electrico-iluminacion-centro-monterrey/" }, "description": "Venta de material eléctrico, iluminación, herramienta", "name": "Bricos", "priceRange": "$$", "telephone": "+528119908893", "currenciesAccepted": "MEX", "foundingDate": "1977-12-01", "openingHours" : [ "Mo 8:30-18:30", "Tue 8:30-18:30", "Wed 8:30-18:30", "Thu 8:30-18:30", "Fri 8:30-18:30", "Sat 8:30-13:30" ], }
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Missing ‘}’ or object member name.’ is closed to new replies.