Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.72 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.72 KB

Top5Gent schema.org rewrite

Netlify Status

In this project we rewrite the Top 10 Bars in Gent blogpost and add stuctured data schema's using JSON-LD.

Rewrite

JSON-LD examples

  • QAPage
    {
    "@context": "https://schema.org",
    "@type": "QAPage",
    "mainEntity": {
    "@type": "Question",
    "name": "What are the top 10 bars in Gent?",
    "text": "What are the top 10 bars in Gent?",
    "answerCount": 1,
    "suggestedAnswer": {
    "@type": "Answer",
    "text": "1. Patrick Foley's
    2. Cocktail Hollywood
    3. Jigger's
    4. Hotsy Totsy
    5. Kaffee De Planck
    6. 'T Dreupelkot
    7. Rock circus
    8. Barrazza
    9. Pi-Nuts
    10. Krawietelke
    "
    }
    }
    },
  • PubOrBar
    {
    "@context": "https://schema.org",
    "@type": "BarOrPub",
    "name": "Patrick Foley's",
    "image": "https://top5-structured-data.netlify.app/Top%2010%20Bars%20in%20Gent_files/Foleys%202.0.jpg",
    "url": "https://www.foleys.be",
    "telephone": "+32 9 2250 885",
    "priceRange": "€€",
    "address": {
    "@type": "PostalAddress",
    "streetAddress": "Recollettenlei 10",
    "addressLocality": "Gent",
    "postalCode": "9000",
    "addressCountry": "BE"
    }
    },

Links

schema.org validator result

Rich result preview

Original Site

Links