• Resolved stangr92x

    (@stangr92x)


    Hello,

    I am experiencing a problem with All In One SEO plugin… in the Focus Keyphrase section.

    The spelling is correct and I doubled checked everything but it says my Focus keyphrase in SEO title is not correct and says my Focus keyphrase not found in SEO title, but it is. This is only apearant for new posts.

    It does work though when you input it in manually in Post Title in AIOSEO settings but not automatically when you use site title variable. I like using the variable.

    So annoying.

    Talk Soon,

    Steve

    • This topic was modified 1 year, 5 months ago by stangr92x.
    • This topic was modified 1 year, 5 months ago by James Huff.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Shivam Tyagi

    (@shivamtyagi)

    Hi @stangr92x,

    Could you please share the URL of the page where you’re facing this issue along with a screenshot of the suggestion and the focus keyphrase field so that I can take a look?

    Thread Starter stangr92x

    (@stangr92x)

    You don’t need an url (it is like that for EVERY new post) or screenshot (because it is exactly like how I explained it and it won’t fit into one screenshot) you would have to see the title section in general AIOSEO settings, focus keyphrase in general AIOSEO settings, and the actual title input section in the content field at the top in one screenshot, you can’t. But in the title section, in general AIOSEO settings it has the “post title” variable, in the “focus keyphrase” section in general AIOSEO settings it says “Focus keyphrase not found in SEO title” in “Focus keyphrase in SEO title”?section and the actual title input section matches the “focus keyphrase” that is in general AIOSEO settings.

    Plugin Support Shivam Tyagi

    (@shivamtyagi)

    Hi @stangr92x ,

    Could you please try updating the post once you’ve added the exact focus keyphrase in the title, and then refresh the page to see if that updates the suggestion?

    Thread Starter stangr92x

    (@stangr92x)

    It worked… but seems like a pain to do that everytime though… it shouldn’t be like that

    Plugin Support Shivam Tyagi

    (@shivamtyagi)

    Hi @stangr92x ,

    I apologize for any inconvenience this may have caused.

    I have already raised an internal issue to ensure that the suggestions are updated in real-time when a smart tag is used instead of manually entered data.

    Our Development team is currently working on implementing this improvement, and it will be included in one of our upcoming releases in the near future.

    Thread Starter stangr92x

    (@stangr92x)

    thanks, love to help

    Greetings, I am using version 4.3.9. Tried version 4.4.4 – still “focus Keyphrase” does not work as described above. And since there is a developer here, I wanted to share a small optimization for the free version of the plugin. For the sitemap, this code works much faster.

    all-in-one-seo-pack/app/Common/Sitemap/Query.php

        // Set defaults.
        //$fields  = 'p.ID, p.post_title, p.post_content, p.post_excerpt, p.post_type, p.post_password, ';
        $fields  = 'p.ID, p.post_type, p.post_password, ';
        $fields .= 'p.post_parent, p.post_date_gmt, p.post_modified_gmt, ap.priority, ap.frequency';
        $maxAge  = '';
    
        if ( ! aioseo()->sitemap->helpers->excludeImages() ) {
            $fields .= ', ap.images';
        }
    
        // Order by highest priority first (highest priority at the top),
        // then by post modified date (most recently updated at the top).
        //$orderBy = 'ap.priority DESC, p.post_modified_gmt DESC';
        $orderBy = 'p.post_modified_gmt DESC';

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Focus keyphrase in SEO title problem with all in one seo plugin’ is closed to new replies.