Skip to content

Commit eac393f

Browse files
authored
chore: Add Baidu & Google site verification meta tag (#2)
* chore: Add Baidu site verification meta tag ## Summary Add the Baidu site verification meta tag to the Docusaurus global metadata configuration. ## Change - Update `docusaurus.config.ts` - Add: - `name: 'baidu-site-verification'` - `content: 'codeva-os2v9vP2vB'` ## Expected result The generated site head will include: ```html <meta name="baidu-site-verification" content="codeva-os2v9vP2vB" /> ``` * chore: Add google site verification meta tag
1 parent beee48b commit eac393f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ const config: Config = {
9191

9292
// SEO: 全局 meta 标签
9393
metadata: [
94+
{ name: 'baidu-site-verification', content: 'codeva-os2v9vP2vB' },
95+
{ name: 'google-site-verification', content: '3hJOAEBePt4f5-ERzrzp1oe7e0aC2oEQ8aE8Hmy2cME' },
9496
{ name: 'keywords', content: 'WeaveFox, AI 编程,创意开发,Vibe Coding,应用开发,人工智能' },
9597
{ name: 'author', content: 'WeaveFox' },
9698
{ property: 'og:type', content: 'website' },

0 commit comments

Comments
 (0)