Can using too many rewrites make your page 'spammy' to google?

Discussion in 'Google' started by Buckenmeyer, Nov 22, 2006.

  1. #1
    I was wondering if it might be better to actually remove some of my rewrites and put a normal query string, some of my links are generating thousands of rewritten pages to pass certain values to one page.

    If the page were: page.php?type=type&value=value

    instead of:

    page-type-value.htm

    Maybe google would pick up all the pages and not seem them as a zillion pages of spam? Maybe not..
     
    Buckenmeyer, Nov 22, 2006 IP
  2. mikkom

    mikkom Active Member

    Messages:
    266
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Why don't you do it behind the curtains using apaches mod_rewrite for example?

    Redirects will make google think that the content has moved sp next time it might crawl only the redirected page (note this is just what happened to some of my sites, I might be totally wrong)
     
    mikkom, Nov 22, 2006 IP
  3. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #3
    i dont agree with you . i have 12.000 pages indexed by google made with mod_rewrite

    and google is sending visitors to most of them
     
    trichnosis, Nov 22, 2006 IP
  4. mikkom

    mikkom Active Member

    Messages:
    266
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Maybe you misunderstood what I meant - IMHO mod_rewrite is the correct way to do it, especially when done with proxy flag so google or nobody else will even see the redirect.
     
    mikkom, Nov 22, 2006 IP
  5. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #5
    Google maybe reluctant to index soon in this case. but it can also be taken as 'spammy' approach so avoid it.
     
    Mong, Nov 22, 2006 IP
  6. thegypsy

    thegypsy Peon

    Messages:
    1,348
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #6
    huh? How do U figure that if I may ask kind sir?
     
    thegypsy, Nov 22, 2006 IP
  7. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #7
    Search engines have no idea you're using mod_rewrite. It's exactly the same as if they were real files.
     
    Nintendo, Nov 22, 2006 IP
  8. earticles

    earticles Well-Known Member

    Messages:
    933
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    175
    #8
    No, google does not consider your pages as spam if they contain unique content and if the keyword of that page does not repeat too much. As google says, try to write content for your visitors and not for search engines. Search engines will send visitors to your website.

    Alternately, you may use the directory rewrite mode if still worried about getting different files:

    Try this tool: http://www.seochat.com/seo-tools/url-rewriting

    Good luck!
     
    earticles, Nov 25, 2006 IP
  9. Buckenmeyer

    Buckenmeyer Guest

    Messages:
    96
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    To be more specific with my question:

    I have a lot of pages that are created dynamically by a database. They are all rewritten with mod-rewrite. These are not content pages, they are listings of user information from our database.

    One example would be student housing listings. Using mod-rewrite, every country has it's own page (Student housing in France, Student housing in China, etc).

    I could just have a general 'student housing' page and have the visitor select a country with a form - but- if each country does not have it's own page then it would be very difficult for someone to find 'student housing in france' for example, if I just had a general 'student housing' page.

    Not all country pages have results, so in the event there are no listings, it simply displays the options of posting an ad for housing, so there is no other content on that page.

    So in this case i have for example: student_housing2-en-FR.htm, student_housing2-en-CH.htm, etc etc .. for all the countries in the world. Then each page is multiplied by 10 because I have 10 human translations for this section. (For example: student_housing2-es-FR.htm, student_housing2-fr-FR.htm, etc). So I have a few thousand pages total in this section.

    I could use a session to store the country id and language so as not to have so many pages, but as I mentioned, how would anyone find the pages?
     
    Buckenmeyer, Nov 25, 2006 IP
  10. earticles

    earticles Well-Known Member

    Messages:
    933
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    175
    #10
    Yes, you may use a session too. Have a look over a website i build and see how the content in organized there using mod rewrite: http://www.e-articles.info Maybe it helps you get an idea...
     
    earticles, Nov 25, 2006 IP