Submit Your Article Forum Rules

Results 1 to 8 of 8

Thread: link to site SEO friendly, but URL once you get there is not - does that still help??

  1. #1
    Junior Member codemv's Avatar
    Join Date
    Aug 2003
    Posts
    11

    link to site SEO friendly, but URL once you get there is not - does that still help??

    I was just reading an article by a reputable search engine optimization resource that gives instructions on using mod_rewrite to make search engine friendly links to ones website. For example, the new URL link would be website.com/keyword/keyword2/keyword3 instead of website.com/page.php?id=keyword&parameter=keyword2

    I used this code in the .htaccess file of my site to test it out, and the new pretty links did go to the page, but once you got to the page on the website the URL in the address bar had reverted back to the website.com/ page.php?id=keyword&parameter=keyword2 etc... instead of the simplified link URL.

    My question is, does this really help my search engine ranking? if the URL once the site loads has converted to the one with all the messy parameters being passed?

  2. #2
    WebProWorld MVP williamc's Avatar
    Join Date
    Jul 2003
    Location
    On a really big hill in Kentucky
    Posts
    4,721
    It is really not the url of the link pointing at you, as much as the anchor text of that link that counts as far as inbound links for ranking ability. I would not even concern myself over such trivialities.
    William Cross
    Web Development by Those Damn Coders
    Firearm Friendly Websites because our constitution matters

  3. #3
    WebProWorld MVP williamc's Avatar
    Join Date
    Jul 2003
    Location
    On a really big hill in Kentucky
    Posts
    4,721
    Quote Originally Posted by cyberdesignz View Post
    Hello,

    I do not think so, Infact I think that Google will treat it as spamming.
    Why do you think that?
    William Cross
    Web Development by Those Damn Coders
    Firearm Friendly Websites because our constitution matters

  4. #4
    Junior Member codemv's Avatar
    Join Date
    Aug 2003
    Posts
    11
    Thank you so much for the feedback, William and cyberdesignz. I am curious as well why google might think it is spamming.

  5. #5
    Junior Member codemv's Avatar
    Join Date
    Aug 2003
    Posts
    11
    at googlewebmastercentral.blogspot.com they recommend not rewriting dynamic URL's at all. Here is the article. http://googlewebmastercentral.blogsp...atic-urls.html

  6. #6
    WebProWorld MVP ronniethedodger's Avatar
    Join Date
    Aug 2003
    Posts
    1,402
    Quote Originally Posted by codemv View Post
    at googlewebmastercentral.blogspot.com they recommend not rewriting dynamic URL's at all. Here is the article. http://googlewebmastercentral.blogsp...atic-urls.html
    There are some exceptions to the rule. They do suggest removing un-necessary parameters from the Url that does not have any meaning for the page such as session IDs, referral Urls, etc.

  7. #7
    Junior Member
    Join Date
    Feb 2011
    Posts
    26
    why is it considered as spamming? Maybe you're just having a few errors on the code you are using.

  8. #8
    WebProWorld MVP wige's Avatar
    Join Date
    Jun 2006
    Posts
    3,138
    First, if you are using mod_rewrite to change your site page URLs, and the address bar still shows the old URL, you are not doing it the best way. In this case, a redirect is occurring somewhere along the line, and this will cause some or all of your incoming pagerank to be lost. The rewrite should be implemented invisibly, so that the user viewing the page sees the same URL as is in the link. mod_rewrite has this capability, but I suspect you may have entered an option that is disabling this behind-the-scenes functionality. Can you post an example RedirectCond/RedirectRule set?

    Second, Google recommends against rewriting URLs for SEO purposes because it is very easy for problems to occur in the rewriting process. If you are doing it to make a URL easier to remember, for example promotional pages that might be used in print ads or conventional media, that is one thing. But doing it sitewide just to eke out a .000001% change in rankings (estimated) may not be worth the time investment.
    The best way to learn anything, is to question everything.
    WigeDev - Freelance web and software development

Tags for this Thread

Posting Permissions

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