How to Remove a Snippet
A snippet is the text that appears under the link to a website on the Google search results page. It usually gives information about the page the link takes you to, such as a synopsis or preview. If you would rather not have a snippet when your page comes up in the search results, remove it by adding a line to the HTML document.
Instructions
-
-
1
Open the HTML document for the page you want to remove the snippet on in the HTML editor of your choice.
-
2
Add a line in the "<HEAD>" section of the document.
-
-
3
Enter "<meta name="googlebot" content="nosnippet">" on the blank line, but without the enclosing quotation marks.
-
4
Save the HTML document and upload the new version to your Web server.
-
1
Tips & Warnings
If you do not have an HTML editor, you can use a plain text editor such as the Notepad application in Windows.
Do not use Word or Wordpad to edit the HTML document. These editors leave hidden information in the document that can prevent the page from displaying correctly.