How important is mod_rewrite ?

Discussion in 'Search Engine Optimization' started by adresaklumea, Aug 24, 2006.

  1. #1
    how important is mod_rewrite for a new born site ?
     
    adresaklumea, Aug 24, 2006 IP
  2. Blogmaster

    Blogmaster Blood Type Dating Affiliate Manager

    Messages:
    25,924
    Likes Received:
    1,354
    Best Answers:
    0
    Trophy Points:
    380
    #2
    I think it helps with msn, otherwise it's overrated. But some people like to have their url look better with keywords in them. I just wouldn't expect major ranking changes because of it.
     
    Blogmaster, Aug 24, 2006 IP
  3. Locovich

    Locovich Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think is another piece, which does adds to a better SERP, is not the most important piece, but adds.

    My opinion though, I use it.
     
    Locovich, Aug 24, 2006 IP
  4. eukhost

    eukhost Banned

    Messages:
    911
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Using mod_rewrite doesn't hurt your site so why don't use it? Also I think in general you can also use mod_rewrite to make your url's look a lot cleaner. It's not only good for search engines, but people as well!
     
    eukhost, Aug 24, 2006 IP
  5. smfseo

    smfseo Well-Known Member

    Messages:
    886
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    150
    #5
    static url's will get your pages indexed quickly and more pages will get indexed and they look neat aswell
     
    smfseo, Aug 24, 2006 IP
  6. MatthewN

    MatthewN Well-Known Member

    Messages:
    859
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    195
    #6
    I agree with smfseo... It gets pages indexed quickly. Also when the URL shows in Google it doesnt look messy and people want to be able to read clean on their seraches and not have a bunch of ?id=blabla what they dont understand.
     
    MatthewN, Aug 24, 2006 IP
  7. Locovich

    Locovich Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Guys, do you have evidence that shows a static URL gets indexed faster than one with GET params?

    I'm not so sure about that, so I'd like to have some hard evidence to confirm.

    Ofcourse removing session id params (in my case that use phpbb) is very important, but I have nothing to compare with to check if the pages without GET params do get indexed faster.

    Thanks
     
    Locovich, Aug 24, 2006 IP
  8. chulium

    chulium Well-Known Member

    Messages:
    1,438
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    140
    #8
    Generally friendlier URLs are more appealing to visitors and easier to remember. It's easy to use (article here) and makes a big difference in the overall appearence of your site, every little bit helps.
     
    chulium, Aug 24, 2006 IP
  9. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #9
    IME it helps with better indexing.

    but keep in mind for Google most important thing is confidence on website.
     
    Mong, Aug 24, 2006 IP
  10. Buga

    Buga Guest

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I think it helps the Visitor and makes it easier if they want to link someone to a page and also makes a URL easier to remember if they want to go directly to a subpage.
     
    Buga, Aug 24, 2006 IP
  11. ablaye

    ablaye Well-Known Member

    Messages:
    4,024
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    150
    #11
    It helps a lot if the URLs you generate using mod_rewrite have keywords on them.
     
    ablaye, Aug 24, 2006 IP
  12. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #12
    how to create mod_rewrite ?? :(
     
    kojakfilth, Aug 25, 2006 IP
  13. UncleD

    UncleD Peon

    Messages:
    99
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    clyde,

    mod_rewrite is a module for the apache webserver. You'll need your own webserver or access to the <VirtualHost> configurations of one. Then you simply find one of the many rewrite articles that applies to the CMS you're using and follow it.
     
    UncleD, Aug 25, 2006 IP
  14. jdevalk

    jdevalk Active Member

    Messages:
    417
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    68
    #14
    i might add that it's possible to use mod_rewrute in .htaccess files sometimes as well.
     
    jdevalk, Aug 25, 2006 IP
  15. dhruv37

    dhruv37 Well-Known Member

    Messages:
    3,222
    Likes Received:
    195
    Best Answers:
    0
    Trophy Points:
    165
    #15
    For the dynamic urls to make as static mode_rewrite is very usefull..
     
    dhruv37, Aug 25, 2006 IP
  16. Greg Carnegie

    Greg Carnegie Peon

    Messages:
    385
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Not many people know this but you can also rewrite your urls using ForceType if mod_rewrite is unavailable on your server.

    Here is how:

    put this
    <Files index>
     ForceType application/x-httpd-php
    </Files>
    Code (markup):
    into .htaccess file
    and rename index.php to index (no extension) and there you have it.

    Ofcourse there are many disadvantages of such url rewriting but it's a diffrent story.

    One more thing i wan't to add, you all guys mentioned that mod_rewrite is good for spiders, but i think it is also great for users who visit your site, rewriting urls makes your site look more professional.
     
    Greg Carnegie, Aug 25, 2006 IP
  17. mariush

    mariush Peon

    Messages:
    562
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Matt Cutts had talked about this in one of his video posts and "hinted" that Google indexes ok and doesn't penalize pages with GET parameters in URL but it does tend to crawl at a slower pace pages with more than 3-4 parameters.
    He made it pretty much clear that sites with lots of parameters in url would benefit from a URL rewrite.

    In any way, using mod_rewrite doesn't hurt. And URL's are friendlier, people start sharing them with friends more.
     
    mariush, Aug 25, 2006 IP
  18. Vreeenom

    Vreeenom Peon

    Messages:
    164
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #18
    What does static links have more then dynamic ones?
    Can anyone explain me clearly :)

    Only that Google will crwal first the static ones? is that it?

    Best regards
     
    Vreeenom, Aug 25, 2006 IP
  19. mines

    mines Well-Known Member

    Messages:
    1,127
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    160
    #19
    No disadvantages to using it really. Lots of advantages:
    + Search engines prefer keywords in the url
    + Easier for users to remember the url
    + When a user see /news.php?id=127509 it means nothing. /news/news-story-title/ means something to them
    + user is more likely to click on a url they know what it is about.
     
    mines, Aug 25, 2006 IP
  20. seo-mumbai

    seo-mumbai Well-Known Member

    Messages:
    2,004
    Likes Received:
    183
    Best Answers:
    0
    Trophy Points:
    105
    #20
    it is good , but not must.It helps for quick index of pages that increase your site index pages anf keyword density, but server load also increase huge, for big sites it is little diff to manage.
     
    seo-mumbai, Aug 27, 2006 IP