1.1.0 - 2021-07-04
- Add support for installations with Composer 2 (#35)
1.0.2 - 2021-03-22
- Remove
autojoin
option for SeoMaestro fields (#31) - thanks @tiefenb - Fallback to default language for empty values (#27) - thanks @tiefenb
- Prevent adding repeater pages as structured data breadcrumbs (#25) - thanks @rjgamer
1.0.1 - 2019-02-01
- Fix double encoding issues when rendering metatags (#15) - thanks @tiefenb
1.0.0 - 2019-11-20
- Fix misleading error message when the XML sitemap cannot be created for reasons other than a non-writable parent directory
- Meta tags should not encode german umlaut characters (#14)
- Do not create the XML sitemap for ajax requests.
0.9.0 - 2019-10-02
- Make the meta title format multi language aware (#13)
- Update recommended meta description length (#12)
- Check if the path to the XML sitemap is writeable and warn the user if it is not
- Add a new webmaster tools section on field level, allowing to add Google and Bing verification codes ✌️
0.8.0 - 2019-06-15
- Add facebook share preview for content editors when editing Opengraph meta data
- Add support to extend the rendered meta title with additional information such as the domain or site name (#11)
- Render structured data (JSON-LD) for breadcrumbs via new group
structuredData
(#10) - Add new meta group
structuredData
which will handle more types of structured data in the future 🤓
0.7.0 - 2019-06-01
- Fix label being showed above the "inherit" checkbox (#9)
- Add the possibility to resize the Opengraph image when referencing a page image by specifying a width and/or height (#7)
- Opengraph image: If the referenced image field is empty and pulls the image from another page (default value), the module now substitutes the default image (#8)
0.6.0 - 2019-03-13
- Fix date formatting for the
lastmod
property in the XML sitemap for single language setups 🤦️
- The canonical URL is now part of the
meta
group and can be customized (#4) - Add possibility to include custom sitemap items by hooking
SeoMaestro::sitemapItems
0.5.0 - 2019-02-17
- Fix wrong url in the
<link rel="alternate" hreflang="x-default">
meta tag - Fix date formatting for the
lastmod
property in the XML sitemap
0.4.0 - 2019-02-08
- Fix meta tag rendering of data in the
meta
andtwitter
groups 🤦️ (#2) - Fix calls to undefined method
Page::localHttpUrl
ifLanguageSupportPageNames
ist not installed (#1)
- Render common meta tags not managed by the fieldtype:
<link rel="canonical">
<link rel="alternate">
<meta name="generator">
- Add possibility to modify the form rendering SEO data via
SeoMaestro::alterSeoDataForm
0.3.0 - 2019-02-07
- Fix module not working correctly on single language installations
0.2.1 - 2019-02-06
- Fix Google preview not truncating title and description on initial page load 🤦️
0.2.0 - 2019-02-06
- Fix rendering of the meta title tag
- Fix encoding of meta data containing placeholders
- Add a preview how Google renders the current meta title and description to the Inputfield
- Add possibility to modify rendered meta data by hooking
SeoMaestro::renderSeoDataValue
- Add possibility to modify rendered meta tags by hooking
SeoMaestro::renderMetatags
- Add possibility to exclude pages from the sitemap by hooking
SeoMaestro::sitemapAlwaysExclude
0.1.1 - 2019-02-04
- Update Composer package name from
wanze/processwire-seomaestro
towanze/seo-maestro
to allow installations via Composer
0.1.0 - 2019-02-04
- Initial release of the module 🐣