WordPress-Post-Like-System
WordPress-Post-Like-System copied to clipboard
Google webmaster errors
Hello, i receive this error in webmaster for every post when u give like
wp-admin/admin-ajax.php?action=process_simple_like&nonce=ae6e6de73a&post_id=410&disabled=true&is_comment=0
What is the problem?Thanks
In webmaster tools, use the robots.txt Tester to view your robots.txt file. Mine looks like this: User-agent: * Disallow: /out/
More here: http://kb.yoast.com/article/279-how-to-edit-robots-txt-through-yoast-seo https://yoast.com/dont-block-your-css-and-js-files/
Once you fix your robots.txt file, clear the errors with "Mark as Fixed." The graph errors should disappear in a day or two if everything is alright. Hope this helps. Thanks!
Thank you bro !
2016-02-10 4:55 GMT+02:00 Jon Masterson [email protected]:
In webmaster tools, use the robots.txt Tester to view your robots.txt file. Mine looks like this: User-agent: * Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php
If you don't allow /wp-admin/admin-ajax.php, you will get soft 404 errors in your webmaster account.
More here: https://yoast.com/wordpress-robots-txt-example/
Once you fix your robots.txt file, clear the errors with "Mark as Fixed." The graph errors should disappear in a day or two if everything is alright. Hope this helps. Thanks!
— Reply to this email directly or view it on GitHub https://github.com/JonMasterson/WordPress-Post-Like-System/issues/27#issuecomment-182175933 .
My robot tex look like: User-agent: * Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php
Like your suggestion. So any possible solution?
Ps: thanks for your reply!!!
I will take a closer look at this. Thanks!
Please see my updated comment above. I have been using on my own site, and have not had any crawl errors. I also noticed that the query string in the link did not exactly match, so I've updated it. Please let me know if you encounter any further issues. Thanks!