All, I'm fairly new to PHP coding and forums so please bare with me. What's the easiest way to add <title>, meta description and keywords in php page? below is what I've found through my research, not sure if this is correct or not but when I insert this in index.php and upload, it doesn't register (how do I know that, just running a website grader report shows that site is still missing tags and page title is not reflected) here is the code that I'm using <?php $pgHeading=" Singles Video Dating Site, personals"; $pgDesc="The #1 free online dating site. Totally free dating services with hundreds of thousands of online users. Dating for singles, with personals, and fun matchmaking. Free dating tests and detailed personals. O is better than the paid sites and totally free."; $pgKeywords="Free Online Dating, Video Dating Site, Online Dating, Dating, Dating Services, Free Dating Services, Free Online Dating Sites"; ?> Please tell me what I'm doing wrong, even better if you want to show me.. i'd pay for you for your time quickly msg me!
Just do <title>Insert your title</title> HTML: The example you found is probably for a site that generates the title on a dynamic page. Which without seeing your site is most likely what you would want to do but you wont find an example on how to do this if your script is custom.