Hi I'm using link like that h..p://www.mysite.com/go.php?id=example Google indexing those links like internal links How I can block google indexing those links? Is something like that in robots.txt is enough? User-agent: * Disallow: /go.php?id=example Disallow: /go.php?id=example1 any suggestions?
i don't think you can block that using robot file.. if you are passing some parameters through this page or the page is dyanmic and session id are generated then u should check your links first tht they are consistent on entire site.. u can use url rewrite to displayed tht in more meaning ful way. And if you can wnt tht page shouldn't be crawled by google then use. meta tag robots no index no follow. search for it in goolge. I hope this helps