Andrew Welch

Results 342 comments of Andrew Welch

Currently this is not possible, but I'll turn this into a FR as implementing news sitemaps is on my list!

hmmmm. This is a little dicey, is there something sensitive on the dashboard that you don't want to give people access to?

It's a feature request, that's just not something that's available in the import currently

I'd need to port it to Craft 4 too, but sure!

Shouldn't be bad to port it, I'm happy to do it.

tbh I don't know much about it; @engram-design was kind enough to do the integration for me. I think most of the work goes into the Twig templates tho.

So by default, the `ogImage` and `twitterImage` will just pull from whatever you've set your `seoImage` to... if that's your desired result, then just change the `seomatic.meta.seoImage` and away you...

Right, but by default the `ogImage` and `twitterImage` will use whatever value you set the `seoImage` to -- so you shouldn't need to change that. Can you show me the...

Yes, unless you have the `ogImage` and `twitterImage` set to pull from the `seoImage`, this is expected behavior. What do you see if you do: ``` {{ dump(seomatic.meta.ogImage)) }} {{...

Something isn't right here -- I'm unclear why we're using `{{ seomatic.meta.parsedValue('twitterImage') }}` -- tell you what, let's do a screen share to see if we can't get to the...