Homepage Deindexed By Google…
-
For some reason, my homepage has been deindexed by Google while my posts & pages are still getting crawled by Google.
Any help with this issue will be appreciated.
-
Hi Vann Digital Networks,
I noticed your Home Page Metatags contain the
noindex
flag within the robots tag.Please check the SEO settings under the Home Page Settings. Look for the setting named
Apply noindex to the Home Page?
and uncheck it.Let me know if this helps! Thanks and have a great day ??
So I noticed the
noindex
flag but thatApply noindex to the Home Page?
setting was never checked. Hmmmmmm….Hi Vann Digital Networks,
It seems that your home page is looked upon as a search results page. This could be the results of an external plugin or theme alterations which affects the home page query.
To solve this issue, at least temporarily, please disable the
Apply NoIndex to Search Pages?
option under the Robots Meta Settings -> Indexing Tab within The SEO Settings page.This also means that no settings for the home page are in effect.
It’s not so much of a problem, but it’s a special way of altering the home page settings.
This might yield unexpected results.Also, I’ve disabled the following fields for Search and 404 pages, to reduce query processing (and prevent social relations with social media for weird search queries or 404 pages), this means the following fields are missing for your home page!
description og:image og:description facebook:publisher facebook:author facebook:app_id article:published_time article:modified_time twitter:creator twitter:description twitter:image shortlink rel=next/prev ld_json scripts
I also noticed you’re using a child theme, maybe the problem resides within the child theme. I already checked out the parent theme in the WordPress repository and this is not the case for the parent theme.
Please take the time to fix this. The Home Page should be a home page, not a search page.
I hope this helps! Thanks and have a great day! ??
So after looking at my source code again, I seen that this was the
og:title
for my home page:Search results for: rickey smilet for real | VannDigital.com
That ain’t supposed to happen, is it???
Hi Vann Digital Networks ??
It seems that our posts writings have crossed.
To give you a better understanding, please check for the
$wp_query->is_search = true;
code in your child theme. Or$wp_query->is_home = false;
, something along the likes of this ??I believe I got this issue under control for now & I’m glad I didn’t have to take out the child theme because it’s there for a reason…
HI Vann Digital Networks ??
I see you’ve got it all worked out! That’s great!
I’m marking this topic as resolved. If however this problem still occurs in the future, please let me know ??
Thanks and have a great day!
Is there a way I can stop this from happening permanently???
Just had to fix the problem again after a search page tried to takeover my homepage again.
Hi Vann Digital Networks,
I don’t see any problems at the moment.
What are the changes you pushed through in the past to fix this problem? This might help me get to a permanent solution.Thanks and have a great day! ??
I cleared the object cache every time I seen this happen…
Which caching plugin are you using?
Memcached Redux
Hi Vann Digital Networks,
That’s odd, I can’t see any conflicts.
However, there could be a 3rd party conflict happening, from another plugin, the child-theme or any unknown settings.
Whatever is the case, the object cache stores the page as a search page for X moments of time.
To prevent this from happening, we could evade the object cache for The SEO Framework’s output all together.
The SEO Framework works very fast, even without object caching ??I’ll implement a filter to use for you in the next update which you can add to your child theme. Other than that I really can’t pinpoint this issue rather than just evade it all together.
I hope this helps! Let me know if you need any further assistance. Enjoy your day :).
How quick can that update happen???
Just had to clear object cache a 3rd time…
Hi Vann Digital Networks,
It depends on the plugin, for this plugin every update takes roughly about 10 to 80 hours (of my free time) to complete, because the scale is enormous and requires a lot of testing on many scenarios.
This plugin now contains about 16000 lines of code :).I also take my time for every update, considering improvements and of course on the fly bugfixes and improvements when I encounter those. Writing a non-faulty SEO tip that goes in par with the update, as well as providing a detailed changelog and updating the plugin API when applicable, of course.
Anyway, recently I’ve opened a Git on Github for this plugin. I now push all completed bugfixes and updates there before I push a full new version release on www.remarpro.com.
You can get the latest (beta) update from: https://github.com/sybrew/the-seo-framework
This beta contains the requested filter.The filter you can use:
add_filter( 'the_seo_framework_use_object_cache', '__return_false' );
This filter works as intended after uploading the beta to your server or when using The SEO Framework 2.4.3.
I hope this helps! Thanks and have a great day!
- The topic ‘Homepage Deindexed By Google…’ is closed to new replies.