2.3.0 & 3.1.0
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.
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
- removed the packages version of chart.js by @whitter in #156
- Don't allow invalid data for robot value by @patrickdemooij9 in #154
- Fix opengraph image not working correctly by @patrickdemooij9 in #155
- Robots on content level by @patrickdemooij9 in #148
- Set bundleoptions to none by @patrickdemooij9 in #160
New Contributors
Full Changelog: 2.2.1...3.1.0