Andrew Welch
Andrew Welch
hmmmm, I don't think anything has changed in this part of SEOmatic in some time. Maybe you can use the `| raw` filter in Twig? ```twig {{ url(baseUrl, params) |...
There is some string handling that happens, but what I'm confused by is you saying it used to work, but no longer does. Because there haven't been changes in that...
Can you provide me with a screenshot of the SEO Settings field that has the Canonical URL override set?
And this entry is populated to all sites? Or is it a per-site entry? Just trying to get enough information to reproduce it here locally.
Do you have anything configured in the URL Override setting in SEOmatic? SEOmatic -> Plugin Settings -> Advanced -> **Site URL Override**
So I think this isn't actually a bug. The canonical URL is not contained in the `metaTagContainer` but rather the `metaLinkContatiner` (because it's a ``). So try: ```gql query page($uri:...
Hmmm. Arguably a Craft CMS bug, as inline styles should be allowed. I can probably work around it as you've described, but ultimately other plugins may run into this as...
Right, I believe it's expected behavior from Symfony Crawler. I'm just unsure if P&T wants this expected behavior; at least I would think they would want to document the behavior...
Cool, thanks @brandonkelly -- @SwiseWeb do you want me to implement your fix in Retour as well, or are you content with waiting for the update to Craft? Either way...
IF you run your sitemap through a sitemap validator, does it present you with any errors? e.g.: https://www.xml-sitemaps.com/validate-xml-sitemap.html https://validator.w3.org/ ...or when looking in your Google Search Console, does it report...