Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Discussions > Crawling, indexing, and ranking > Does the query part of URL (parameters after the question mark) play any role in SERP?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bambarbia Kirkudu!  
View profile  
 More options Jul 4 2007, 1:16 pm
From: Bambarbia Kirkudu!
Date: Wed, 04 Jul 2007 10:16:42 -0700
Local: Wed, Jul 4 2007 1:16 pm
Subject: Does the query part of URL (parameters after the question mark) play any role in SERP?
Does the query part of URL (parameters after the question mark) play
any role in SERP?

I am doing some research...

I noticed that many websites try to use kind of URL Rewrite (module in
Apache HTTPD,  other tools such as Java URL-Rewrite Filter at
http://tuckey.org/urlrewrite/, and etc.)

Their believe is that SEs won't grab such URLs. This is NOT TRUE in
case if you have links with query parameters on a page, and this is
true for really dynamic forms submitted via GET. Only a few engines
can construct URL from form, and Webmasters are usually very unhappy
about that (such URLs may auto-generate spam on their websites).

So, I simply can't understand many SEOs publishing outdated info... Am
I right?

Just as a sample, http://www.shopwiki.com has URLs like
http://www.shopwiki.com/search/... (which are indeed dynamic GETs) and
all such URLs are in supplemental; that's why they changed it to
http://www.shopwiki.com/wiki/... - probably Google does not like
'search' keyword in URL.

I think Search Engines already know that 'path' part of URL is not
always static, and 'query' part is not always dynamic. Check
http://www.amazon.com for URL samples too.

B.K.
http://www.tokenizer.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
RainboRick  
View profile  
 More options Jul 4 2007, 2:31 pm
From: RainboRick
Date: Wed, 04 Jul 2007 11:31:52 -0700
Local: Wed, Jul 4 2007 2:31 pm
Subject: Re: Does the query part of URL (parameters after the question mark) play any role in SERP?
Yes, the query string is important because a URL that includes a query
string is indexed separately from the same URL that does not include a
query string.  And each unique query string is similarly treated as
being different and indexed separately. So redirecting such URLs is
the only way to avoid duplicate content problems.  The most common
method of handling this is to point URLs with query strings at a
script that handles the necessary bookkeeping and returns a server
code 301 redirect to the desired destination page.  This both prevents
the duplicate content issues and retains the ranking benefits of the
links involved.
Good luck!

On Jul 4, 10:16 am, Bambarbia Kirkudu! wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dotnetninja  
View profile  
 More options Jul 4 2007, 2:56 pm
From: dotnetninja
Date: Wed, 04 Jul 2007 11:56:26 -0700
Local: Wed, Jul 4 2007 2:56 pm
Subject: Re: Does the query part of URL (parameters after the question mark) play any role in SERP?
RainboRick is right. That is of course unless the querystring
parameters direct the server side script to generate unique content.
If not, the pages will appear as duplicate content and need a
permanent (301) redirect. The googlebot does try to strip what look
like "session" parameters, but it can't know what the true nature of
the parameters are.

I have created a URL rewriting utility in the past, but not for this
purpose. Google does read each page with variable parameters as a
different page, and it works pretty good. The problem is it only works
up to a certain number of parameters (not sure how many) and if you
have a lot of parameters, it gets confused. That is where you will
want to do URL rewriting.

Best wishes

On Jul 4, 11:31 am, RainboRick wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bambarbia Kirkudu!  
View profile  
 More options Jul 4 2007, 3:14 pm
From: Bambarbia Kirkudu!
Date: Wed, 04 Jul 2007 12:14:42 -0700
Local: Wed, Jul 4 2007 3:14 pm
Subject: Re: Does the query part of URL (parameters after the question mark) play any role in SERP?
I'd like to correct some wordings, no offense please:

> URL that includes a query string is indexed separately
> from the same URL that does not include a query string

URL consists from: scheme/protocol, host, port, path, AND query.

Different URLs:
http://www.mysite.com/mypath?myquery
http://www.mysite.com/mypath
http://www.mysite.com/mypath/
http://www.mysite.com:443/mypath/

(RFC1738 and etc., http://www.ietf.org/rfc/rfc1738.txt)

I found a lot of URLs with query part in main Google index:
http://www.mysite.com/mypath?myquery=RFC+URL

And a lot of rewritten/unnatural URLs in supplemental index:
http://www.mysite.com/mypath--myquery__RFC%20URL.htm

Why SEO still advice to avoid query part in links?

On Jul 4, 2:31 pm, RainboRick wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webado  
View profile  
 More options Jul 4 2007, 3:19 pm
From: webado
Date: Wed, 04 Jul 2007 19:19:39 -0000
Local: Wed, Jul 4 2007 3:19 pm
Subject: Re: Does the query part of URL (parameters after the question mark) play any role in SERP?
Whatever you find in eother index, main or supplemental, is because
the website produced  those links, whether correctly or incorrectly.
Lots of websites that operate with urls that contain query strings
(and others as well) often have errors which results in weird url's
which, combined with a server that deos not identify and reject
invalid url's, will just pile thm up as "valid" urls, but with who
knows what content.

On Jul 4, 3:14 pm, Bambarbia Kirkudu! wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dotnetninja  
View profile  
 More options Jul 4 2007, 3:28 pm
From: dotnetninja
Date: Wed, 04 Jul 2007 12:28:17 -0700
Local: Wed, Jul 4 2007 3:28 pm
Subject: Re: Does the query part of URL (parameters after the question mark) play any role in SERP?
I think that many SEO people confuse the issues. Query strings are ok.
They are a natural part of URLs and Google likes them ok. The problem
is when there are two different URLs pointing to the same page. The
problem originally came about when people used to create "doorway"
pages and eventually resorted to created bogus linking schemes.

I haven't yet seen the Googlebot index any of my sites without the
querystring parameters intact.

On Jul 4, 12:14 pm, Bambarbia Kirkudu! wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webado  
View profile  
 More options Jul 4 2007, 4:15 pm
From: webado
Date: Wed, 04 Jul 2007 20:15:36 -0000
Local: Wed, Jul 4 2007 4:15 pm
Subject: Re: Does the query part of URL (parameters after the question mark) play any role in SERP?
I agree, thre's nothign wrong intrinsiclaly with urls that incldue
query strings.

Obviously there can be problems with malformed urls, and that can
easily happen if there are embedded blanks or invalid characters in
urls (whether in the part before the query string or in the query
string itself), expecially if not urlencoded. But that doesn't mean
all urls that contain query strings are automaticlaly bad, all it
means that malformed urls are bad, whether they include or not a query
string.

OK, I think we've hashed this notion in every which way LOL

On Jul 4, 3:28 pm, dotnetninja wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JLH  
View profile  
 More options Jul 4 2007, 4:22 pm
From: JLH
Date: Wed, 04 Jul 2007 20:22:40 -0000
Local: Wed, Jul 4 2007 4:22 pm
Subject: Re: Does the query part of URL (parameters after the question mark) play any role in SERP?
Dotnetninja is right about that.  Having a page with a query string is
fine as long as it's unique and shows only the one page for the one
unque string.  Where you get into trouble is when things like session
IDs are tacked onto it and the same page will have an infinitely large
number of possible URLs created for it.  One common example is
affiiate IDs.  If your affiliate creates a link from a site that is
more powerful than your own, their link with the affiliate ID may get
indexed and the original filtered out.  The same content is available,
but anyone that clicks that search result is going to be counted as an
affiliate lead when in fact the lead came from a search engine.

On Jul 4, 2:28 pm, dotnetninja wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »