Tips to make asp pages SEO friendly.

Discussion in 'C#' started by vinug, Nov 14, 2008.

  1. #1
    How to make asp pages SEO friendly ???
     
    vinug, Nov 14, 2008 IP
  2. web-bod

    web-bod Guest

    Messages:
    17
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    same way you make any other page SEO friendly. They're all rendered as html so no difference.
     
    web-bod, Nov 15, 2008 IP
  3. acidutzu

    acidutzu Peon

    Messages:
    67
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Unfortunatelly IIS don't have a URLrewrite like Apache .. so most probably you'll need a COM component ex: isapirewrite.com ..but if you have a shared hosting .. you won't have the permissions to install that ...
     
    acidutzu, Nov 20, 2008 IP
  4. pitagora

    pitagora Peon

    Messages:
    247
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you can always capture and rewrite urls by writing a http module, http handler or simply by handling the Application_BeginRequest event in global.asax. Any of the 3 ways are possible and they should all work in shared hosting.
     
    pitagora, Dec 6, 2008 IP
  5. vihutuo

    vihutuo Well-Known Member

    Messages:
    1,511
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    180
    #5
    URL rewriting is now not recommended by google. Check this post
    http://googlewebmastercentral.blogspot.com/2008/09/dynamic-urls-vs-static-urls.html.
    URL rewriting does have some undesirable side effects.


     
    vihutuo, Dec 9, 2008 IP
  6. pitagora

    pitagora Peon

    Messages:
    247
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    and also has some desirable effects, like including a keyword in the link it'self to give you a SEO bonus. Also when links show in google statistics say you will have a higher CTR if you don't have 100 parameters stuffed in. Why do you think every CMS offers url rewriting features and everybody uses them?

    The link you gave....what do you think it is? static? Just because it has .html in the end? It's 100% url rewrite my friend :)
     
    pitagora, Dec 11, 2008 IP
  7. vihutuo

    vihutuo Well-Known Member

    Messages:
    1,511
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    180
    #7
    It's doubtful whether rewriting gives any boost to SEO. Since Google itself does not recommend it anymore these days (maybe the case was different earlier), I really don't have to say more

     
    vihutuo, Dec 11, 2008 IP
  8. Ehmad

    Ehmad Peon

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    hey i have done some SEO ( not even know much about it) but results are fine chck the site at my sig. When u type a game listed in my site google takes u to my site chck it. (If it does not work, type the name of game and add a keyword playndownload)

    when my asp renders html i add meta tags to my page and changes the title + i write description + tags in the meta tags from the tables. In the page i rewrite using asp the description again that's why my seniors says ur site is SEO friendly :D . ( I m not a pro )
     
    Ehmad, Dec 11, 2008 IP