什么是模式标记?为什么它对谷歌SEO很重要?

什么是架构标记以及为什么它对 SEO 很重要?

Schema 标记是可以支持 SEO 的工具之一。如何正确利用它来提升您的网站排名?继续阅读以发现使用 Schema 的好处!

Schema 标记或 Schema.org 是支持 SEO 的工具之一。它代表您网站的语义词汇(也称为微数据)。架构标记可帮助搜索引擎机器人更好地理解您的内容。

如何实施?您可以将微数据添加到您的网页 HTML。

它可以帮助搜索引擎阅读您的内容并改善您的页面向用户显示的方式。

搜索引擎结构化数据是为用户发明的。

Schema.org 是 Google、Yahoo!、Bing 和 Yandex 等流行搜索引擎之间的合作。他们都想帮助用户更好地浏览和理解网站

架构对 seo Front 很重要

模式标记的类型

如何使用 Schema 标记?

它为各种内容提供数据标记。多亏了它,您的网站可以排名更好。

最受欢迎的类型包括:

1. 组织架构标记 –它介绍公司,包括其名称、徽标和联系方式,

如何为 seo 组织架构使用架构标记

组织架构标记代码示例:

<script type=”application/ld+json”>
{
“@context”: “http://schema.org”,
“@type”: “组织”,
“name”: “Delante”,
“description”: “国际 SEO 机构“,
“url”: “delante.co”
}
</script>

2 . Person Schema 标记——它包括有关个人、他们的姓名、出生日期、教育或职业的信息,

人模式标记 seo

Person Schema 标记代码示例:

<script type=”application/ld+json”>
{
“@context”: “http://schema.org”,
“@type”: “Person”,
“familyName”: “Reeves”,
“givenName”: “基努”,
“jobTitle”: “演员”
}
</script>

3 . 本地企业模式标记——本地 SEO 的一个关键元素——它包括有关本地企业地址、营业时间或菜单的信息。它允许客户找到附近的商店或餐馆。最好将此信息包含在 Schema 中,因为有了它,Google 知道公司有实体店,这增加了网站的域权限

如何为本地 seo 使用模式标记

本地业务 Schema 标记代码示例:

<script type=”application/ld+json”>
{
“@context”: “http://schema.org”,
“@type”: “LocalBusiness”,
“name”: “The Donut Project”,
“description” :“小批量甜甜圈和浓缩咖啡在带有迷幻壁画和吊灯的紧凑空间中供应。”,
“url”:“ thedoughnutproject.com”,
“电话”:“(212)691-5000”,
“地址”:{
“ @type”: “PostalAddress”,
“streetAddress”: “10 Morton St”,
“addressLocality”: “New York”,
“postalCode”: “NY 10014”
}
}
</script>

4. 产品和报价 Schema 标记通常包含有关产品价格的信息。这对于商店来说是一种非常重要的架构类型,因为它可以帮助 Google 了解哪个元素是产品名称、产品图片、可用性等。它可以显示在丰富的摘要中:

产品架构标记 seo

产品和报价模式标记代码示例:

<script type=”application/ld+json”>
{
“@context”: “https://schema.org/”,
“@type”: “Product”,
“name”: “Sleepy Shower Gel”,
“image ”:[
“https://example.com/photos/1×1/photo.jpg”、
“https://example.com/photos/4×3/photo.jpg”、
“https://example. com/photos/16×9/photo.jpg”
],
“description”: “大量浓稠、乳白色的淡紫色 Sleepy 沐浴露被挤出来。”,
“sku”: “0446310786”,
“mpn”: “ 925872”,
“品牌”:{
“@type”:“品牌”,
“名称”:“Lush”
},
“aggregateRating”:{
“@type”:“AggregateRating”,
“ratingValue”:“4.4”,
“reviewCount” ”:“271”
},
“优惠”:{
“@type”:“优惠”,
“url”:“https://example.com/sleep-shower-gel”,
“priceCurrency”:“£”,
“price”:“8.00”,
“priceValidUntil”:“ 2022-11-20”,
“itemCondition”:“https://schema.org/UsedCondition”,
“可用性”:“https://schema.org/InStock”
}
}
</script>

