PHP and search engines

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
scriptmaster
Forum Newbie
Posts: 20
Joined: Wed May 21, 2003 8:26 pm

PHP and search engines

Post by scriptmaster »

Here is a tough question:

Can search engines (especially google.com) index a PHP generated link?
Lets say I scrambled a PHP file with Blowfish (or other encryptor)
and the output is:
<a href="mysite.com">mysite.com</a>
Will google "see" it as a real link?
Doolittle
Forum Newbie
Posts: 19
Joined: Sun May 04, 2003 11:45 pm

Post by Doolittle »

Yes, google doesn't grab pages from your server :). It reads through pages like you or I would...
Post Reply