Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Posts
    419
    Plugin Contributions
    0

    Default Google sometimes crawls with currency in URL.. USER CURRENCY mod

    Hi,

    I have noticed that google is sometimes crawling my sites URL's with the currency parameter included for instance
    Code:
    /index.php?currency=AUD&main_page=index
    or
    Code:
    /index.php?currency=MXN&main_page=product_info&products_id=246&number_of_uploads=
    - every time google tries to crawl one of the URL's with the currency parameter included my site (v1.3.9h) responds with a 302 and forwards google to the correct(?) URL which excludes the currency paramater - for example google tries to crawl
    Code:
    /index.php?currency=AUD&main_page=index
    but then gets forwarded via 302 to
    Code:
    /index.php?main_page=index
    Is this normal?

    The instances of this happening are sporadic. It almost seems like google is making up it's own URL's.

    I don't link to or from any pages with a URL that includes a currency parameter, and my currency sidebox has not been changed or modified in any way. The only currency related addon I have is the userCurrency mod - which I only use to automatically change a customers currency according to there location AFTER sign up/login (I don't use any other features of this mod i.e the currency pre-selection based on an IP location lookup feature.)

    Thanks

  2. #2
    Join Date
    Dec 2009
    Posts
    245
    Plugin Contributions
    0

    Default Re: Google sometimes crawls with currency in URL.. USER CURRENCY mod

    I added a bunch of urls to my robots.txt file as I noticed I was getting penalised for duplicate content.

    its not just the currency to worry about either, Google adds the sort filter and a bunch of other stuff.

    I added this to robots.txt;

    Code:
    Disallow: /*&sort=*
    Disallow: /*&page=*
    Disallow: /*?sort=*
    Disallow: /*?currency=*
    Disallow: /index.php?currency=*
    Disallow: /*alpha_filter_id=*
    Disallow: /*&disp_order=*
    Disallow: /index.php?main_page=index&manufacturers_id=*
    Disallow: /review?reviews_id=*
    Disallow: review?reviews_id=*
    Donation made. Enjoy those donuts! :-)

 

 

Similar Threads

  1. Replies: 2
    Last Post: 23 Oct 2009, 04:41 PM
  2. Displaying GBP and another user selectable currency
    By robgt in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 4
    Last Post: 16 Jan 2009, 11:43 PM
  3. Change currency with user login
    By av4tarnz in forum Managing Customers and Orders
    Replies: 2
    Last Post: 1 Aug 2007, 08:15 AM
  4. A slightly different dual currency question -- certain products in a certain currency
    By gordonblack in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 18 Jul 2007, 01:10 AM
  5. Showing $US Currency by default? -- Language/Currency Links in Header
    By andy@sensiblestuff.com in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jan 2007, 06:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •