adspace
Answer Posted / Rishabh Shukla
The syntax of a robots meta tag in HTML is: <meta name="robots" content="[directive-directives]">. Directives include 'index', 'noindex', 'follow', 'nofollow', 'archive', 'next', and 'prev'. For example, to disallow all search engine bots, you would use: <meta name="robots" content="noindex, nofollow">
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers