So I want search engines not to index my search-page and my articlepage with only text. This is my robots.txt: User-Agent: * Disallow: /articleonlytext.aspx Allow: / Disallow: /search.aspx correct or not?
You could write it as written below: User-Agent: * Disallow: /articleonlytext.aspx Disallow: /search.aspx All the other pages will automatically allowed.