You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, the problem I am encountering is related to the next-seo package's limitations in supporting HTML in the FAQ page. This limitation makes it difficult to present detailed and formatted content in a way that is easily readable and accessible for users. A lack of HTML support also limits the SEO benefits that can be reaped from an FAQ page as search engines may not accurately interpret and rank the content.
Describe the solution you'd like
I would appreciate a feature update that allows the inclusion of HTML content within the FAQ schema in next-seo. This could involve parsing the HTML content correctly so that it can be appropriately rendered on the page, while also ensuring it adheres to the appropriate schema structure for SEO purposes.
Describe alternatives you've considered
One alternative solution could be manually incorporating the HTML into the page outside of the next-seo framework and then using a different method for SEO optimization. However, this would defeat the purpose of using next-seo and could lead to inconsistencies in SEO practices across the site.
Another alternative could be to strip HTML tags from the content and present it as plain text. However, this sacrifices the usability and presentation of the content, negatively impacting user experience and potentially SEO as well.
Additional context
The schema.org FAQPage schema (link) indicates that the mainEntity (a Question) can contain text that is "The textual content of this CreativeWork." This seems to suggest that HTML, which is essentially text content, should be acceptable.
As per Google's FAQ schema guidelines, HTML content can help enrich the search results snippet, which can boost visibility and clickthrough rates.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes, the problem I am encountering is related to the next-seo package's limitations in supporting HTML in the FAQ page. This limitation makes it difficult to present detailed and formatted content in a way that is easily readable and accessible for users. A lack of HTML support also limits the SEO benefits that can be reaped from an FAQ page as search engines may not accurately interpret and rank the content.
Describe the solution you'd like
I would appreciate a feature update that allows the inclusion of HTML content within the FAQ schema in next-seo. This could involve parsing the HTML content correctly so that it can be appropriately rendered on the page, while also ensuring it adheres to the appropriate schema structure for SEO purposes.
Describe alternatives you've considered
One alternative solution could be manually incorporating the HTML into the page outside of the next-seo framework and then using a different method for SEO optimization. However, this would defeat the purpose of using next-seo and could lead to inconsistencies in SEO practices across the site.
Another alternative could be to strip HTML tags from the content and present it as plain text. However, this sacrifices the usability and presentation of the content, negatively impacting user experience and potentially SEO as well.
Additional context
The schema.org FAQPage schema (link) indicates that the mainEntity (a Question) can contain text that is "The textual content of this CreativeWork." This seems to suggest that HTML, which is essentially text content, should be acceptable.
As per Google's FAQ schema guidelines, HTML content can help enrich the search results snippet, which can boost visibility and clickthrough rates.
The text was updated successfully, but these errors were encountered: