Hi everybody,
I am about to code my own php link management script.
Basically, I thought I would have a page "links.php" displaying all the links I have and when called with a parameter like "links.php?id=1", it would only display category 1 for example.
Now I read somewhere (not sure if it's true anyway) that having more than 100 links on the same page is not recommended with SEO and Google in particular ? If this is true (if not 100 links, there is probably a threshold anyway), is the system I want do above bad since search engines will see "links.php" and not the "links.php?id=1" type pages ?
What would you recommend I do ?
Thanks.
PS : I have already a /links.php page with some links on it and I would like to keep the same page name otherwise if I have to rename the page name, web sites linking to me might think I remove their links (they wouldn't find anymore the link page on
http://www.toimprovelife.com !)