krokyze / flutter_seo

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

Feature request: add "rel" prop on link #51

Closed codakkk closed 5 months ago

codakkk commented 6 months ago

There seems no way to specify "rel" prop. This is useful for various things, like "no follow link" and much more. Is it planned?

krokyze commented 6 months ago

Maybe I'm misunderstanding but LinkTag already has rel property. https://github.com/krokyze/flutter_seo/blob/1e95877324aae30f8c3939c1b3a79718717ad275/lib/head_tag.dart#L19

codakkk commented 6 months ago

Maybe I'm misunderstanding but LinkTag already has rel property.

https://github.com/krokyze/flutter_seo/blob/1e95877324aae30f8c3939c1b3a79718717ad275/lib/head_tag.dart#L19

I'm talking about this prop: <a href="http://www.example.com" rel="nofollow">NoFollow Example</a>

This is what I expect from a link widget

krokyze commented 5 months ago

@codakkk Hey, just released new 0.0.6 version with rel support added 😉