Advanced SEO Techniques

FAQ Page JSON-LD

No items found.
Overview
Structured Data
Structured Data Overview
10:18
501
Adding JSON-LD Structured Data
Adv
16:29
502
Site Name JSON-LD
Adv
503
Articles, News & Blog Post JSON-LD
Adv
504
Site Search JSON-LD
Adv
506
Client Reviews JSON-LD
Adv
506
Breadcrumbs JSON-LD
Adv
508
FAQ Page JSON-LD
Adv
509
Q&A Page JSON-LD
Adv
510
Twitter Cards
Adv
601
Embedding Rich Text in JSON
702
Validating & Debugging JSON-LD
703
Technical SEO
Controlling the Robots
801
Sitemap.xml
802
robots.txt
803
Removing Pages from Google
804
Removing Your WEBFLOW.IO Staged Site from Google
805
More Advanced SEO Techniques
810
Voice Search
810
Influencing Google Search Appearance
Influencing Google's Search Appearance
901
No items found.

The FAQPage schema in JSON-LD is a way to structure data for Frequently Asked Questions (FAQ) pages.

Why use this?

Modern search engines are beginning to orient more towards questions and phrases submitted by a user, rather than keywords. You can see this in;

  • Voice search, e.g. Siri and Alexa
  • Some google SERPs show rich results such as Q&A content at the top.
  • GPT-style LLMs are on the rise, and are beginning to query the internet dynamically for more current responses. The queries they pass to websites will likely take a more question-like construction.

Implementing in Webflow

Here's an example of FAQPage content as JSON-LD;

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What is your return policy?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "You can return any item purchased on our store within 30 days of the delivery date."
    }
  }, {
    "@type": "Question",
    "name": "Do you ship internationally?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Yes, we ship internationally. Shipping costs will apply, and will be added at checkout."
    }
  }]
}
</script>

If your Q&A content is static, you can create this content manually as JSON and embed it in your page in an HTML Embed, or in the /body custom code section of your page.

This is the most reliable method, because the content statically becomes part of your page content.

If you want to dynamically source your content from the CMS, you'd need to construct your

Resources

  • FAQPage. Answers Frequently Asked Questions (FAQs).
  • FAQPage Schema on Schema.org: This is the official documentation for the FAQPage schema on Schema.org. It provides a detailed description of the schema and its properties.
  • Google's FAQ structured data guide: This guide from Google provides specific instructions for how to use the FAQPage schema to enable FAQ rich results in Google Search.
  • Google's Structured Data Testing Tool: This tool allows you to test your structured data to make sure it's correctly formatted and can be understood by Google's search engine.

Notes

https://discourse.webflow.com/t/how-to-add-breadcrumbs-schema-org-to-cms-pages-copy-paste/90006

Table of Contents
Did we just make your life better?
Passion drives our long hours and late nights supporting the Webflow community. Click the button to show your love.