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