Google title overwriting page title - could it be optional?
Closed this issue · 3 comments
vhelga commented
Lines 176-178 of seo.php are overwriting page title with googletitle. Could it be optional? Thank you.
if (isset($page->header()->googletitle)) {
$page->header()->title = $page->header()->googletitle;
};
paulmassen commented
Hi,
Actually, google use the value between <title> and </title>, so there is no way to "tell" google which title it should use without replacing this value...
vhelga commented
Understood, sorry for bothering then.
Thank you for the plugin, it makes a brilliant job, and is very easy to handle for clients.
paulmassen commented
You are very welcome, dont hesitate to let me know would you have other questions.