• The ‘Home Title” just isn’t working! For example I typed “Welcome to our official site” and all that shows up is the blog name. Every post we search in google just has the blog name in the title so the posts are ending up on page 3 of google.

    This used to work fine, and even got page 1 of Google within hours of posting. What gives? Please help because without titles working this plugin is pointless – in fact ruining our search standing.

    https://www.ads-software.com/extend/plugins/all-in-one-seo-pack/

Viewing 3 replies - 16 through 18 (of 18 total)
  • The index.php file in my custom WP theme used the query_posts() function to build a loop. I discovered elsewhere that the query_posts() function causes problems with certain global variables, and that the get_posts() function apparently does the same thing without messing up the global variables. Making this small change allowed All-in-One SEO plugin to correctly write the Front-Page title (after several hours of frustrating research). Hope this helps others resolve this problem with the most critical part of the plugin.

    Wish I’d found this post earlier, but just to confirm that arenddeboer’s solution worked, I made sure wp_title() was above wp_head() and it started working.

    @ammer and cyber, did you find any fixes to the <? ob_start(“ob_gzhandler”); ?> issue? I’m having the same challenges. Meta desc and keywords work.. No go on the Title.

    Thanks

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘[Plugin: All in One SEO Pack] Home Title Not Working’ is closed to new replies.