» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > PHP Programming and Tips

PHP Programming and Tips Discuss about PHP programming and Share Tips. Ask questions about Scripting and Errors.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-07-2005, 08:06 AM
lardy lardy is offline
OSP Starters
 
Join Date: Dec 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
lardy is on a distinguished road
Default Can search engines spider PHP pages

Hi everyone there.
Does anyone know if the search engines can spider PHP pages?
Please give me your valuable suggestions.

Lardy -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 12-07-2005, 08:09 AM
jami jami is offline
OSP Starters
 
Join Date: Dec 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jami is on a distinguished road
Default About Spidering PHP pages

Web spiders can spider PHP pages.

But they won't go infinitely deep into your site (obviously), especially if you use query strings, especially if you have many similar pages.

Tips:

1. Make each page have JUST ONE URL. So always be totally consistent when you refer to it. So if you have blog.php?id=1 don't also have blog.php?id=1&useless=42 or other URLs pointing to the same item. Also watch for stuff like blog.php?cat=1&id=2 and blog.php?id=2&cat=1 which are DIFFERENT URLs.

Search engines have limited resources to spider your site - ensure that they use them wisely.

2. Use robots.txt to ban robots from pages that are of no interest to them. This is particularly relevant if you have something like logon.php?from=somepage.php linked from somepage.php - You don't want to double the number of pages on your site with links to logon.php with different query strings.

Normal pages to ban robo -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  #3  
Old 12-07-2005, 08:14 AM
Deur Deur is offline
OSP Starters
 
Join Date: Dec 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Deur is on a distinguished road
Default Clue regarding spiders

They see whatever anyone else would see if they hit it with their browser. Spiders are web clients just like any other and they work in exactly the same way as other web clients such as browsers. They ask the server for a page and read what the server sends back. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search Engines don't spider signature links anymore? potter Link Building 7 11-19-2008 05:27 AM
appearance in search engines? Hnelson Web Hosting Industry 1 02-27-2007 08:37 AM
SEO -Spamming Methods ishan Premium Webmaster Articles 0 02-14-2007 02:30 PM
The future of Internet: Real-time Web Search and the Semantic Web waqar Premium Webmaster Articles 0 10-30-2006 07:41 AM
Navisso Search Launches Beta Test outsourcingplans Web Hosting News 0 01-04-2006 03:58 PM


All times are GMT. The time now is 10:41 PM.