Hello,
Those filtered URLs are still set to index
.
In this case, we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.
Please do take a complete backup of your website before sharing the information with us.
It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:
https://wordpress.org/plugins/temporary-login-without-password/
You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):
https://wordpress.org/plugins/wp-security-audit-log/
We really look forward to helping you.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Hello,
We’ve checked your Code Snippets plugin, and the code you added is disabled/deactivated. You will notice that the button under the “Status” column is colored blue at this link:
/wp-admin/admin.php?page=wpcode
However, the filter is already enabled now and your filtered URLs are already set to noindex.
Please clear your website’s cache and revalidate the issue in your Google Search Console account and give Google some time to recrawl your site.
Looking forward to helping you.
Hello,
I have cleared my website cache and starts the revalidate process in my Google Search Console.
Is anything else I have to do? Please let me know.
Thankyou for your response.
Hello,
For now, you may need to give Google some time to recrawl those filtered URLs and detect the noindex.
Once Google knows they are noindexed, it will stop crawling those URLs and focus on your actual posts/page to index them.
Looking forward to helping you.
Hello,
According to your concerns, I have started the revalidate process in my Google Search Console 5 days before.
Google Console updated today and I see that my website indexed pages are decreasing. Increasing URLs showing status error on [ crawled currently not indexed ].
Only 3 urls are indexed on this process and shows on Google Search.
Please suggest why this happens and what to do now?
Thankyou.
Hello,
The issue of “Crawled – Currently Not Indexed” in Google Search Console usually indicates that Google has crawled the pages but has not indexed them for now. This can happen due to several reasons, including low-quality signals, duplicate content, or insufficient internal linking. https://rankmath.com/kb/crawled-currently-not-indexed/
Here are some steps to address this:
- Ensure all pages provide unique and valuable content. Avoid thin or duplicate content.
- Strengthen internal linking by linking important pages from other indexed pages.
- Use the URL Inspection tool in Google Search Console to manually request indexing for high-priority pages.
Since this process can take some time, continue monitoring the status in Google Search Console.
Don’t hesitate to reach out to us if you have further concerns.
Thanks.
Hello,
It is completely depressing to me that my website is not Indexing on Google. I have made all the changes, but there has been no result. All the De-Indexed URls are showing under “Crawled – Currently Not Indexed” in Google Search Console.
If this situation is going like this then what should I do about it?
I humbly request you please look into this matter. Do the needful for me.
Hello,
When you see most of the pages under the “Crawled – Currently not indexed” that means that the pages lack unique content and Google has already discovered the pages and crawled them to try and index them, but found the content was lacking so it doesn’t want to index them.
This has nothing to do with the technical aspects of the website, which is what our plugin can control.
Don’t hesitate to get in touch if you have any other questions.
As we have discussed earlier that some Duplicate URLs of my website i.e. [ ?coupon_type=sale ], [out], etc. are showing on Google Search. And you have shared with me a code to add them to code snippets. But after some time currently, my duplicate URLs have started indexing and showing on Google Search.
This is a code you have shared with me –
add_filter( ‘rank_math/frontend/robots’, function( $robots ) {
$url = home_url( $_SERVER[‘REQUEST_URI’] );
if (strpos($url,’?coupon_type=’) !== false || strpos($url,’wp_action=’)) {
$robots[‘index’] = ‘noindex’;
$robots[‘follow’] = ‘nofollow’;
return $robots;
}
return $robots;
});
Also, I have shared you screenshot of my code snippets –
https://imgur.com/a/rPR5YuL
Please consider your points about why this is happening. And also I request you please suggest what to do.
Waiting for your response!
Hello,
The code snippet shared earlier should work to prevent indexing of the duplicate URLs (?coupon_type=, etc.).
We checked the source code of some of them and can confirm they are set to noindex
nofollow
:
Please share some of the URLs that are still indexed and showing on Google search result pages so we can check.
We look forward to helping you.
Thank you.
Hello,
Thank you for your reply.
These types of URLs are still indexed and showing on Google search result pages.
https://uaeoffercodes.com/out/4983
https://uaeoffercodes.com/out/2605
https://uaeoffercodes.com/out/4324
https://uaeoffercodes.com/out/2280
https://uaeoffercodes.com/out/724
I am also sharing the screenshot of the Google search result page.
https://imgur.com/a/mVoC128
I request you please look into this matter and do the needful.
Hello,
Those URLs are already redirecting.
You should give Google some time to recrawl them and deindex them from the search results pages.
Alternatively, you can utilize the page removal tool in your Google Search Console account to remove the old URL from the search results page
Here’s a link for more information:
https://support.google.com/webmasters/answer/9689846?hl=en
Looking forward to helping you.