Add more values to the content of <meta name=robots>

This commit is contained in:
Aditya Harsh 2016-06-15 19:33:47 +05:30
parent 4798047e9c
commit 9970b41a98
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Below are the essential tags for basic, minimalist websites:
<meta name="description" content="A description of the page">
<!-- Control the behavior of search engine crawling and indexing -->
<meta name="robots" content="index,follow,noodp"><!-- All Search Engines -->
<meta name="robots" content="index,follow,noodp,noindex,nofollow,noarchive"><!-- All Search Engines -->
<meta name="googlebot" content="index,follow"><!-- Google Specific -->
<!-- Tells Google not to show the sitelinks search box -->