Case1. 코드상에 가능성

여러 측면에서 전반적으로 훌륭한 페이지 경험을 제공

https://developers.google.com/search/docs/appearance/page-experience

https://www.twinword.co.kr/blog/schema-markup/

WP 분석 - 네이트뷰

392162bd-9a96-48f0-b57a-20f8ed05a786.png

CMS 분석 - 디시이슈

192ebe09-7789-4edd-8de2-b6ba2256dd87.png

타사 분석

1c32290e-7450-47cb-a996-ed2a99c962ad.png

CMS-적용 WP-적용 타사-적용

특정 페이지에서 사람들이 어떤 피드를 따르기를 원하는지 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": "아반떼보다 싸네&#8230;? 단돈 &#8216;2천만 원&#8217;에 K5 신차 사기, 이렇게만 하면 됩니다"

                }

            }

        ]

    }

</script>

Case2. 컨텐츠의 가능성