Google indexing items with Affiliate ID's in URL

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
bhill
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 84
Joined: Mon Oct 31, 2005 5:06 pm
Location: Institute

Google indexing items with Affiliate ID's in URL

Post by bhill » Tue Jan 13, 2009 1:30 pm

We have about 17 legitimate affiliates in our store and I just noticed that their links (with appended AFID's) are all over google search results in some cases higher than our own. This is disturbing because affiliates are falsely linked to customer sales. We also use a google site search in the store which is amazing and the results are also displaying the links with afid's.
What would be the appropriate way for the store to check the referring url and ignore either all or part of the url (the af id) if coming from google? Surely someone has been through this?
Thnx

mises.org/store ( if you want to see the google site search )

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: Google indexing items with Affiliate ID's in URL

Post by kastnerd » Fri Jan 16, 2009 7:14 am

you could somehow block google from listing those urls using robots

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Google indexing items with Affiliate ID's in URL

Post by jmestep » Fri Jan 16, 2009 7:50 am

It's really strange- I was checking in my Google Sitemap account and they had listed that I had duplicate URLs for search pages, which is understandable. But I've got robots blocked from Search.aspx!
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Google indexing items with Affiliate ID's in URL

Post by AbleMods » Fri Jan 16, 2009 11:15 am

jmestep wrote:It's really strange- I was checking in my Google Sitemap account and they had listed that I had duplicate URLs for search pages, which is understandable. But I've got robots blocked from Search.aspx!
AdvancedSearch must be blocked too unless you've removed all references to it from your site.

Plus, depending on the categorygridpage control used for each category, you could wind up with some strange results due to how different categorygridpage controls render product URLs differently. Some click-throughs result in the category embedded in the URL, some do not. I think. I'll have to test that again on my site.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

bhill
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 84
Joined: Mon Oct 31, 2005 5:06 pm
Location: Institute

Re: Google indexing items with Affiliate ID's in URL

Post by bhill » Fri Jan 16, 2009 1:51 pm

I created a new topic under Features category here:
viewtopic.php?f=45&t=9515&start=0

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: Google indexing items with Affiliate ID's in URL

Post by kastnerd » Sun Jan 18, 2009 6:45 pm

Maybe this would work in your robots.txt
Pattern matching

Googlebot (but not all search engines) respects some pattern matching.

* To match a sequence of characters, use an asterisk (*). For instance, to block access to all subdirectories that begin with private:

User-agent: Googlebot
Disallow: /private*/

* To block access to all URLs that include a question mark (?) (more specifically, any URL that begins with your domain name, followed by any string, followed by a question mark, followed by any string):

User-agent: Googlebot
Disallow: /*?
http://www.google.com/support/webmaster ... swer=40360

If you use disallow/*affiliateid or something like that

Post Reply