We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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!
The text was updated successfully, but these errors were encountered: