: How to make search engines display only the title of a web page on their search results? I want to make search engines display only the title of my web page on their search results. And I
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
More posts by @Reiling115
2 Comments
Sorted by latest first Latest Oldest Best
<meta name="robots" content="nosnippet" /> tells search engines to not include a snippet in search results.
Create a page with just a title and no content.
<html><head><title>Google Content</title></head><body></body></html>
Seriously, I don't think you can control this. Unless all your content is AJAX-ed in, but then your content won't show up in searches since Google isn't AJAX friendly.
EDIT:
You can also try to use the META tags to control this:
<meta name="description" content=""/>
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.