One of my site i am using this User-agent: * Disallow: /subfolder/ Code (markup): is this mean all pages are allow from the site only pages which is in " subfolder " that is not allow? am i right?
Yes, you are right. Example: User-agent: * Disallow: /subfolder/ Allowed: /subfolder/subfolder2/ Disallow: /subfolder/subfolder2/sub3/ Code (markup): Crawler can crawl your allowed directories but can't crawl disallow directories.
User-agent: * Disallow: /subfolder/ but i am not adding any tag for Allowed but still it will crawl my site right only subfolder data not come. just conforming.
hi dhaval, you are right. that code that you have written in perfectly all right to block the directories & files inside the /subfolder/. this will prevent all the search engine robots from indexing it.