|
|
#1 |
|
captain awesome
![]() ![]() ![]() ![]() ![]() Join Date: Jan 2003
Posts: 7,054
|
meta tags in index.php
Can I add normal html meta tags in my index.php file for my website? I want to have spiders grab the right keywords etc, but i don't want to corrupt the .php file in case it can't handle it.
|
|
|
|
|
|
#2 |
|
Fleet Admiral
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2000
Location: 742 Evergreen Terrace, Springfield USA
Posts: 9,276
|
sure you can.
Either you can have the php script print the meta info like so: Code:
Code:
<technical jargon> now, i don't know what your php script does so you might have to make sure you put the meta info in the correct position. Putting it in the wrong place could mess with the output file header. </technical jargon> |
|
|
|