I want to make search engines display only the title of my web page on their search results.
And I don't want to show any descriptions and any texts of my page on the search results.
For example, this site is displayed like:
Stack Overflow
A language-independent collaboratively edited question and answer site for programmers.
stackoverflow.com/ - Cached - Similar
In this case, I don't want to make search engines display the text A language-independent collaboratively edited question and answer site for programmers..
And I want to make them display like:
Stack Overflow
stackoverflow.com/ - Cached - Similar
content="nosnippet"prevent displaying not only meta description but also texts inside body tag? do you know a example page which usescontent="nosnippet"? – May 20 '11 at 07:14<meta name="robots" content="nosnippet" />works for every search engines(google, bing, yahoo)? – js_ May 21 '11 at 14:09