여러 측면에서 전반적으로 훌륭한 페이지 경험을 제공
https://developers.google.com/search/docs/appearance/page-experience
https://www.twinword.co.kr/blog/schema-markup/
WP 분석 - 네이트뷰
CMS 분석 - 디시이슈
타사 분석
특정 페이지에서 사람들이 어떤 피드를 따르기를 원하는지 Google이 이해할 수 있도록 <head>허브 및 리프 페이지의 섹션에서 RSS 또는 Atom 피드를 연결
<link rel="alternate" type="application/rss+xml" href="<https://example.com/rssfeed>">
CMS-적용WP-적용 타사-적용
큰 이미지는 너비가 1200픽셀 이상이어야 하며 max-image-preview:large 설정 또는 AMP를 사용하여 활성화해야 합니다 .
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
CMS-미적용WP-적용 타사-적용
schema 사용
<script type="application/ld+json">
{
"@context": "<http://schema.org> ",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "WebSite",
"@id": "<https://automobilekorea.com/> ",
"name": "Home"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@type": "WebPage",
"@id": "<https://automobilekorea.com/news/dream-car/> ",
"name": "드림카"
}
}
,{
"@type": "ListItem",
"position": 3,
"item": {
"@type": "WebPage",
"@id": "<https://automobilekorea.com/dream-car/article/56423/> ",
"name": "아반떼보다 싸네…? 단돈 ‘2천만 원’에 K5 신차 사기, 이렇게만 하면 됩니다"
}
}
]
}
</script>