Releases: ethercreative/seo
Releases · ethercreative/seo
v3.2.7
3.2.7 - 2018-05-10
Heads up: This update includes changes to the SEO meta.twig
. If you are using a custom version you can review the changes here.
Fixed
- Fixed SEO field erroring after upgrade from Craft 2 #92
- Fixed sitemap erroring when entry doesn't have an SEO field #96
Changed
og:site_name
now usesseo.title
instead ofsiteName
#95 (via @urbantrout)- Canonical meta tag now uses
absoluteUrl
#94 (via @matthiaswh) - Social URLs in
meta.twig
now useabsoluteUrl
v3.2.6
v3.2.5
v3.2.4
v3.2.3
3.2.3 - 2018-04-05
Fixed
- Fixed bug where Craft would 500 error when robots were injected for an element without an expiry date (via @saylateam)
- Fixed a bug where the Craft edition referenced no longer existed #81 (via @andris-sevcenko)
v3.2.2
v3.2.1
v3.2.0
Added
- You can now manage your sites 🤖 on a site-wide or per-field basis
- The
X-Robots-Tag
header is added if you've set any robots - If the current entry has an expiry date, the
unavailable_after
directive will be added automatically - The
none
andnoimageindex
directives are automatically added to all pages when indevMode
. No more accidental indexing of development sites!
- The
- You can now manage your
robots.txt
file from the SEO settings!
Changed
- Improved the settings page (now with 300% more tabs).
Fixed
- Fixed sitemap dynamic urls throwing errors
- Sitemaps no longer show "headers already sent" warnings
- Fixed the keywords checklist not realising content had changed on the page
- The keywords checklist now knows what spaces are and count words accordingly
- Fixed keywords checklist not working after live preview is opened
- Fixed bug where fallback social images would cause SEO field to error
- Keyword density now works correctly for keywords containing more than one word
- Fixed a bug where deleting a keyword would occasionally cause a JS error