在左侧输入页面详情。在右侧查看跨平台的实时预览。一键复制可直接用于生产环境的 HTML。
<!-- Primary Meta Tags --> <meta name="robots" content="index, follow" /> <link rel="canonical" href="https://example.com/your-page" /> <!-- Open Graph / Facebook --> <meta property="og:type" content="article" /> <meta property="og:url" content="https://example.com/your-page" /> <meta property="og:locale" content="en_US" /> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image" /> <meta property="twitter:url" content="https://example.com/your-page" /> <!-- JSON-LD Structured Data --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "headline": "Your Article Title", "description": "Article description", "author": { "@type": "Person", "name": "Author Name" }, "datePublished": "2026-03-30", "image": "https://example.com/image.jpg", "publisher": { "@type": "Organization", "name": "Publisher", "logo": { "@type": "ImageObject", "url": "https://example.com/logo.png" } }, "mainEntityOfPage": { "@type": "WebPage", "@id": "https://example.com/your-page" } } </script>
ZBuild 生成内置完美元标签、结构化数据和社交预览的生产就绪页面。