Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Re: FN-FORUM: help with getting .php files indexed on search engines

date posted 17th January 2006 16:45



D D Glendinning wrote:

>Until now I have never really thought of how .php pages are indexed in
>search engines. If for example you have a number of news articles,
>which are listed in summary on news.php page, and full details is
>available on viewNews.php?NewsID=someID, then are the full news pages
>indexed?
>(as in viewNews.php?ID=1, viewNews.php?ID=2, etc..)
>
>
>
>
I have often heard people say that you don't get indexed if you use url
parameters like that, but I have never actually had any problems with
this myself over many years. My feeling is that if your search engine
didn't index files with querystring parameters it would only find about
10% of what is out there.

That said, I've never been that competetive about getting querystring
parameterized (querystrung?) pages to the top of search engines, I've
just not found it to obstruct search engine indexing.

It is quite easy, with a bit of understanding about how your server
works, to use url-rewriting so that instead of having
/mysite/news.php?id=123 you would have /mysite/123/news.php or
/mysite/news-123.php and the server would rewrite it so that your
application would see it as /mysite/news.php?id=123 using mod_rewrite or
equivalent. I haven't done this in PHP but it's pretty easy with asp.net
and I've used mod_rewrite a few times, which seems to work fine if you
have access to it.

-ben



Messages by Day
January 31st 2006
January 30th 2006
January 29th 2006
January 28th 2006
January 27th 2006
January 26th 2006
January 25th 2006
January 24th 2006
January 23rd 2006
January 22nd 2006
January 21st 2006
January 20th 2006
January 19th 2006
January 18th 2006
January 17th 2006
January 16th 2006
January 15th 2006
January 14th 2006
January 13th 2006
January 12th 2006
January 11th 2006
January 10th 2006
January 9th 2006
January 8th 2006
January 7th 2006
January 6th 2006
January 5th 2006
January 4th 2006
January 3rd 2006
January 2nd 2006
January 1st 2006


Messages by Month
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000