HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.2k stars 2.9k forks source link

SEO: migrate to ScholarlyArticle JSON-LD for publications #2152

Closed gcushen closed 2 years ago

gcushen commented 3 years ago

Publications in Wowchemy currently use Article JSON-LD rather than the more specific ScholarlyArticle structured data as ScholarlyArticle is not eligible for rich Google search results whereas Article is.

Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting https://developers.google.com/search/docs/data-types/article

However, users have fed back desire to incorporate the structured data available in ScholarlyArticle to help improve integration with third-party academic platforms and indexers.

See https://schema.org/ScholarlyArticle See https://github.com/wowchemy/wowchemy-hugo-modules/tree/main/wowchemy/layouts/partials/jsonld

gcushen commented 2 years ago

Closing as the issue has been open for almost a year with no contributions and little-no interest from the community.

PRs are welcome if anyone comes across this and wishes to contribute an improvement.