AI SEO

FAQ structured data

Checks for FAQPage schema - the most consumed schema by AI for direct answers.

Pourquoi est-ce important ?

FAQPage schema is the most direct path to AI citations. ChatGPT, Google AI Overviews and Perplexity use FAQ data to provide direct answers. A well-structured FAQ schema can multiply your traffic from AI sources.

Comment le corriger ?

Add FAQPage JSON-LD with a mainEntity array. Each question is a Question with name (the question) and acceptedAnswer with text (the answer). Minimum 3 questions for optimal impact.

Ce check note de 0 à 100. Sous 50 c’est un échec, 50 à 89 un avertissement, 90 ou plus c’est bon. Après chaque crawl vous voyez la note par page dans le rapport, avec une courte explication.

Questions fréquentes

Checks for FAQPage schema - the most consumed schema by AI for direct answers.

FAQPage schema is the most direct path to AI citations. ChatGPT, Google AI Overviews and Perplexity use FAQ data to provide direct answers. A well-structured FAQ schema can multiply your traffic from AI sources.

Add FAQPage JSON-LD with a mainEntity array. Each question is a Question with name (the question) and acceptedAnswer with text (the answer). Minimum 3 questions for optimal impact.

Exemple

Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.

<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
        {
            "@type": "Question",
            "name": "How much does SEO cost?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "SEO costs vary widely. DIY SEO is free but time-intensive. An agency charges €500-€3,000 per month."
            }
        },
        {
            "@type": "Question",
            "name": "How long does it take to see SEO results?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "On average 3-6 months for noticeable results, depending on competition and domain authority."
            }
        }
    ]
}
</script>
Essai gratuit