- Updated dependencies
- Replaced dynamic import to YoastSEO with direct import
- Fixed bug in
getYoastInsightsForContent
- Moved
yoastseoto peerdependencies
BREAKING In the new version of this plugin the custom input has been replaced with a custom pane and the schema is no longer pre-defined allowing you to set-up your own SEO fields.
- Updated with pane view similar to
sanity-plugin-seo-panebut with local rendering support and more customizable options.
- Minor fix to
NaNresults - Removed
.scssfiles and cleaned up unused files
- [#28] Added
part:sanity-plugin-seo-tools/schema-customizerpart to be able to customize the schema
- Bumped dependencies from dependabot
- Updated linkStatistics, findKeywordInFirstParagraph and pageTitleLength researchers (Author kjmph)
- Revised SEO tools UI with
@sanity/ui
- Include
config.dist.jsonin npm package so Sanity can automatically create it.
- Fixed typo to in
seo_title_required - Fallbackt to not using config file
- #16 A bug was fixed where the SEO title would not be detected correctly
- #22 Updated to CSS variables for theming
- #17 Added config options to make SEO fields required
You can now disable fetching the remote document by setting fetchRemote to false.
Keep in mind you need to provide the additional content methods when disabling the remote
- PR #4 Make patch event import use form-builder part