We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f8c96 commit 2699488Copy full SHA for 2699488
blog-web/src/components/SEO.astro
@@ -97,13 +97,5 @@ const structuredData = {
97
)
98
}
99
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
-
108
<!-- 结构化数据 -->
109
<script type="application/ld+json" set:html={JSON.stringify(structuredData)} />
0 commit comments