Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8130201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T08:37:20+00:00 2026-06-06T08:37:20+00:00

I was fixing url’s on a website, and one of the problems there was

  • 0

I was fixing url’s on a website, and one of the problems there was that the url’s contained characters that were sometimes upper-case while other times lower-case, the server did not care about it, but google did, and indexed the pages as duplicates.
Also some urls contained characters that are simply not allowed to be in that part of the URL, like commas “,” and brackets “()” although [round brackets are technically not reserved][1]
I still decided to get rid of them by encoding them.

I added a check that checks if the url is valid, and if not, would do a 301 redirect to the correct url.

for example
http://www.example.com/articles/SomeGreatArticle(2012).html
would do a 301 redirect to
http://www.example.com/articles/somegreatarticle%282012%29.html

It works, and it does one redirect to the correct url.

But for a small fraction of the pages (which are possibly the only pages google has indexed so far) google webmaster tools started to give me the following error under the Crawl errors > Not followed tab:

Google couldn’t follow your URL because it redirected too many
times.

googling for this error with quotes gives me 0 results, and I’m sure I’m not the only one to ever get this error, so I would like to know some more information about it, for example:

  1. how many redirects can a single page do before google thinks that it’s too many?
  2. what are the other possible causes for such an error?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T08:37:22+00:00Added an answer on June 6, 2026 at 8:37 am

    SOLUTION

    According to this experiment http://www.monperrus.net/martin/google+url+encoding

    Google has it’s own character encoding rules, where google will always encode some characters and always decode other.

    The following characters are never encoded

    -,.@~_*)!$'(
    

    So even if you give Google this url

    http://www.example.com/articles/somegreatarticle%282012%29.html 
    

    where the round brackets () are encoded, google will transform this URL, decode the brackets and follow this URL instead:

    http://www.example.com/articles/somegreatarticle(2012).html
    

    What happened in my situation:

    http://www.example.com/articles/somegreatarticle(2012).html
    

    my server would do a 301 redirect to

    http://www.example.com/articles/somegreatarticle%282012%29.html 
    

    while Googlebot would ignore the encoded brackets and follow:

    http://www.example.com/articles/somegreatarticle(2012).html
    

    get redirected to

    http://www.example.com/articles/somegreatarticle%282012%29.html
    

    follow

    http://www.example.com/articles/somegreatarticle(2012).html
    

    get redirected to

    http://www.example.com/articles/somegreatarticle%282012%29.html
    

    and give up after a couple of tries and show the “Google couldn’t follow your URL because it redirected too many times” error.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a htaccess rule that is fixing some of my previous URL change
Morning all, I'm fixing errors in a website and escaping a URL using lightbox
I am fixing up a friends website, and he has an advertisement that takes
Is there a problem with Mercurial's guide for fixing case-folding collisions or is there
We have a PHP app with a dynamic URL scheme which requires characters to
Background Detection of hash change in the URL and fixing the forward/back button are
I'm using a HSQLDB for an application that stores research data and there is
Lots of articles in the web like this : http://www.fontspring.com/blog/fixing-ie9-font-face-problems suggest to add a
Fixing memory leaks is good thing, but I want to know apart from memory
Upon fixing my earlier problem where, I uninstalled both, JRE AND Java EE, and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.