Hello,
We apologize for the issue you are facing with Google Search Console and the product listings. It seems like there might be a configuration issue with your Rank Math settings or WooCommerce setup that is preventing the automatic generation of product links.
To troubleshoot this, please ensure that you have properly configured the WooCommerce settings in Rank Math. You can check the following:
- Go to WordPress Dashboard → Rank Math SEO → General Settings → WooCommerce and ensure that all necessary fields are filled out correctly, including product brands and SKUs.
- Make sure that your products are published and visible on your site.
- If you are using any caching plugins, try clearing the cache to see if that resolves the issue.
If the problem persists, please reply to this ticket with your site URL so we can take a closer look at the specific configurations and help you resolve this issue. A human agent from our support team will assist you further.
Thank you for bringing this to our attention!
This is an automated reply from Rank Math Support Bot. Your ticket has been assigned to a human agent and we will get back to you shortly.
i send you messages but not any one reply why
anyone availble on support ticket or time wase
Hello,
Those parameterized URLs are set to index and follow, that’s why they are showing in your report.
In this case, you may use this filter to set those to noindex and nofollow:
add_filter( 'rank_math/frontend/robots', function( $robots ) {
$url = home_url( $_SERVER['REQUEST_URI'] );
if( (strpos($url,'?j=') !== false) ) {
$robots["index"] = 'noindex';
$robots["follow"] = 'nofollow';
}
return $robots;
});
Here’s how you can add a filter/hook to your WordPress site:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
Looking forward to helping you.
I don’t think you understand my question. Why are merchant listings appearing in Google Search Console? I haven’t added any products, so why are there keywords and products that don’t belong to my website?
I need help understanding why these are showing on my website. I have no products available—please check the screenshot. https://tinyurl.com/29bgd5jj
Hello,
In this case, you can use the URL inspection tool of your GSC account to check the URLs and view the referring page to make sure from where they are coming.
Once you know the referring page, you can unlink or remove them so Google won’t discover the URLs again.
Let us know how it goes. Looking forward to helping you.
Thank you.
https://tinyurl.com/254tubb2 CHECK WHERE IS referring page
Please respond with a solution for why this is happening to my website, and why the Rank Math team is slow to reply.