seo
seo copied to clipboard
SEO utilities including a unique field type, sitemap & redirect manager
### Description A client wishes to not have '- SiteName' on certain pages only. It seems this isn't natively possible, so the solution was to add a space in the...
Starting to get clients preferring to use Mastodon and Reddit over Twitter for connecting with their communities. I can make some SEO field tweaks to get it to work but...
Fixes #437 . Changes proposed in this pull request: - use Craft `t()` filter for static message translation in all templates - move JS strings to a twig template to...
### Description Most texts and labels are hardcoded in templates and JS files, preventing proper localization via Craft static translation support. ### Additional info - Craft version: 3.5.x - SEO...
### Description In the settings I have the default settings to use the entry title and site name: When creating a new entry, the title does not get used from...
### Description Since the last update there were problems with canonical headers. On multisites with languages in the subdirectory the canons appear as "https://www.mywebsites.com/en/en/about-us". sometimes even the folder was repeated...
### Description There is only 1 token added and yet 2 tokens were rendered - title and site name. Further testing added 4 tokens and yet 2 tokens were rendered....
Fixes #254. Changes proposed in this pull request: - Checks snippet description for any occurrences of the character `%`, before passing to `decodeURI()` (previously had only checked for one occurrence,...
### Description When having a little above 10k redirects, the page is getting slow. Most of the time, new ones will be added via code. When visiting is the page...
Fixes #470 . Changes proposed in this pull request: - Replace `$type::class` by `get_class($type)`