Is this URL optimized?

Discussion in 'Search Engine Optimization' started by varun8211, Nov 21, 2006.

  1. abdussamad

    abdussamad Active Member

    Messages:
    543
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #2
    No. Optimized urls are shorter, contain no queries (?id... etc) and include as many keywords as possible. For ex:

    domain.tld/archives/nn-This-page-is-about.html

    or even better but more difficult to achieve with dynamic sites:

    domain.tld/This-page-is-about.html
     
    abdussamad, Nov 21, 2006 IP
  2. varun8211

    varun8211 Peon

    Messages:
    483
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    and wat should I do to remove that :8080 ??
     
    varun8211, Nov 21, 2006 IP
  3. SEOBangkok-Puripong2

    SEOBangkok-Puripong2 Guest

    Messages:
    59
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I don't know how to remove that but I can tell you that your URL is not optimize as well. You may consider to use Apache mod_rewrite combine with .htaccess to make your URL more visible and should do before bot crawl and collect your URL. If bot crawl and collected them you should use 301 redirect all those pages to the page you've re-written. You should remove some parameter like ?id=2 from your url. Googlebot can crawl this url as well but other SE's bot cannot. You should change from

    http://www.chemicalhouse.com:8080/nl_new/jsp/viewlatestnewsletter.jsp?id=2

    to

    http://www.chemicalhouse.com/newsletter/jsp/view-latest-newsletter2.html

    why newsletter2? the 2 is parameter to send value 2 back to your script to call this page. You may find more about url rewrite by search in Google "apache mod rewrite"

    sorry that I cannot post live link here because of my limitation for now.
     
    SEOBangkok-Puripong2, Nov 21, 2006 IP
  4. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #5
    Its not fully optimized but now Google has not any problem with these urls.
     
    Mong, Nov 22, 2006 IP
  5. dhruv37

    dhruv37 Well-Known Member

    Messages:
    3,222
    Likes Received:
    195
    Best Answers:
    0
    Trophy Points:
    165
    #6
    dhruv37, Nov 22, 2006 IP
  6. abdussamad

    abdussamad Active Member

    Messages:
    543
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #7
    The 8080 is the port at which your webserver listens and responds to requests from clients (users) for the web page. The default port for http is 80 so it is not usually specified by users. For ex:

    http://abdussamad.com

    is the same as

    http://abdussamad.com:80

    So if you want to remove the 8080 you will need to configure your webserver to listen to port 80. You may need to consult your web hosts support staff.
     
    abdussamad, Nov 22, 2006 IP
  7. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #8
    it's not optimized url . if it's like blal/hfhfg.html , it's optimized
     
    trichnosis, Nov 22, 2006 IP