I have been thinking about using a linking system like the title says
and if Search Engines will properly realize a site is linking to you
considering most sites that use something like link.php?link=1
use header() to forward to the correct url.
does link.php?link=1 mess up SE PR?
Moderator: General Moderators
- blacksnday
- Forum Contributor
- Posts: 252
- Joined: Sat Jul 30, 2005 6:11 am
- Location: bfe Ohio :(
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
I'm sorry .. but that page is complete and utter rubbish.
"Search engine spiders dislike long and ugly URLs. They get indexed from very popular sites, but dealing with small web sites spiders usually don't bother fetching the page."
Excuse me? Search engine spiders will search anything that looks like a valid URL. Put any search you like into Google and look at the pages it returns .. loads of the ones that aren't just the URL have _GET variables attached.
Having a human readable URL is a good idea .. but to suggest search engines won't index it is simply wrong.
- blacksnday
- Forum Contributor
- Posts: 252
- Joined: Sat Jul 30, 2005 6:11 am
- Location: bfe Ohio :(
I guess I should've narowed my question,
considering most link.php type code uses to redirect the user to
the proper link they chose,
will search engines be forwarded like human users are
AND will search engines correctly know that I am linking to you?
doing a simple search of my site in google
http://www.google.com/search?q=site:bas ... rt=20&sa=N
you will see that google DOES index pages with
non-se-friendly urls.
considering most link.php type code uses
Code: Select all
header()the proper link they chose,
will search engines be forwarded like human users are
AND will search engines correctly know that I am linking to you?
doing a simple search of my site in google
http://www.google.com/search?q=site:bas ... rt=20&sa=N
you will see that google DOES index pages with
non-se-friendly urls.
True, but not entirely. Google is finacky about URL's with a parameter called ID or id. They occasionally will truncate the URL at this point, my guess is to avoid storing sessionid's. They do store some with id, but not all.... I'm not sure what the criteria is.onion2k wrote:Jcart wrote:Excuse me? Search engine spiders will search anything that looks like a valid URL. Put any search you like into Google and look at the pages it returns .. loads of the ones that aren't just the URL have _GET variables attached.