Schema Markup

Schema markup is structured information that is added to a webpage to explicitly inform search engines what the page is about.


Schema markup is code (semantic vocabulary) you add to your website's HTML to help search engines better understand and display your content in search results. It creates enhanced descriptions called "rich snippets" in search results.


Example of a schema markup file

js

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Company Name",
  "url": "https://www.example.com",
  "logo": "https://www.example.com/logo.png"
}
</script>
Published
October 22, 2024
Updated
November 8, 2024