RE: seraching / indexing in php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, March 22, 2005 7:01 am, Reinhart Viane said:
> One question: on most of these search engines I can't seem to find if the
> index and search dynamically generated  pages.

Search engines do not generally index a page they can detect is
dynamically generated.

That means pages that have ? in the URL.

You can use $_SERVER['HTTP_PATHINFO'] to alter URLs to not have ? in them,
and they will get indexed by the search engines.

There are several on-line articles on how to do this.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux