Some Important SEO Questions?

Discussion in 'Search Engine Optimization' started by desperateboy, Apr 25, 2009.

  1. #1
    hi friends,

    I have some questions in seo. I am finding answers.Pz help to solve.

    1) like in forums,when discussion on topic going on.May be 10 replies or can be more shown & rest on next pages. The next page is auto generated? if yes how we can optimize this page. coz it is dynamic.

    2)when Google index our page, some times it shows in result like www.abc.com/index.html or www.abc.com on different keywords. Is Google crawler consider duplicate page?

    Regards & thanks
     
    desperateboy, Apr 25, 2009 IP
  2. dhwanit01

    dhwanit01 Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    You should use a consistent URL for the home page of your web site and it would be better to go with http://www.domain.com

    If you need to redirect http://www.domain.com/index.html to http://www.domain.com/ place this code in your .htaccess file.

    RewriteEngine on
    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html?\ HTTP/ [NC]
    RewriteRule ^(.*)index.html?$ http://www.domain.com/$1 [R=301,L]
    RewriteCond %{HTTP_HOST} ^domain\.com
    RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]

    __________________
    Dental Insurance vs. Discount Dental Plans
     
    dhwanit01, Apr 25, 2009 IP
  3. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #3
    Auto generated pages can have use the same slug as main page with a page number in URL. For title and description however, you will have to keep them same. I would remove description from such pages :)
     
    jitendraag, Apr 26, 2009 IP