Viewing 15 replies - 1 through 15 (of 25 total)
  • Plugin Author Frank Goossens

    (@futtta)

    I happen to be using AIOSEO as well, with title rewrites and afraid (well, not really) this does work correctly for me jgadbois. This is probably a combination of AO + AIOSEO + a plugin or even your theme. Can you do some more toggling, temporarily disabling other plugins & even switching themes to identify the exact context that triggers this behavior?

    frank

    Thread Starter jgadbois

    (@jgadbois)

    I’ll try some more tests – it’s only the home page that doesn’t work.

    Plugin Author Frank Goossens

    (@futtta)

    Afraid not Reckon Talk; I use AIOSEO myself (and AO, obviously) and cannot reproduce the problem myself. Moreover jgadbois only has (had?) the problem on his homepage, so I still think there’s more to this then just AO+AIOSEO.

    As I wrote earlier; do some more toggling, temporarily disabling other plugins & even briefly switching themes to identify the exact context that triggers this behavior. As soon as we know what triggers this (AO+AIOSEO+xyz), I can investigate further by installing <xyz> myself and seeing what can be done on AO-level.

    Do also ping the AIOSEO-devs, maybe they have an idea as well?

    frank

    Thanks Frank. Sure ??

    Will keep you guys posted and will keep track on this issue as well.

    In meantime we have raised the issue with All In One SEO Pack team as well.

    https://www.ads-software.com/support/topic/problem-with-autoptimize-and-all-in-one-seo-page-titles-1

    Thread Starter jgadbois

    (@jgadbois)

    We couldn’t resolve, but worked around it by excluding the home page from AIOSEO and using the blog title/description.

    Hi jgadbois,

    Will you please tell us the steps that you followed.

    We have tried to implement, what you have suggested above, but it doesn’t seems to be working.

    Thanks

    Thread Starter jgadbois

    (@jgadbois)

    We did this

    <title><?php is_front_page() ? bloginfo('blogname') : "" ?></title>
         <?php if(is_front_page()): ?>
          <meta name="description" content="<?php bloginfo ( 'description' ) ?>" />
        <?php endif; ?>

    then excluded the home page from aioseo

    Hi sorry to jump in, to me it looks like you might be having a theme issue. Test one of WordPress default themes like Twenty Fifteen and see if the issue is resolved.

    Kind regards

    Plugin Author Frank Goossens

    (@futtta)

    Indeed also confirmed by AIOSEO-support to indeed be theme-related.

    Do let me know if you find what in theme causes this and if possible I’ll assist on finding a workaround!

    frank

    Thanks jgadbois for your update.

    @mbrsolution & Frank – Yes, that indeed was a theme related issue. We figured that out last night. But we are still digging for solution and yet to reach at some solid solution.

    We are continuously switching in between AO & Hyper Cache to retain traffic and to connect to our CDN.

    AO is awesome and we want to keep it and that is why we are looking for a solution since last 3 days.

    Good Day!

    Thank You

    Thread Starter jgadbois

    (@jgadbois)

    Does your theme functionality for title tags? If not I would think it’s more likely a plugin issue. Do you have the problem if you disable all plugins except for autoptimize and aioseo?

    @frank Goossens can you think of a likely candidate for how this would happen? Only thing I can think of is filters clobbering each other for the <head> html?

    Plugin Author Frank Goossens

    (@futtta)

    can you think of a likely candidate for how this would happen?

    typically that would be a plugin (or indeed theme) that also uses the output buffer (just like AO and AIOSEO do) and which when combined with AO & AIOSEO breaks that output buffer somehow.

    frank

    Our website is working perfectly fine in absence of any cache plugin. AIOSEO activated. Yes, It has functionality for Title Tag as well.

    But whenever we activate AO + AIOSEO, everything works absolutely fine but there is some issue with Title tag. It’s get replaced by Home Page Title.

    Well, We have de-activated all plugins and activated just AO. We are now getting 500 server error on frontend of our website. Admin dashboard is working fine.

    Then we tried with HTML Options, JavaScript Options, CSS Options one-by-one but in each case we were getting 500 server error.

    Then we have added following in wp-config file

    define(“WP_CACHE”, true); –> It was already added
    define(“AUTOPTIMIZE_LEGACY_MINIFIERS”,”true”);

    Also our Apache Server setting is set to

    AllowOverrides to All

    But we are still getting 500 server error.

    Plugin Author Frank Goossens

    (@futtta)

    holy cow … some very weird things going on there!

    1. check your php- and apache errorlogs for pointers to what is happening
    2. confirm the problem goes away when disabling AO
    3. re-enable plugins to see which one brings the site back

    i’ll check back later tonight for further support.

    frank

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Problem with Autoptimize and All in One SEO page titles’ is closed to new replies.