5.面包屑模式标记它可以帮助用户查看他们在哪里,并在页面上包含指向他们当前位置的链接,

谷歌标记模式面包屑

面包屑模式标记代码示例:

<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “BreadcrumbList”,
“itemListElement”: [{
“@type”: “ListItem ”,
“位置”:1,
“名称”:“SEO SEM 词汇表”,
“项目”:“https://example.com/seo-sem-glossary”
},{
“@type”:“ListItem”,
“ position”: 2,
“name”: “Schema.org”,
“item”: “https://example.com/definitions”
},{
“@type”: “ListItem”,
“position”: 3,
“name ”: “Schema.org”
}]
}
</script>

6.文章架构标记用于标记新闻和博客文章。它有助于搜索引擎理解内容。这个模式对于 YMYL 行业(金融、健康、医药、补充剂等)至关重要,因为作者的生物作为一个有信誉的信息来源。它应该与作者的图片和发布日期一起包含在模式标记中。

谷歌标记架构文章新闻

文章架构标记代码示例:

<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “NewsArticle”,
“mainEntityOfPage”: {
“@type”: “WebPage” ,
“@id”:“https://google.com/article”
},
“标题”:“文章标题”,
“图片”:[
“https://example.com/photos/1×1/photo. jpg”、
“https://example.com/photos/4×3/photo.jpg”、
“https://example.com/photos/16×9/photo.jpg”
]、
“发布日期”:“2015 -02-05T08:00:00+08:00”,
“dateModified”: “2015-02-05T09:20:00+08:00”,
“作者”: {
“@type”: “人”,
“姓名”:“John Doe”,
“url”:“http://example.com/profile/johndoe123”
},
“发布者”:{
“@type”:“组织”,
“名称”:“Google”,
“徽标”:{
“@type”:“ImageObject”,
“url”:“https://google.com/logo.jpg”
}
}
}
</脚本>

developers.google.com/search/docs/advanced/structured-data/article

7. 帮助搜索引擎抓取和索引视频的视频架构标记

架构标记 seo 视频

视频架构标记代码示例:

<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “VideoObject”,
“name”: “5 Easy Basic Braids -How to Braid初学者”,
“描述”:“每个人都可以做的简单辫子。初学者分步教程。”、
“thumbnailUrl”:[
“https://example.com/photos/1×1/photo.jpg”、
“https://example.com/photos/4×3/photo .jpg”、
“https://example.com/photos/16×9/photo.jpg”
]、
“上传日期”:“2016-03-31T08:00:00+08:00”、
“持续时间”:“ PT1M54S”、
“contentUrl”:“https://www.example.com/video/123/file.mp4”、
“embedUrl”:“https://www.example.com/embed/123”、
“interactionStatistic” : {
“@type”: “InteractionCounter”,
“interactionType”:{“@type”:“WatchAction”},
“userInteractionCount”:5647018
},
“regionsAllowed”:“US,NL”
}
</script>

8. Event Schema 标记– 它包括有关网络研讨会、音乐会、讲座、节日和其他活动的信息(价格、地点、日期),

架构标记 seo 事件

事件架构标记代码示例:

<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “Event”,
“name”: “2022 Coachella Valley Music and Arts Festival” ,
“startDate”: “2022-04-15T19:00-05:00”,
“endDate”: “2022-04-24T23:00-05:00”,
“eventAttendanceMode”: “https://schema.org/ OfflineEventAttendanceMode”,
“eventStatus”:“https://schema.org/EventScheduled”,
“位置”:{
“@type”:“地点”,
“名称”:“帝国马球俱乐部”,
“地址”:{
“@ type”:“PostalAddress”,
“streetAddress”:“100 West Snickerpark Dr”,
“addressLocality”:“Snickertown”,
“postalCode”:“19019”,
“addressRegion”:“PA”,
“addressCountry”:“US”
}
},
“图片”:[
“https://example.com/photos/1×1/photo.jpg”、
“https://example.com/photos/4×3/photo.jpg”、
“https:// example.com/photos/16×9/photo.jpg”
],
“description”: “Coachella 音乐节将于今年四月回归。”,
“offers”: {
“@type”: “Offer”,
“url”: “https://www.example.com/event_offer/12345_201803180430”,
“价格”:“30”,
“priceCurrency”:“美元”,
“可用性”:“https://schema.org/InStock”,
“validFrom ”: “2022-03-21T12:00”
}
}
</script>

