This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Google bot
#1

Hello,

The Google search engine exits
The captcha pictures are displayed
[Image: BEZ-IME.md.png]
How can I stop the google bot from indexing these links
https://test.com/comments/frontend/index...age_id=121
https://test.com/comments/ frontend/index.php?route=main/form/captcha&page_id=132
Reply
#2

Hello,

You'll need to open the file /comments/frontend/controller/main/form.php and change this:

Code:
public function captcha()
{

To this:
Code:
public function captcha()
{
header('X-Robots-Tag: noindex');

Also make this change to your robots.txt file:
https://commentics.com/faq/tips/robots

Have you completed the interview?
Reply
#3

Thank you
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
25-Mar-2015, 07:06 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)