Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #87772
    jonny
    Member

    Hi,

    to promote products of an affiliate programm I have to validate my blog

    1.either by entering the following code in the HTML-Meta-Tag.
    <meta name=”verification” content=”a496ea736668708e33f8f4ebf0bfbc76″/>

    2. or by uploading an .xml-file. I tried to do this step by creating a new page, which is displayed at the home page. But it didn’t work.

    I also need to edit the meta-tag for Google and Bing.

    Could you please help me with my issue? I am a newbie and couldn’t find this meta-tag in the css code.

    Thanks a lot,
    Jonas

    #87776
    jonny
    Member

    Oh found it :). For anyone, who had the same issue:

    You just have to enter the code into the <head>-Section in the Theme-Header (header.php)-Template

    <head>
    <meta name=”verification” content=”a496ea…” />

    <?php
    /**
    * catchresponsive_before_wp_head hook
    *
    * @hooked catchresponsive_head – 10
    *
    */
    do_action( ‘catchresponsive_before_wp_head’ );

    wp_head(); ?>
    </head>

    #87792
    Pratik
    Keymaster

    Hi @jonny,

    It is not recommended to edit core theme files. If you want to add the validator codes please use Catch Web Tools plugin’s Webmaster Module. It has google, bing, alexa, yandex and other site verification tools too.

    For custom verification, add the code in header scripts and it should work.

    Regards,
    Pratik

    #87895
    jonny
    Member

    Thanks for your help Pratik!

    #87931
    Pratik
    Keymaster

    Hi @jonny,

    You are welcome. If you like Catch Responsive theme and Catch Web Tools Plugin along with our support, then please give us your valuable review at https://wordpress.org/support/view/theme-reviews/catch-responsive and https://wordpress.org/support/view/plugin-reviews/catch-web-tools.

    Have a nice day.

    Regards,
    Pratik

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Edit Meta-Tag for Affiliate-Program’ is closed to new replies.