iamSahdeep / seo_renderer

A Flutter Web Plugin to display Text Widget as Html for SEO purpose
MIT License
114 stars 15 forks source link

Div's positioning #2

Closed indigothm closed 2 years ago

indigothm commented 3 years ago

Is there any reason why the elements are added using an absolute position? It shouldn't affect SEO, am I wrong?

iamSahdeep commented 3 years ago

Yes, absolute position or maintaining the regular html flow should have same seo effects. I know that html should follow the flow, but just to be on safer side and have same UI I used absolute position and width for it. I might be wrong Do you have any suggestion about it? I am not very much into web/html.