1.2
September 5th, 2024
Replaced the AltSeo Tag meta function with a new version that uses an antler.html view instead of building the fields in PHP.
All fields are now passed into antlers {{ yield }} tags and can be overridden in templates using the {{ section }} tag. Details for the section names can be found in the updated readme
1.1.5
August 14th, 2024
Added localisable to blueprints to support site localisation for SEO fields @TheBnl
1.1.3
May 13th, 2024
- Compatibility with v5 Statamic
Meta/Canonical Url update
Bugfix: index is not always 6 @ceesvanegmond
- Feature: Make output a little more readable @ceesvanegmond
- Statamic dependency - @duncan412
1.1.2
April 9th, 2024
Added functionality that allows you to select a canonical url, defaults to the current page if none speficied.
1.1.1
February 5th, 2024
- Added field to the Alt SEO Blueprint that can be used to overwrite the meta URL (still defaults to the .env APP_URL)
- Added supports for settings.yaml field "alt_seo_asset_container_include" which can be omitted or set to null to augment all blueprints with Alt SEO fields, or can be set to an array of collections and only blueprints for those collection will be augment
- Fixed an issue on sites using DB Migrates blueprints that would cause an error.
Canonical URLs - @muath-ye
1.0.5
January 3rd, 2024
Replaces the Blueprint Facade with the Repository to allow compatibility with the Eloquent Driver