<meta> tags questions

funkflix

New Member
Hi all,I know can using the <meta name="description" and "keywords" to enter the keywords here under <head> tag ..But ... I had research some web site, discovered their web site each page have different keywords and the desciption on it ..I am wonder, if all page is html base, do it is do by hand manual, if yes, 1000 page need change then 1000 page need edit again ..On PHP programming side ..I know a little bit PHP code, and know I can using<?php requiry ("meta.php"); ?>And enter all the infom in the meta.phpbut the problems here, if I apply it, all page will have the same content of the meta tag ..How to solve is the best way for both html and programming base web site?Sorry of my poor englishHi,I have seen many websites simply have the same keywords in every page and yes it could mean changing every single page.A lot of spiders and robots do not index or recogise keywords themselves anymore due to past abuse by spam sites, although some search engines may still use them to return what they determine as accurate results.I could suggest having certain batches of keywords associated with some of the 1000 pages ( maybe 10 - 25 meta pages so that an accurate keyword density was covered)You said with php<?php requiry ("meta.php"); ?>Would this not solve what you were wanting?<?php requiry ("meta.php"); ?> (use with 100 similar pages)<?php requiry ("meta1.php"); ?> (use with 50 similar pages)<?php requiry ("meta2.php"); ?>(use with 100 similar pages)<?php requiry ("meta3.php"); ?>( use with 25 similar pages)If you follow what I mean, simply grouping the pages together and assigned a meta .php file to the header of all similar pages. This would mean changing upto 25 pages instead of having to change 1000 pages.It would not be ideal in order to have 1000 different specific keywords but would give some keyword density and would surely cover most of the site requirements.
 
Back
Top