9. 食谱模式标记——多亏了它,食谱被显示为丰富的片段。它用于标记图像、成分、准备时间、烹饪时间或营养信息等元素。

谷歌标记模式食谱

配方模式标记代码示例:

<script type=”application/ld+json”>
{
“@context”: “https://schema.org/”,
“@type”: “食谱”,
“name”: “完美烤红薯”,
“图片”:[
“https://example.com/photos/1×1/photo.jpg”、
“https://example.com/photos/4×3/photo.jpg”、
“https://example .com/photos/16×9/photo.jpg”
],
“author”: {
“@type”: “Person”,
“name”: “Delish”
},
“datePublished”: “2018-03-10”,
“description”:“这个烤土豆超级容易做。”,
“prepTime”:“PT25M”,
“cookTime”:“PT30M”,
“totalTime”:“PT55M”,
“keywords”:“烤土豆”,
“ recipeYield”:“10”,
“recipeCategory”:“Dinner”,
“recipeCuisine”:“英语”,
“营养”:{
“@type”:“NutritionInformation”,
“卡路里”:“270 卡路里”
},
“recipeIngredient”:[
“红薯”,
“黄油”,
“黑胡椒” ,
],
“recipeInstructions”: [
{
“@type”: “HowToStep”,
“name”: “Preheat”,
“text”: “将烤箱预热到华氏 350 度。”,
“url”: “https:// example.com/baked-potatoe#step1”、
“图片”:“https://example.com/photos/baked-potatoe/step1.jpg”
}
]、
“aggregateRating”:{
“@type”:“AggregateRating” ,
“ratingValue”: “4.3”,
“ratingCount”: “26”
}
}
</script>

为什么架构标记对 SEO 很重要?

Schema标记是排名因素吗?

并不真地!架构标记可帮助网站所有者提供有关其内容的精确信息,但这不是 Google 排名因素。

多亏了它,搜索引擎机器人才能更好地理解和分析您的网站内容。模式标记将随机关键字更改为有意义的消息。它允许机器人为用户提供根据他们的查询和意图量身定制的搜索结果。

用户呢?

Schema 标记有助于改进 UX用户可以立即访问必要的内容。这转化为他们的满意度。如您所知,快乐和满意的用户 = 在搜索结果中的排名更高。

Schema 在 SEM 中也很重要。

Google 要求广告具有架构标记,以确保广告系列正常运行。如果它对 Google Ads 如此重要,那么它肯定对 SEO 也很有价值,即使它本身并不是排名因素!

结构化数据标记

如何为 SEO 使用模式标记?

1. 丰富的丰富片段的架构

架构标记很重要,因为它可以使您的网站在搜索结果中看起来更好。多亏了它,照片或视频等额外元素在 SERP 中显示为丰富的片段。

用户会看到他们需要的确切信息,并且可能会点击这些结果。因此,Schema 标记可以帮助您获得超越市场竞争对手的优势。

为什么模式标记很重要

2. 提高有机点击率的模式

广泛的丰富片段可以间接地使您的 SEO 受益。

向用户展示您的网站可以提高您的点击率除此之外,Schema 标记和目标元标记使您的页面更具索引性。

3. 提升 SEO 效果的架构

Schema Markup 本身并不是排名因素。然而,多亏了它,您的网站可以在特定查询中达到最高位置。

结构化数据标记有助于增强您的丰富网页摘要。这反过来又转化为更高的点击率。

借助 Schema,搜索引擎能够更好地了解您的网站并根据特定查询对其进行定制。据估计,带有 Schema 标记的网站可以比没有它的网站排名高 4 位

这是什么意思?质量模式标记意味着更好的 SEO 结果。

您在创建正确的模式标记方面需要帮助吗?试试我们的技术 SEO 服务,让我们来做吧!

4. 本地企业架构

如果您经营本地企业,Schema 标记可以帮助您接触潜在客户

您可以使用它来标记您的徽标、联系方式、营业时间或社交媒体帐户等信息。多亏了它,这些详细信息将显示在 SERP 中。它将帮助搜索引擎机器人了解您的业务类型并将其定制为特定查询。

5. 推广活动的模式

如果您不想花大价钱宣传您即将举行的活动,Schema 标记可以帮助您免费做这件事使用结构化数据标记“我附近的酒吧”或“我附近的节日”等本地关键字可以帮助您获得相关查询的最高位置。

多亏了它,用户才能看到您的联系方式、场地地址或价格。这是吸引潜在买家和增加网站流量的有效方式。

@import url(https://static.mailerlite.com/assets/plugins/groot/modules/includes/groot_fonts/import.css?version=1658395);

.ml-form-embedSubmitLoad{display:inline-block;width:20px;height:20px}.g-recaptcha{transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0; -webkit-transform-origin:0 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0, 0);border:0}.ml-form-embedSubmitLoad:after{content:” “;display:block;width:11px;height:11px;margin:1px;border-radius:50%;border:4px solid #fff ;border-color:#fff #fff #fff transparent;animation:ml-form-embedSubmitLoad 1.2s 线性无限}@keyframes ml-form-embedSubmitLoad{0%{transform:rotate(0)}100%{transform:rotate( 360deg)}}#mlb2-5731475.ml-form-embedContainer{box-sizing:border-box;display:table;margin:0 auto;position:static;width:100%!important}#mlb2-5731475.ml- form-embedContainer 按钮,#mlb2-5731475.ml-form-embedContainer h4,#mlb2-5731475。ml-form-embedContainer p,#mlb2-5731475.ml-form-embedContainer span{text-transform:none!important;letter-spacing:normal!important}#mlb2-5731475.ml-form-embedContainer .ml-form- embedWrapper{background-color:#fff;border-width:4px;border-color:#04bf7e;border-radius:11px;border-style:solid;box-sizing:border-box;display:inline-block!important;边距:0;填充:0;位置:相对}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper.embedDefault,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper.embedPopup{ width:590px}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper.embedForm{max-width:590px;width:100%}#mlb2-5731475.ml-form-embedContainer .ml-form-align -left{text-align:left}#mlb2-5731475.ml-form-embedContainer .ml-form-align-center{text-align:center}#mlb2-5731475.ml-form-embedContainer .ml-form-align -默认{显示:表格单元格!重要;垂直对齐:中间!重要;文本对齐:中心!重要}#mlb2-5731475.ml-form-embedContainer .ml-form-align-right{text-align:right}#mlb2-5731475.ml- form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img{border-top-left-radius:11px;border-top-right-radius:11px;height:auto;margin:0 auto!important;max-宽度:100%;宽度:undefinedpx}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml -form-successBody{padding:20px 20px 0 20px}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizo​​ntal{padding-bottom:0}#mlb2- 5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody 。ml-form-successContent{text-align:left;margin:0 0 20px 0}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,# mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4{color:#000;font-family:Poppins,sans-serif;font-size:33px; font-weight:400;margin:0 0 10px 0;text-align:center;word-break:break-word}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody 。 ml-form-embedContent p,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p{color:#000;font-family:Poppins,sans-衬线;字体大小:17px;字体粗细:400;行高:23px;边距:0 0 10px 0;文本对齐:中心}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper 。 ml-form-embedBody .ml-form-embedContent ol,#mlb2-5731475。ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml- form-successContent ol,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul{color:#000;font-family:Poppins,sans-serif;字体大小:17px}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,#mlb2-5731475.ml-form-embedContainer .ml- form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol{list-style-type:lower-alpha}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {list-style-type:lower-roman}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent pa,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent pa{color:#000;text-decoration:underline}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml- field-group{text-align:left!important}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group 标签{margin-bottom:5px;color: #333;font-size:14px;font-family:Poppins,sans-serif;font-weight:700;font-style:normal;text-decoration:none;display:inline-block;line-height:20px}# mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper 。 ml-form-successBody .ml-form-successContent p:last-child{margin:0}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form{margin:0;width:100%}#mlb2-5731475.ml-form- embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent{margin :0 0 20px 0;width:100%}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow{float:left}#mlb2-5731475.ml -form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm{margin:0;padding:0 0 20px 0;width:100%;height:auto;float:left}# mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow{margin:0 0 10px 0;width:100%}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow。ml-last-item{margin:0}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal{margin:0}#mlb2- 5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input{background-color:#fff!important;color:#333!important;border-color:#ccc;边框半径:4px!important;边框样式:solid!important;边框宽度:1px!important;font-family:Poppins,无衬线;字体大小:14px!important;height:auto;line-height: 21px!important;margin-bottom:0;margin-top:0;margin-left:0;margin-right:0;padding:10px 10px!important;width:100%!important;box-sizing:border-box!重要;最大宽度:100%!重要}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,# mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper 。ml-form-embedBody .ml-form-horizo​​ntalRow 输入::-webkit-input-placeholder{color:#333}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml -form-fieldRow 输入::-moz-placeholder,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow 输入::-moz-placeholder{color: #333}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow 输入:-ms-input-placeholder,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow 输入:-ms-input-placeholder{color:#333}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml -form-embedBody .ml-form-fieldRow 输入:-moz-placeholder,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow 输入:-moz-占位符{颜色:#333}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper 。 ml-form-embedBody .ml-form-horizo​​ntalRow textarea{background-color:#fff!important;color:#333!important;border-color:#ccc;border-radius:4px!important;border-style:solid!重要;边框宽度:1px!重要;字体系列:Poppins,无衬线;字体大小:14px!重要;高度:自动;行高:21px!重要;边距底部:0;边距顶部: 0;padding:10px 10px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important}#mlb2-5731475.ml-form-embedContainer .ml-form- embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions 。ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control- label::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,#mlb2- 5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-checkbox .custom-control-label::before,#mlb2-5731475.ml-form-embedContainer 。 ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-radio .custom-control-label::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml- form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{border-color:#ccc!important;background-color:#fff!重要}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox]{box-sizing:border-box ;padding:0;position:absolute;z-index:-1;opacity:0;margin-top:5px;margin-left:-1.5rem;overflow:visible}#mlb2-5731475.ml-form-embedContainer .ml -form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form -embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom -control-label::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-checkbox .custom-control-label::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{border-radius:4px!important} #mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after,#mlb2-5731475。 ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after,#mlb2-5731475 .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,#mlb2- 5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-checkbox 。custom-control-input:checked~.custom-control-label::after,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form -interestGroupsRowCheckbox 输入[type=checkbox]:checked~.label-description::after{background-image:url(“data:image/svg+xml,%3csvg xmlns=’http://www.w3.org/2000 /svg’ viewBox=’0 0 8 8’%3e%3cpath fill=’%23fff’ d=’M6.564.75l-3.59 3.612-1.53​​8-1.55L0 4.26 2.974 7.25 8 2.193z’/%3e%3c/svg %3e”)}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control -label::after{background-image:url(“data:image/svg+xml,%3csvg xmlns=’http://www.w3.org/2000/svg’ viewBox=’-4 -4 8 8′ %3e%3ccircle r=’3′ 填充=’%23fff’/%3e%3c/svg%3e”)}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before,#mlb2- 5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before,#mlb2 -5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,# mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before, #mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-checkbox .custom-control-input:checked~。custom-control-label::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-radio .custom-control-input:checked~ .custom-control-label::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox] :checked~.label-description::before{border-color:#0bc269!important;background-color:#0bc269!important;color:#fff!important}#mlb2-5731475.ml-form-embedContainer .ml-form -embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody 。ml-form-fieldRow .custom-radio .custom-control-label::after,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-收音机 .custom-control-label::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-checkbox .custom-control-label: :after,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-checkbox .custom-control-label::before,#mlb2-5731475。 ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-radio .custom-control-label::after,#mlb2-5731475.ml-form-embedContainer .ml- form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-radio .custom-control-label::before{top:2px;box-sizing:border-box}#mlb2-5731475.ml-form-嵌入容器。ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml- form-checkboxRow .label-description::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description: :after,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before{top:0!important ;box-sizing:border-box!important}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2- 5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label -description::after{top:0!important;box-sizing:border-box!important;position:absolute;left:-1.5rem;display:block;width:1rem;height:1rem;content:””}# mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{top:0!important;box-sizing :border-box!important}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before{position:absolute;top:4px;left:- 1.5rem;display:block;width:16px;height:16px;pointer-events:none;content:””;background-color:#fff;border:#adb5bd solid 1px;border-radius:50%}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after{position:absolute;top:2px!important;left:-1.5rem ;display:block;width:1rem;height:1rem;content:””}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description ::before,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-5731475 .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{position:absolute;top:4px;left:-1.5 rem;display:block;width:16px;height:16px;pointer-events:none;content:””;background-color:#fff;border:#adb5bd solid 1px;边界半径:50%}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after{position :absolute;top:0!important;left:-1.5rem;display:block;width:1rem;height:1rem;content:””}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml -form-embedBody .ml-form-checkboxRow .label-description::after{position:absolute;top:0!important;left:-1.5rem;display:block;width:1rem;height:1rem;content:”” }#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after{background:no-repeat 50%/50% 50%} #mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,#mlb2-5731475.ml-form-embedContainer 。ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml- form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form- interestGroupsRowCheckbox .label-description::after{background:no-repeat 50%/50% 50%}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-control{position:relative;display:block;min-height: 1.5rem;padding-left:1.5rem}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow 。自定义复选框 .custom-control-input,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,# mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-checkbox .custom-control-input,#mlb2-5731475.ml-form-embedContainer .ml -form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-radio .custom-control-input{position:absolute;z-index:-1;opacity:0;box-sizing:border-box;填充:0}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,#mlb2-5731475.ml- form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper 。ml-form-embedBody .ml-form-horizo​​ntalRow .custom-checkbox .custom-control-label,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-radio .custom-control-label{color:#000;font-size:12px!important;font-family:Poppins,sans-serif;line-height:22px;margin-bottom:0;position:relative;垂直对齐:顶部;字体样式:正常;字体重量:700}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select ,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow .custom-select{background-color:#fff!important;color:#333!important;边框颜色:#ccc;边框半径:4px!important;边框样式:solid!important;边框宽度:1px!important;font-family:Poppins,sans-serif;font-size:14px!important;line -高度:20px!重要;margin-bottom:0;margin-top:0;padding:10px 28px 10px 12px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important;height:auto ;display:inline-block;vertical-align:middle;background:url(https://cdn.mailerlite.com/images/default/dropdown.svg) no-repeat right .75rem center/8px 10px;-webkit-appearance :none;-moz-appearance:none;appearance:none}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow{height:auto;width:100 %;float:left}.ml-form-formContent.horozintalForm .ml-form-horizo​​ntalRow .ml-input-horizo​​ntal{width:70%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizo​​ntalRow .ml-button-horizo​​ntal{width:30%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizo​​ntalRow .ml-button-horizo​​ntal.labelsOn{padding-top:25px}.ml-form- formContent.horozintalForm 。ml-form-horizo​​ntalRow .horizo​​ntal-fields{box-sizing:border-box;float:left;padding-right:10px}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow 输入{背景颜色:#fff;颜色:#333;边框颜色:#ccc;边框半径:4px;边框样式:实心;边框宽度:1px;字体系列:Poppins ,sans-serif;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0;padding:10px 10px;width:100%;box-sizing:border-box;overflow-y :initial}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow 按钮{background-color:#0bc269!important;border-color:#0bc269;border -style:solid;border-width:1px;border-radius:19px;box-shadow:none;color:#fff!important;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px!重要;字体粗细:700;行高:20 像素;边距:0!重要;填充:10 像素!重要;宽度:100%;高度:自动}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizo​​ntalRow 按钮:悬停{背景颜色:#0bc269!重要;边框颜色:#0bc269!important}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]{box-sizing:边框;填充:0;位置:绝对;z-index:-1;不透明度:0;margin-top:5px;margin-left:-1.5rem;溢出:可见}#mlb2-5731475.ml-form- embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description{color:#000;display:block;font-family:’Open Sans’,Arial,Helvetica,sans-serif;字体大小:12px;文本对齐:左;边距底部:0;位置:相对;垂直对齐:顶部}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow 标签{字体重量:400;margin:0;padding:0;position:relative;display:block;min-height:24px;padding-left:24px}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form -embedBody .ml-form-checkboxRow 标签 a{color:#000;text-decoration:underline}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow标签 p{color:#000!important;font-family:’Open Sans’,Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:18px !important;padding:0!important;margin:0 5px 0 0!important}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last -child{margin:0}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit{margin:0 0 20px 0;float:left;width:100 %}#mlb2-5731475.ml-form-embedContainer 。ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit 按钮{background-color:#0bc269!important;border:none!important;border-radius:19px!important;box-shadow:none!important;颜色:#fff!important;光标:指针;字体家族:Poppins,sans-serif!important;字体大小:16px!important;字体粗细:700!important;行高:21px!important;height:auto ;padding:10px!important;width:100%!important;box-sizing:border-box!important}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form -embedSubmit button.loading{display:none}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover{background-color:#0bc269!important }.ml-subscribe-close{width:30px;height:30px;background:url(https://cdn.mailerlite.com/images/default/modal_close.png) no-repeat;background-size:30px;cursor:指针;margin-top:-10px;margin-right:-10px;position:absolute;top:0;right:0}.ml-error input,.ml-error select,.ml-error textarea{border-color:red!重要}.ml-error .custom-checkbox-radio-list{border:1px solid red!important;border-radius:11px;padding:10px}.ml-error .label-description,.ml-error .label-description p,.ml-error .label-description pa,.ml-error label:first-child{color:red!important}#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,#mlb2-5731475.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label -description p:first-letter{color:red!important}@media only screen and (max-width:590px){.ml-form-embedWrapper.embedDefault,.ml-form-embedWrapper.embedPopup{width:100%!重要}.ml-form-formContent.horozintalForm{float:left!重要}.ml-form-formContent.horozintalForm .ml-form-horizo​​ntalRow{height:auto!important;width:100%!important;float:left!important}.ml-form-formContent.horozintalForm .ml-form-horizo​​ntalRow .ml-input-horizo​​ntal{width:100%!important}.ml-form-formContent.horozintalForm .ml-form-horizo​​ntalRow .ml-input-horizo​​ntal>div{padding-right:0!important;padding-bottom:10px }.ml-form-formContent.horozintalForm .ml-button-horizo​​ntal{width:100%!important}.ml-form-formContent.horozintalForm .ml-button-horizo​​ntal.labelsOn{padding-top:0!important}}div{padding-right:0!important;padding-bottom:10px}.ml-form-formContent.horozintalForm .ml-button-horizo​​ntal{width:100%!important}.ml-form-formContent.horozintalForm .ml-button -horizo​​ntal.labelsOn{padding-top:0!important}}div{padding-right:0!important;padding-bottom:10px}.ml-form-formContent.horozintalForm .ml-button-horizo​​ntal{width:100%!important}.ml-form-formContent.horozintalForm .ml-button -horizo​​ntal.labelsOn{padding-top:0!important}}

Sign up to our newsletter

and receive regular news from the world of SEO and SEM

I consent to the processing of my personal data by Delante sp. z o.o. sp. k. for marketing purposes

I want to be up to date with SEO

Loading…

Thank you for filling out the form!

Check your email, and if you don’t see a message from us – please wait (it can take a while) and look in your SPAM folder to confirm your email address.

.

Schema Markup for SEO – Best Practices

SEO is constantly evolving. It’s worth using available solutions like Schema markup to rank higher. Thanks to it, you can gain a competitive edge over your market rivals, without investing in expensive ads.

What should you do now?

Implement common schema types that best suit your business. Remember to:

  • Mark only these elements that can be found on your website,
  • Mark only one key page for each concept,
  • Use JSON-LD to implement Schema markup,
  • Mark your elements in the most precise way.

After you implement Schema on your website it’s worth checking if everything works properly.

模式标记验证器developers.google.com/search/docs/advanced/structured-data

Keep in mind that we haven’t discussed all available types. If you find that some Schema markups are relevant to your website, go ahead and use them.

Properly implemented structured data can support SEO. Even though Schema is not a ranking factor it supports the website’s authority and assures that Google interprets your website correctly.

Without it, it’s very difficult to get good SEO results and a high ranking. As you can see, the game is worth the candle!

Let us know if you need help with your Schema! We can get it done for you in no time.

这是2019年发表的一篇文章的更新。 

推荐阅读
Scroll to Top

联系我们

=