← All types

Question

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Question",
    "name": "How do I reset my password?",
    "acceptedAnswer": {
        "@type": "Answer",
        "text": "Go to Settings > Security > Reset Password"
    },
    "suggestedAnswer": [
        {
            "@type": "Answer",
            "text": "Try the forgot password link on the login page"
        },
        {
            "@type": "Answer",
            "text": "Contact support for a manual reset"
        }
    ],
    "answerCount": 3,
    "text": "I cannot remember my password and need to regain access to my account.",
    "upvoteCount": 42,
    "author": {
        "@type": "Person",
        "name": "Sarah Tech"
    },
    "datePublished": "2025-01-15",
    "dateModified": "2025-03-20",
    "comment": [
        {
            "@type": "Comment",
            "text": "Great question, I had the same issue!",
            "author": {
                "@type": "Person",
                "name": "Fellow User"
            }
        }
    ]
}

Source: generate-question.php

Schema: https://schema.org/Question