1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Redirecting and Google meta-tags

Discussion in 'Search Engine Optimization' started by eagors93, Aug 28, 2015.

  1. #1
    Hello every one,
    I'm trying to make a redirection of an additional domain I've bought for my website. I've already added the URL the domain should redirect to, and it works, but I would like to be able to change the meta-tags shown in the Google results (these ones):

    [​IMG]

    The website the address redirects to is a Wordpress website. How should I configure the redirection to be able to set the meta-tags? Should I create a directory with a seperate index file that would redirect using <meta http-equiv="refresh"> ? Which solution would be best in terms of SEO?
     
    eagors93, Aug 28, 2015 IP
  2. endlesslove

    endlesslove Active Member

    Messages:
    205
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #2
    No plugin, you can open header.php file, insert this code:
    <meta http-equiv=”refresh” content=”0; URL=https://domain.com”>
    Code (markup):
     
    endlesslove, Aug 29, 2015 IP
  3. eagors93

    eagors93 Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    OK, but where do I put it? Yes, the DESTINATION website is a Wordpress one with a header.php, but I don't see how your solution will solve my problem. The domain that SHOULD REDIRECT TO the Wordpress page doesn't even have DNS records set manually - it's just a redirection made in the domain management panel.

    Also, I would like the meta-tags I mentioned earlier to be different than for my main website.
     
    eagors93, Aug 30, 2015 IP
  4. endlesslove

    endlesslove Active Member

    Messages:
    205
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #4
    You should put this code before the closing </head> tag.
     
    endlesslove, Aug 30, 2015 IP