krokyze / flutter_seo

Flutter package for SEO support on Web.
MIT License
46 stars 5 forks source link

Style of text should affect the HTML tag #16

Closed guplem closed 1 year ago

guplem commented 1 year ago

It is probably a good idea to relate a specific HTML tags to specific flutter text styles, so when the HTML gets built, the headline1 uses <h1>, headline2 <h2>, … and for the standard text (body2) <p>. Here you have the list of the styles,

I do believe that those tags are used by the search engines to categorize the content.

This package uses a different but similar approach. I wouldn't like to have 2 packages (one for images + links and another for text…)

krokyze commented 1 year ago

I agree that's a must have. I'll look into adding support for this in the next release, I just need to find time for that 😉

krokyze commented 1 year ago

Support for h1-h6 tags has been released in version 0.0.4.