• Resolved slimpickins

    (@slimpickins)


    Hello! First let me say thanks for a refreshing plugin. Straight to the point without extra “fluff”. The recent addition of editing META tags in Quick Edit is superb.

    I primarily use the Genesis framework and my understanding is that META titles should be automatically generated and displayed as (from Slim SEO docs page):

    • For homepage: Site title – Site description
    • For singular pages/posts: Page/Post title – Site title
    • For other pages: Page title – Site title

    In testing the plugin using Genesis with the Sample child theme, I only see this format on the home/front page. Interior pages only display their respective Page titles (i.e. Site Titles do not appear in META titles).

    I can get around this by manually editing META titles, but was hoping this would happen automatically.

    I tried using the “manually edited” filter provided from this topic – but no luck.

    I was, however, able to extend the filter referenced above using standard WP functions. However, I think this may not be the “Slim SEO way” to do this.

    Is there anything specific that needs to be done with Genesis to have the correct META title formatting? For instance, I disabled Genesis SEO with the following – again, no luck:

    add_action( ‘genesis_init’, ‘genesis_disable_seo’, 99 );

    Thank you again for a wonderful plugin and any suggestions you may have!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Hi @slimpickins ,

    Thanks for your feedback. I’ve checked Genesis and found that it changes the way the title is outputted a lot. So I updated the code to make it work with Genesis, can you please try it?

    Thread Starter slimpickins

    (@slimpickins)

    Hi @rilwis,

    Perfect – thank you! The updated code works great and resolves the issue. I also tested the filter for reversing the order of site titles and pages titles, as well as the filter for appending site titles to manually edited META titles. Again, both work great.

    Thank you again for a wonderful plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta Titles and Genesis Framework’ is closed to new replies.