Current Assignment(s)
A5: Multimedia
Due: Recommended by Monday, 5.28
Due: Recommended by Monday, 5.28
Robots
The robots name type tells browsers whether they may spider or crawl the published webpage.
This name type takes one of four acceptable content values:
noindexvalue - Prevents a page from being indexed.nofollowvalue - Prevents links from being crawled.noarchivevalue - Instructs a search engine not to store an archived copy of the page.nosnippetvalue - Asks that the search engine not include a snippet from the page along with the page’s listing in search results.
HTML
<meta name="robots" content="nofollow">