Domain module may override site_name variable, which is cached by the Metatag module. As a result, wrong page title may appear.
I don't sure that this issue should be addressed to Metatag queue, because Metatag provides hook_metatag_page_cache_cid_parts_alter() which allows make Metatag cache domain specific.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | domain-make-matatag-cache-domain-specific-2089917-1.patch | 620 bytes | leksat |
Comments
Comment #1
leksat commentedComment #2
agentrickardMakes sense. I'm not a fan of contrib-specific hooks in the module, but this looks clean.
Any way to test it?
Comment #4
agentrickardCommitted.
Comment #6
agentrickard