• This is what my title head looks like. I used a meta tag creater to make my tags

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <!– leave this for stats –>

    I want to be able to cut and past this in
    <HTML>
    <HEAD>
    <TITLE>Teen Porn Kingdom</TITLE>
    <META NAME=”Keywords” CONTENT=”words here”>
    <META NAME=”Description” CONTENT=”words here”>
    <META NAME=”Author” CONTENT=”[email protected]”>
    <!– META Tags generated by https://submitexpress.com/metatag.html –>
    </HEAD>

    Of course I removed all the bad words for this post
    I’m sure this is probably pretty simple and I could probably do this myself with a little experimenting but I don’t want to screw up my blog
    https://porn-kingdom.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mikesinner

    (@mikesinner)

    So no one can help me with this?

    Thread Starter mikesinner

    (@mikesinner)

    Hello. Can I get some help with this?

    Morning ??

    If you open up header.php, add those tags but do not add any <head> tags. So it would look something like this:

    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> ? Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <META NAME=”Keywords” CONTENT=”words here”>
    <META NAME=”Description” CONTENT=”words here”>
    <META NAME=”Author” CONTENT=”[email protected]”>
    <!– META Tags generated by https://submitexpress.com/metatag.html –>

    – – the rest of the wp code – –

    </head>`

    That assumes that your blog title is the same as the title you had put above. That look okay ?

    podz, great reply as always.
    I have a question thought.
    Would you recommend to use a fixed META description tag in the header, since the content is dynamic ?
    Wouldn’t that carry bad consequences with some search engines tastes ?

    Thanks. I’m always following your great guides. ??

    I have no idea about SEO.
    The tricky bit though is using META tags as they are in header.php and that is used for every post.
    You caould have a different page template per page, or use includes for pages but for posts, you may be better looking at tags ?

    Thread Starter mikesinner

    (@mikesinner)

    does this look o.k? I assume this we be good for my Seo since I have %100 word relevence and most of my post have at least 2-3 of my keywords

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <META NAME=”Keywords” CONTENT=”blah blah blah”>
    <META NAME=”Description” CONTENT=”blah blah blah”>
    <META NAME=”Author” CONTENT=”[email protected]”>
    <!– META Tags generated by https://submitexpress.com/metatag.html –>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <!– leave this for stats –>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WNSFW I need help putting these meta tags in my site’ is closed to new replies.