Quote:
|
Originally Posted by paterson3713
Well, PHP pages are fine. The thing is, when a spider comes across a dynamic page with a bunch of parameters it probably doesn't want to index it because it's not really a "page" like "mypage.html" would be, it's more like a feed or something since the content could potentially be changing every pageload. So I think that's why people tend to just use search engine friendly urls.
|
Most php pages with alot of variables being called are like ..
http://www.domainname.com/script.php?xxxx etc
At the ? mark the search engines stop reading... at least a great deal of them do