Hi guys, I need to add Meta Tags, Keywords and Descriptions to my website, but i'm unsure how. Is there a code I need to put in all of my PHP files, or just index or header? Also, once i've done those, do I need to do something else, i.e make an HTML file with the tags? All help is appreciated! Thanks
These days I don't think Google even checks META tags anymore. w3schools.com/html/html_meta.asp You put the meta tags in your <head></head> part of the page.
You may place html tag <head></head> into php file. Simple way - before first <?php tag. But better see your php code.