Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Meta Tags

Status
Not open for further replies.
May 22, 2002
63
GB
Hi,

I am editing a website so that its index.html pages forward to index.php files so I can make the pages dynamic without changing any existing links. My question is - can I move all the meta tag keywords and descriptions to the index.php files and remove them from the index.html pages without harming the sites chances of appearing on search engines?

I'd like to use PHP index files so I can do an 'include' that links to a list of easily-editable keywords?

Can anyone help with this?

many thanks,

Anders
 
if you're running your own server, you can set .php as a index extension (index.php) would load the same as 'index.html'

If not you can always ask your host, if they'd be willing to set that up for you.

in reguards to your question, I'm not sure.. you could always match the meta tags in your 'php' file, and leave them in the 'html' as well
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top