기사에 대한 SEO 메타 태그
설명, 저자 및 기사 메타 태그
<title>title</title>
<meta property="title" name="title" content="<title>">
<meta property="description" name="description" content="<description>">
<meta property="author" name="author" content="<author>">
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta property="referrer" name="referrer" content="unsafe-url">
<meta property="article:author" name="article:author" content="https://medium.com/@<medium-handle>">
<meta property="article:published_time" name="article:published_time" content="<date-time>">
그래프 태그 열기
<meta name="og:url" property="og:url" content="<blog-link>" />
<meta name="og:type" property="og:type" content="article" />
<meta name="og:title" property="og:title" content="<blog-title>" />
<meta name="og:description" property="og:description" content="<blog-excerpt>" />
<meta name="og:image" property="og:image" content="<blog-image>" />
<meta property="og:locale" content="en_IN" />
구조화된 데이터
<script type="application/ld+json">
// Read more on https://developers.google.com/search/docs/guides/intro-structured-data
{
"@id": "",
"@context" : "http://schema.org",
"@type" : "",
"name" : "",
"description": "",
"url" : "",
"logo": "",
"sameAs" : [""]
}
</script>
트위터 태그
<meta name="twitter:card" content="summary_large_image" /> <!-- <meta name="twitter:card" content="summary" /> -->
<meta name="twitter:site" content="@<twitter-id>" />
<meta name="twitter:title" content="<blog-title>" />
<meta name="twitter:description" content="<blog-excerpt>" />
<meta name="twitter:image" content="<blog-image" />
개선할 제안이 있으십니까? 댓글로 남겨주세요 ✨
Reference
이 문제에 관하여(기사에 대한 SEO 메타 태그), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/reeshee/seo-meta-tags-for-your-articles-55h텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)