• Hi after doing a Site SEO audit on Ubersuggests, i am getting that all 999 pages of my website are getting this error

    SEO Issue :

    Multiple title tags on the same page

    I tested with “Health Check & troubleshooting” plugin and disabled all plugins and active theme to Default. I then ran audit again and still the same error, which then means there is no issue with plugins or theme.

    Can anyone help on this issue and advise as to what may be wrong and how to rectify

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter muraduk

    (@muraduk)

    I tested with “Health Check & troubleshooting” plugin and disabled all plugins and active theme to Default. I then ran audit again and still the same error, which then means there is no issue with plugins or theme.

    No, your test is faulty, making your proof invalid.

    Using the Health Check & Troubleshooting plugin to disable all plugins and switch to the default theme ONLY affects your administrator login session. Guest viewers (including external tools like Ubersuggest) still see the normal site with the normal theme and all plugins active.

    If you truly want Ubersuggest to check the site without the plugins, you have to completely disable all plugins and switch to the default theme — without using the Health Check & Troubleshooting plugin. This is the only way you can rule out the theme and plugins.

    But that won’t be necessary if you’d just take my word:

    -1- The first title tag is from your Yoko theme.
    -2- The second title tag is from the Yoast SEO plugin. Your screenshot clearly shows this. (The Yoast SEO plugin had a “Force rewrite titles” feature to fix issues like this, but I just installed the plugin and couldn’t find the feature anywhere.)

    You probably don’t want to mess with your SEO plugin. And as your theme hasn’t seen any update in years, you have to take care of this yourself. Open your theme’s header.php file and remove or comment out this line of code:

    <title><?php wp_title( '|', true, 'right' ); ?></title>

    That should fix your problem.

    Hello There,

    Thanks for your clear instructions. I understand you’re facing two errors:

    1. 999 pages of your website are getting an error.
    2. Multiple title tags on the same page.

    You tested with the “Health Check & Troubleshooting” plugin, disabled all plugins, and activated the default theme. You then ran the audit again, but the same errors persist. Too bad it still hasn’t been resolved. Troubleshooting Steps For the 999 Pages Error:

    When your WordPress site is encountering errors on multiple pages, it can be due to a variety of reasons. Here are some common issues and steps to troubleshoot and resolve them:

     If you understand coding, proceed with caution as incorrect changes can be harmful. 
    1. Enable Debugging in WordPress: To see detailed error messages, enable debugging by adding the following lines to your wp-config.php file:php define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); This will create a debug log file (wp-content/debug.log) that can provide more insights into the issues.
    2. Increase PHP Memory Limit: Add the following line to your wp-config.php file to increase the PHP memory limit:php define('WP_MEMORY_LIMIT', '256M');
    3. Check .htaccess File: Ensure your .htaccess file is not corrupted. Here’s the default content:apache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress

    For Multiple Title Tags:

    Multiple title tags on the same page can often be caused by SEO plugins, such as Yoast SEO.

    1. Disable Yoast SEO Plugin: Temporarily disable this plugin.
    2. Clear Cache: Clear your browser cache and any caching on your hosting server.
    3. https://prnt.sc/f9Xm3GDsU7lX

    I hope these steps help resolve your issues. For further guidance .

    Best regards,

    MD Mostofa Kamal

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.