• hi, i have a problem with yoast and my header.php

    for exemple, if i choose on the YOAST SEO PANEL a keyword, a title a and description for a page like:

    focus keyword: YYY
    SEO title: XXX
    meta description: ZZZ

    and a save this settings, i refresh my page and i check the code source with CTRL+O on Chrome i can see this:

    <title>XXX</title>
    <meta name="keywords" content="XXX" />
    <meta name="description" content="XXX" />

    I think Yoast c’ant write correctly keywords, description and merely duplicate the title for all the fields
    http://wordpress.org/extend/plugins/wordpress-seo/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter kiinastudio

    (@kiinastudio)

    uhm, sorry there were many errors on previous post…. i post it again.

    The example is:

    if i choose on the YOAST SEO PANEL a keyword, a title and a description for a page, as:

    SEO title: XXX
    meta description: YYY
    meta keywords: ZZZ

    and i save this settings, when i refresh and i check the source code with CTRL+U on Chrome, i see this:

    <title>XXX</title>
    <meta name="keywords" content="XXX" />
    <meta name="description" content="XXX" />

    so the SEO title (XXX) has been duplicatd on both keyword and description content but there’s no trace of the words i choosed (YYY,ZZZ). Someone can help me?

    Thread Starter kiinastudio

    (@kiinastudio)

    here a page test link:

    http://www.kiinastudio.it/test/

    What have you got between your <title/> tags?

    What have you got under SEO >> Titles >> Page?

    Thread Starter kiinastudio

    (@kiinastudio)

    Hi primitivenet thanks for reply:

    1 – i have: <title><?php wp_title(”); ?></title>

    here the entire title and meta code:

    http://pastebin.com/9ateydbV

    2 – you can see the SEO >> Titles >> Page here:

    SEO Titles

    You don’t seem to currently have anything in your SEO >> Titles >> Page…

    Thread Starter kiinastudio

    (@kiinastudio)

    Yes, correct, I left empty the “Page” fields on “SEO>>>Title” but I do not think the problem depends on this.

    By the way, I made a test. I have created two different pages:

    1.
    http://www.kiinastudio.it/test-manual-settings/

    where – as I did before – I manually filled XXX, YYY, ZZZ in the SEO Page Panel: here the shot

    2.
    http://www.kiinastudio.it/test-template-settings/

    where I set AAA, BBB, CCC throught the plugin “SEO>> Title” page: here the shot

    unfortunately it seems not to be the solution and the problem remains: the seo title is duplicated and keyword and description are not visible.

    Thread Starter kiinastudio

    (@kiinastudio)

    someone can help me?

    Do you have the force rewrite rules checkbox ticked? Untick it.
    I just noticed a few bugs with it on some installations – so if you’re having odd problems, this may be the cause.

    Thread Starter kiinastudio

    (@kiinastudio)

    is this?

    image

    …it’s turned OFF at the moment…but the problem remain the same…

    Thread Starter kiinastudio

    (@kiinastudio)

    i tried with the Twenty Ten 1.3 theme and YOAST work fine…now i’m sure: the problem still on Diabolik theme…maybe on the header.php?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: WordPress SEO by Yoast] title, keyword and description error with Yoast’ is closed to new replies.