*

iTroll

  • ***
  • 48 posts
Microdata
« on: September 08, 2017, 09:27:21 AM »
Hello all! Hello Frosti!

Finally Frosti i find how to fix the microdata problem 😎!

I told you i am stubborn 😁😁😁

Hot to fixed the microdata first step:

1. Go to google console (google wen tools) and verify if you have the microdata functions in you page!

- https://search.google.com/structured-data/testing-tool/

2. Use google to find a microdata generator or use google console to generate this for you:

- https://www.google.com/webmasters/tools/home

3. Download this plugin from osclass!

- https://market.osclass.org/plugins/miscellaneous/insert-on-header-footer_267

4. Insert in head section of this plugin the JASON-LD microdata script  generated, it's should look 👀 like that:

<!-- Limbaj de markup JSON-LD generat de Asistent de markup pentru date structurate Google. -->
<script type="application/ld+json">
{
  "@context" : "http://schema.org",
  "@type" : "LocalBusiness",
  "name" : "Your Example",
  "image" : "https://yoursite.ro/oc-content/plugins/slider/images/59a2ebd75d963.png",
  "telephone" : "+40897898898",
  "email" : "[email protected]",
  "address" : {
    "@type" : "PostalAddress",
    "addressLocality" : "Bucuresti"
  },
  "openingHoursSpecification" : {
    "@type" : "OpeningHoursSpecification",
    "dayOfWeek" : {
      "@type" : "DayOfWeek",
      "name" : "Luni"
    },
    "opens" : "Inserați aici o dată/oră validă în format ISO 8601. De exemplu: 2015-07-27 sau 2015-07-27T15:30",
    "closes" : "Inserați aici o dată/oră validă în format ISO 8601. De exemplu: 2015-07-27 sau 2015-07-27T15:30"
  },
  "url" : "https://yoursite.ro/"
}
</script>



AFTER THAT RETEST YOUR MICRODATA!