A site I did not build but now am in charge of uses php require methods to assemble the header, content and footer.
As I understand, this prevents it from having different page titles. So i have 2 questions.
1) How can i utilize php to change the title depending on which content page gets loaded in? Content is drawn from php in documents purely, no database.
2) Whatever the method you recommend, will it help with SEO? Or will crawlers not be able to pick up titles like this?
Thank you in advance. I can provide any other necessary info.