flutter_easy_seo 1.0.6
flutter_easy_seo: ^1.0.6 copied to clipboard
Generates SEO HTML from widget trees via interactive or automated (CI) modes to serve as static files to search engine bots. Free for small businesses.
1.0.6 #
- Moved convenience test mocks and utils and sync client to dedicated package flutter_easy_seo_sync.
- Code cleanup.
1.0.5 #
- Moved convenience test mocks and utils to example project. This is a temporary solution to convince pub.dev that this package is suitable for web.
- Removed unused imports and packages.
1.0.4 #
- revert last change
1.0.3 #
- moved test utils to sub package
1.0.2 #
- specify platforms
- fix some warnings
1.0.1 #
- refactor to make some public elements private
- code doc comments
1.0.0 #
- Complete SEO-friendly HTML documents from the live widget tree
- Automatic
sitemap.xmlgeneration - SEO-relevant
<head>tags and metadata (Twitter, Open Graph, custom meta tags) - Interactive Mode with UI overlay for debugging and manual generation
- Automated Mode via Flutter Widget Tester for CI and scheduled generation
- JSON-LD structured data and Microdata support