Hey I need Help with my Blog

Discussion in 'Google Sitemaps' started by ceweqsakti, Nov 8, 2008.

  1. #1
    cek my Blog
    http://themagnolia-austin.com

    it has different pagerank with www and without www
    and i want to make it www with pagerank 4

    i have problem also with my sitemap
    if i use themagnolia-austin.com/sitemap.xml is okay
    but when i use www.themagnolia-austin..com/sitemap.xml
    the sitemap is broken or cant read

    Please Help me for this
     
    ceweqsakti, Nov 8, 2008 IP
  2. gbh1935

    gbh1935 Peon

    Messages:
    585
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you have too many .. in your URL
     
    gbh1935, Nov 8, 2008 IP
  3. guy852

    guy852 Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    link in site map should have <30
     
    guy852, Nov 8, 2008 IP
  4. ceweqsakti

    ceweqsakti Banned

    Messages:
    1,192
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #4
    So,how to make it correct???
    please help me
    How to make <30??
     
    ceweqsakti, Nov 8, 2008 IP
  5. dairyman

    dairyman Notable Member

    Messages:
    7,224
    Likes Received:
    274
    Best Answers:
    0
    Trophy Points:
    205
    #5
    dairyman, Nov 9, 2008 IP
  6. SaadSEO

    SaadSEO Banned

    Messages:
    37
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    This is a common problem faced by many webmasters. The Solution is very simple. You will have to make a 301 Redirect (Permanent Redirect) of your Non-WWW version to the WWW version.

    To do that, log in to your host via FTP, look for a file called .htaccess and add the following:


    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

    I also suggest to sign up for Google Webmaster Central and there you will find a way to set your preferred way of displaying the url either WWW or non WWW.

    Once the above steps are completed your page rank will automatically go to the WWW version of your domain. But it wont happen instantly of course.

    Hope This Helps. If you require any more help you can contact me (contact info in my signature).
     
    SaadSEO, Nov 9, 2008 IP
  7. ceweqsakti

    ceweqsakti Banned

    Messages:
    1,192
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i cant edit my .htaccess.
    i dont know why
    i already search it .but when i double clicked,i cant open
     
    ceweqsakti, Nov 9, 2008 IP
  8. gbh1935

    gbh1935 Peon

    Messages:
    585
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Do you have a text editor associated with it?
     
    gbh1935, Nov 11, 2008 IP