Code: Select all
define('META_SEO_TITLE', 'Entered text for page SEO title');
define('META_SEO_DESCRIPTION', 'Entered text for page SEO description');I am now noticing in my server logs lots of errors telling me that META_SEO_TITLE and META_SEO_DESCRIPTION are already defined in other files. Which is expected as the same text appears in all language files for those pages.
I have tried changing 'META_SEO_TITLE to META_SEO_TITLE_ABOUT_US but it no longer shows on the About Us page when viewing source files in browser. It is also the same for any others that I alter. When I alter the files the errors obviously go away and no new ones seem to be present.
What needs doing to make the title and description show in every page in the older versions of phoenix. I don't really want to change to using the built in new page builder as when I tried that there was no sensible page title in the urls. I have lots of pages already listed on search engines that seem to be working fine and drawing in customers.
Any help appreciated.