0

OK, I have a website which has a series of buttons which call an api to return informtion relating to products. The problem i have is that google is accessing and following the api every 10 minutes approximatley which means i am doing loads of lookups a day.

Can i stop google bots from doing this??

I have a robots.txt file and no follow meta but they do not seem to be doing much.

Any advice would be appreciated.

   User-Agent: *
  Disallow:/index/
  Disallow /manufacturer/

I just noticed the pages didn't have extensions i.e manufacturer should be manufacturer.php

Thanks

Sam Williams
  • 175
  • 2
  • 3
  • 12

1 Answers1

0

Google Webmaster tools will analyze your robots.txt for you and let you know what it is making out of it. I have found it very useful in the past. You can just paste your robots.txt and it will point out any flaws.

Failing that you can visit the forums.

alexfernandez
  • 1,938
  • 3
  • 19
  • 30