Duplicate Page never updates title in SEO Hook (FB & Twitter Meta info)
Closed this issue · 6 comments
gbaumbach commented
Description
When you duplicate a page, the duplicate page inherits the original title and doesn't seem to update when you change the title or edit the SEO settings. I use the default {% hook 'seo' %} in my template.
Steps to reproduce
- Duplicate a page
- Edit that page title and check the meta settings for FB title and Twitter
- You can see the issue on this page's source code where I duplicated a previous page. The <title> updates, but not the FB/Twitter Meta.
https://www.awarerecoverycare.com/addiction-epidemic/first-responders
Additional info
- Craft version: 3.6.13
- SEO version: Latest
gbaumbach commented
alexjcollins commented
@gbaumbach What is the field showing on your entry, out of interest?
gbaumbach commented
alexjcollins commented
@gbaumbach Social meta isn't tokenised the same way as the primary meta values, so you'll need to tweak those manually. I notice the Social
tab is missing from your screenshot, so you'll want to go to that field's settings and disable the hiding, so you can adjust those values.
gbaumbach commented
Gotcha, that did the trick. Thank you!
alexjcollins commented
Cool – glad i could help!