Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Schema #95

Open
costacoz opened this issue Oct 8, 2024 · 0 comments
Open

Feature request: Schema #95

costacoz opened this issue Oct 8, 2024 · 0 comments

Comments

@costacoz
Copy link

costacoz commented Oct 8, 2024

Hello!

First, thank you so much for developing this wonderful theme and maintaining it!

I see that Paige lists "SEO" in its feature list. But I couldn't find that it lets the use of Rich Schema.

This is a super important thing for the SEO right now. Hugo lacks it from out-of-the-box. While Wordpress has it by default, without plugins.

Here is the example of what I'm talking about:

<script type="application/ld+json">{
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
        {
            "@type": "Question",
            "name": "Which pets Mark Zuckergerg has?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Two cats and a dog."
            }
        },
        {
            "@type": "Question",
            "name": "Which college Sam Altman finished?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Some Polish college in Krakow."
            }
        }
    ]
}</script>

I stumbled upon these topics about enabling FAQPage:
https://discourse.gohugo.io/t/best-way-to-create-an-faq-with-schema/31158/12
https://discourse.gohugo.io/t/frequently-asked-questions-faqs-with-schema-to-hugo/42779

It looks complicated and I hoped that some theme might have it implemented.

My skills are not cool enough to make a Pull-Request for such a feature, hence I'm filling this feature request.

Thank you a lot once again for all your efforts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant