Google MicroData,谷歌微数据为博客添加评级
最后效果:
raspberrypi+lighttpd+mysql+apache+php Phodal-Geek's
Life
www.phodal.com/blog/lamp%20raspberrypi/
3
票
网页摘录会显示在这里。我们无法显示您网页的文字,因为文字必须符合用户输入的查询才会显示。
提取的结构化数据
Item
type: |
http://schema.org/webpage |
property: |
|
breadcrumb: |
Home>Raspberry PI架设服务器 |
url: |
Home |
aggregaterating: |
Item 1
|
|
Item
type: |
http://schema.org/article |
property: |
|
name: |
Raspberry PI架设服务器 |
author: |
phodal huang |
datepublished: |
1 day, 23 hours ago |
interactioncount: |
UserTweets:0 |
|
Item 1
type: |
http://schema.org/aggregaterating |
property: |
|
ratingvalue: |
5 |
ratingcount: |
3 |
|
开始之前:
你需要为你的网站添加这个评级,或者说是投票功能,以便能正确使用这个功能。结果如下所示:
开始:
修改代码:
<div itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating">
<p id="rating-">
评级: <span itemprop="ratingValue">5</span>
评级人数: <span itemprop="ratingCount">3</span>
</p>
我们只需要将代码修改成类似于此的形式,便是可以的了。
结果:
当我们搜索其他网站的时候~~
Django REST框架实现 Phodal-Geek's Life
www.phodal.com/blog/django%20restful/
2
票
网页摘录会显示在这里。我们无法显示您网页的文字,因为文字必须符合用户输入的查询才会显示。