Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jimak

    (@jimak)

    Thank you so much alchymyth for the post and for finding the errors…. I have meta tags for all of my 10 pages in my header php…

    Since I am using seo by yoast plugin to enter all of my meta titles, descriptions and keywords…Can I just delete all of my H1 tags, meta titles, descriptions and keywords tags from my header php?

    How and where do I add the H1 tags?

    http://www.theboaconsulting.com
    I really appreciate your help….Thank you so much in advance…

    Thread Starter Jimak

    (@jimak)

    I have my h1 heading tag codes in all of my page titles in header php… I used seo by yoast to enter meta data….However seo analysis says that all pages have no h1 heading tags…Can someone please, help me solve this?

    header php codes are: <title>Business Consulting Atlanta</title> – <?php echo htmlentities($title) ?></title> <h1><?php echo htmlentities($title) ?></h1>

    header php: <title>Business Consulting Corporate Finance – <?php echo htmlentities($title) ?></title> <h1><?php echo htmlentities($title) ?></h1>

    header php: <title>Strong Business Financial Consulting Skills- <?php echo htmlentities($title) ?></title> <h1><?php echo htmlentities($title) ?></h1>
    and so on

    page php: <h1><?php the_title(); ?></h1>
    <?php the_content(); ?>
    <?php edit_post_link(‘Edit this entry.’, ‘<p>’, ‘</p>’); ?>

    single php: <h1><?php the_title(); ?></h1><?php edit_post_link(‘Edit’, ‘<span class=”editpost”>’, ‘</span>’); ?>
    theme has no post page

    I am new to wordpress so please, be detailed and explicit….Thank you so much in advance….

    URL is http://www.theboaconsulting.com

    Thread Starter Jimak

    (@jimak)

    Thanks for the post…If I use SEO by Yoast to enter all of my unique title and description tags for each page, will I also need to enter my unique keywords for each page?

    Will I need to delete all of the current title, description and keyword tag codes with h1 tags from my php header as seen on top of my site page source?

    If I need to delete the h1 title tag code from my wp php header, how and where do I add the h1 header title for each of my pages?

Viewing 3 replies - 1 through 3 (of 3 total)