diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5a6ab..9902dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.7 + +* Swap body flt-seo tag with div. + ## 0.0.6 * Added rel for Seo.link(). diff --git a/README.md b/README.md index 8410ebf..6acb953 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Flutter package for enabling SEO (meta, body tag) support on Web. The package li To use this plugin, add `seo` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). ```yaml dependencies: - seo: ^0.0.6 + seo: ^0.0.7 ``` Use `usePathUrlStrategy()` to ensure that Google recognizes each URL as a distinct page. Failure to do so may result in Google perceiving all URLs as the same page. For additional details, refer to [this video](https://www.youtube.com/watch?v=vow-m6R-YHo). diff --git a/pubspec.yaml b/pubspec.yaml index d630881..f15e5d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: seo description: Flutter package for enabling SEO (meta, body tag) support on Web. -version: 0.0.6 +version: 0.0.7 homepage: https://github.com/krokyze/flutter_seo environment: