Newsletter is now available!
Quotion

JSON-LD

Use JSON-LD to improve your SEO.

What is JSON-LD?

JSON-LD is a lightweight JSON-based format for encoding HTML structures in a way that is both human-readable and machine-readable. It is a great way to add structured data to your posts, which can help search engines understand your content better.

Example

{
  "@context": "https://schema.org",
  "headline": "MDX Components",
  "description": "What's Quotion Quotion is a blogging platform for Apple Notes. Quotion publish your notes to a subdomain or your domain automatically, with fast page loads, SEO ready, built-in analytics, unlimited newsletters, and looks great. No design or coding skills required.",
  "image": "https://static.quotion.net/avatars/9c60d3.png",
  "url": "https://acme.quotion.co/post/mdx-components_aghr1xU1YqPwKEc8VxbUTM",
  "datePublished": "2025-08-10T02:20:30.211Z",
  "dateModified": "2025-08-10T02:20:30.211Z",
  "author": {
    "@type": "Person",
    "name": "Qing",
    "image": "https://static.quotion.net/avatars/9c60d3.png",
    "jobTitle": "Creator"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Quotion",
    "url": "https://quotion.co"
  },
  "keywords": "MDX",
  "timeRequired": "PT1M",
  "inLanguage": "en-US",
  "@type": "BlogPosting",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://acme.quotion.co/post/mdx-components_aghr1xU1YqPwKEc8VxbUTM"
  }
}

How to use JSON-LD?

JSON-LD is automatically generated for those posts:

How is this guide?