I'm managing a particular website where the Meta information is located in one header.php file.
This practically retards the possibility of targeting each page with a separate set of metatags.
One of my developers suggested to write all the metatags in the header.php file by using session value.
Is that a feasible option? Would the search engine spiders in this case read them as separate metatags for each page ?
If not, is there any other possible option to manage this ?
Just thought to mention, the site is designed in Cake php.