• I must generate a controlled header meta data without adding …

    <?php wp_head() // Do not remove; helps plugins work ?>

    Does anyone know how to generate the description and keywords without the php wp_head or where i can modify the wp_head?

    <!-- All in One SEO Pack 1.6.6.1 by Michael Torbert of Semper Fi Web Design[-1,-1] -->
    <meta name="description" content=" ??? something like php info ... ??? " />
    <meta name="keywords" content=" ??? something like php info ... ??? " />
    <!-- /all in one seo pack -->

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter soupoem

    (@soupoem)

    I think i can generate the keywords with these lines, right?

    <meta name="description" content="<?php bloginfo('???') ?>" />
    <meta name="keywords" content="<?php bloginfo('???') ?>" />

Viewing 1 replies (of 1 total)

The topic ‘All in One SEO Pack header informations’ is closed to new replies.