Releases: wintoncode/Winton.AspNetCore.Seo
Releases · wintoncode/Winton.AspNetCore.Seo
3.0.0
2.0.1
1.3.1
2.0.0
BREAKING CHANGES
- Removed
HeaderMetadataViewComponent
and replaced withOpenGraphTagHelper
. However there is no replacement for<meta name="robots" content="none"/>
, which was added byHeaderMetadataViewComponent
in non-production environments. If you still require this you will need to add it manually to each page that you want to stop robots from indexing or following links on. Alternatively set it in the robots.txt file using this library. - Updated target framework to
netstandard2.0
New Features
- Added several tag helpers to make it easy to add Open Graph metadata to cshtml pages.