Skip to content

Commit 2699488

Browse files
committed
refactor(SEO): 移除冗余的Twitter Card Meta标签
这些Twitter Meta标签已在其他地方定义,移除以避免重复
1 parent c0f8c96 commit 2699488

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

blog-web/src/components/SEO.astro

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,5 @@ const structuredData = {
9797
)
9898
}
9999

100-
<!-- Twitter Card Meta 标签 -->
101-
<meta name="twitter:card" content="summary_large_image" />
102-
<meta name="twitter:title" content={title} />
103-
<meta name="twitter:description" content={description} />
104-
<meta name="twitter:image" content={image} />
105-
<meta name="twitter:creator" content="@ExquisiteCore" />
106-
<meta name="twitter:site" content="@ExquisiteCore" />
107-
108100
<!-- 结构化数据 -->
109101
<script type="application/ld+json" set:html={JSON.stringify(structuredData)} />

0 commit comments

Comments
 (0)