Skip to content

Releases: wintoncode/Winton.AspNetCore.Seo

3.0.0

14 Jan 17:05
bc89fd8
Compare
Choose a tag to compare

Update to ASP.NET Core 3.0. See the CHANGELOG for more details.

2.0.1

04 Sep 15:36
6da48d6
Compare
Choose a tag to compare

Bug Fixes:

  • Fix bug with incorrect Sitemap directive in Robots.txt file (#27)

1.3.1

04 Sep 15:18
d4eedbd
Compare
Choose a tag to compare

Bug Fixes:

  • Fix bug with incorrect Sitemap directive in Robots.txt file (#27)

2.0.0

08 Jun 06:34
9fa4e6d
Compare
Choose a tag to compare

BREAKING CHANGES

  • Removed HeaderMetadataViewComponent and replaced with OpenGraphTagHelper. However there is no replacement for <meta name="robots" content="none"/>, which was added by HeaderMetadataViewComponent 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.

1.3.0

13 Dec 15:12
22791ad
Compare
Choose a tag to compare
  • Added the ability to set the Noindex directive for each user agent in robots.txt file.

1.2.0

06 Oct 21:47
Compare
Choose a tag to compare

First open source release. Contains the same features as 1.1.x.