可以使用 meta 关键字隐藏您的丰富网页摘要。我已经在我的个人网站 (victorlava.com) 上完成了这项工作。看一看:
<article itemscope="" itemtype="http://data-vocabulary.org/Person">
<meta itemprop="name" content="Victor Lava">
<meta itemprop="photo" content="http://www.victorlava.com/external/victor-lava.png">
<h2>I am a Professional <span itemprop="title">Web Developer</span> who creates web applications</h2>
<p itemprop="description">I am a professional <b>web developer</b> from <span itemprop="location">Lithuania</span>, who trully enjoys <b itemprop="role">coding</b>. I develop all kind of <b>web</b> things. Web things like: <b>web applications</b>, <b>websites</b> and <b>custom cms</b>.
For my frontend development I like to use: <b>HTML5</b>, <b>CSS3</b> and <b>Javascript</b>. These are the latest web technologies, which must be used in the development process by <b>professional</b> web developer. For my backend development I usually use web technologies like: <b>PHP</b>, <b>MySQL</b>, other <b>APIs</b> and <b>CodeIgniter</b>.
I am that kind of <b>web developer</b>, who isn't afraid to experiment. By experimenting I am able to create unique and eye-catching <b>websites</b> for my clients. I am open for new proposals, so feel free to <b><a href="http://victorlava.com/contact.html" title="Hire Web Developer">hire me</a></b>.</p>
</article>
使用:<meta itemprop="name" content="Your Content">
元属性工作得很好,你不需要用 CSS 或 Javascript 隐藏任何东西。在我看来,元属性将是您的最佳选择。顺便说一句,你可以在这里阅读更多关于丰富片段以及如何测试它们的信息http://blog.victorlava.com/rich-snippets-testing-tool-webmaster-seo-very-useful/。