I want google search to show only homepages. For example, if I search "android news", then I want google to show only homepages of sites related to "android news". Please tell me how to do it. Thanks
Not sure if this is even possible. You could possibly scrape them via scrapebox and then trim them to root. Not sure for what you need it however, so it's hard to say.
You can use robots.txt User-agent: Googlebot Allow: /index.html Disallow: /cgi-bin/ Disallow: /tmp/ Disallow: /junk/ Disallow: /~joe/junk.html Disallow: /~joe/foo.html Code (markup): fastreplies
Sure. Try search Google for robots.txt https://www.google.com and next time don't worry about using Like or Best Answer or buy me a cold beer... fastreplies
Are you asking for your site or all sites. If all sites then it is not possible and if you are talking about your site then you use that keyword only in your home page not in internal pages....
You can allow to crawl only homepage of YOUR site in robots.txt, but it is impossible not to display in search engines unternal pages of all other websites in the internet...