Hello, I want to block some content from being indexed for example the send to a friend page which has no content except of mail form /tell_a_friend-24215.html The "24215" is the page ID. is there anyway to block tell_a_friend-ID.html which means that all pages starting with tell_a_friend* can be blocked? Regards, Shailendra
What I believe is that you can simply block these urls using an asterisk like: User-agent: * Disallow: /tell_a_friend-*.html
Hi, Just type in notepad User-agent: * Disallow: /tell_a_friend-*.html And save as Robots.txt name You will be able to block this url Thanks