Skip to content

2.3.0 & 3.1.0

Compare
Choose a tag to compare
@patrickdemooij9 patrickdemooij9 released this 05 Feb 18:47
· 46 commits to dev/Umbraco10 since this release

Hi everyone!

This release is now available for Umbraco 10 (SeoToolkit 2.3.0) & Umbraco 11 (SeoToolkit 3.1.0). There are some cool things here to explore, so lets get started!

Robots on content level

A while back, I introduced the ability to set robot meta fields on your document types. This time, it has also been introduced on the content level.
image

It'll display the value of the document type at the bottom and allows you to overwrite it by using any of the above options. You can also select "none" if you don't want any robot meta fields on your page.

Show sitemaps on the robots.txt automatically

While all the functionalities in SeoToolkit are quite individual, there are some ways to combine them. This is one of the ways. If you use SeoToolkit, it'll automatically add the sitemaps of your domains to the robots.txt based on the sitemap functionality of SeoToolkit. You are also able to overwrite this functionality if you have different way that you want to implement this.

Along with that comes a new configuration open to turn this on or off:

"SeoToolkit": {
    "Global": {
      "AutomaticSitemapsInRobotsTxt": true
    }
  }

Thank you

And finally I would like to thank @whitter for fixing an issue with the chart.js that I wasn't aware off. Thank you for your PR! And a thank you to @ianleeder for finding issues while using SeoToolkit 🙏

And that will be all. Below is a full changelog. If you find any issues with these versions, then please let me know!

What's Changed

New Contributors

Full Changelog: 2.2.1...3.1.0