Hi, I have a customer that is using some kind of CMS and I wanted to know if I could put metadata in his .php files, and if so, how I would do so. Thanks!
you can either add the meta data in the template files or make it a seperate file and include where required using <? include "meta.html";?> in the php files required