How do you redirect from specific blog page ?

Discussion in 'Search Engine Optimization' started by liquidice4, Dec 24, 2008.

  1. #1
    I posted a similar thread but the question I asked was not clear enough and it seems that no one responds to that thread anymore.

    So I will rephrase my Situation and Question :

    I am currently using Wordpress blog, the thing I want to do is redirect traffic from my Store page to my Amazon store.

    To get a visual of my problem visit my blog and click on STORE.
    ( http://www.kickboxingequipment.com ) , you can see that I use meta refresh redirect.

    Can I somehow use .htacess to directly redirect traffic ?
    Do you have other alternative ?

    Much Thanks
    LiQuiDicE

    Ps. Sorry if this looks spammy, its really not my intention.
     
    liquidice4, Dec 24, 2008 IP
  2. cheapez

    cheapez Active Member

    Messages:
    1,123
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #2
    You want to redirect that page using 301 redirect (put it in your .htaccess file)

    redirect 301 /old/old.htm http://www.you.com/new.htm


    If you asked the question in these forums HTML & Website Design, or Apache forums, you did get the answers earlier and from many people who know about it.
     
    cheapez, Dec 24, 2008 IP
  3. internetmarketingiq

    internetmarketingiq Well-Known Member

    Messages:
    3,552
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Meta refresh will most of the time work but it's a bad idea from an SEO perspective.

    Some host software lets you just enter a page redirect directly.

    Or you can use your .htaccess file to redirect the old page to the new.
     
    internetmarketingiq, Dec 24, 2008 IP
  4. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #4
    I guess cheapez has answered your question. You probably want to 301/302 redirect from your page.
     
    jitendraag, Dec 25, 2008 IP