-
Notifications
You must be signed in to change notification settings - Fork 0
SEO: 琥珀评测 keyword coverage + robots/sitemap #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,12 +4,20 @@ | |
| <meta charset="UTF-8"> | ||
| <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='46' fill='%2300a5b5'/%3E%3Ctext x='50' y='68' font-size='52' font-family='system-ui' font-weight='bold' fill='white' text-anchor='middle'%3EA%3C/text%3E%3C/svg%3E"> | ||
| <link rel="canonical" href="https://askclaw.dev/"> | ||
| <meta property="og:title" content="AskClaw — AMBER 琥珀式封存回放评测"> | ||
| <meta property="og:title" content="AskClaw — AMBER 琥珀评测:封存回放式 AI 基准测试"> | ||
| <meta property="og:description" content="AMBER 琥珀评测:把真实历史事件封进琥珀,让 AI 只用当时可得的信息重做一次。私有题库、公开成绩、人人可核对的大模型评测与排行榜。"> | ||
| <meta property="og:url" content="https://askclaw.dev/"> | ||
| <meta property="og:image" content="https://askclaw.dev/assets/top5-card.png"> | ||
| <meta property="og:type" content="website"> | ||
| <meta property="og:locale" content="zh_CN"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. og:locale zh_CN has no og:locale:alternate, and en.html received none of the new og:description/og:url/twitter:card/JSON-LD tags; mirror them there with og:locale en_US. |
||
| <meta name="twitter:card" content="summary_large_image"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>AskClaw — AMBER 琥珀式封存回放评测</title> | ||
| <meta name="description" content="AMBER:把真实历史事件封进琥珀,让 AI 重做当时的题。私有题库、公开成绩、人人可核对。"> | ||
| <title>AskClaw — AMBER 琥珀评测:封存回放式 AI 基准测试</title> | ||
| <meta name="description" content="AMBER 琥珀评测:把真实历史事件封进琥珀,让 AI 只用当时可得的信息重做一次。私有题库、公开成绩、人人可核对的 AI 大模型评测与排行榜,每周更新。"> | ||
| <meta name="keywords" content="琥珀评测,琥珀,AMBER,AI评测,大模型评测,LLM评测,模型排行榜,AI基准测试,大语言模型评测,AskClaw"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. meta keywords is ignored by Google/Bing and de-weighted by Baidu; harmless, but do not count it toward 琥珀评测 coverage. |
||
| <script type="application/ld+json"> | ||
| {"@context":"https://schema.org","@type":"WebSite","name":"AskClaw","alternateName":["琥珀评测","AMBER Benchmark","AMBER 琥珀评测"],"url":"https://askclaw.dev/","description":"AMBER 琥珀评测:把真实历史事件封进琥珀,让 AI 重做一次。私有题库、公开成绩、人人可核对。","inLanguage":["zh-CN","en"]} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. JSON-LD description omits 只用当时可得的信息 and the 大模型评测与排行榜 clause used in the meta description; align the strings so structured data matches the snippet. |
||
| </script> | ||
| <style> | ||
| :root { --ink:#17242b; --sub:#5a6b73; --teal:#00a5b5; --teal-dark:#0b7c88; --bg:#fafdfe; --card:#fff; --line:#e3ecef; } | ||
| * { box-sizing: border-box; margin: 0; padding: 0; } | ||
|
|
@@ -63,7 +71,7 @@ | |
|
|
||
| <section class="hero"> | ||
| <h1><em>AMBER</em> — 琥珀式封存的<br>历史回放评测</h1> | ||
| <p class="lead">把真实、可审计的历史事件封进琥珀,精确还原到「答案揭晓之前」,让 AI 只用当时可得的信息重做一遍。评分标准在看到任何输出之前就已冻结。<b>题目永不公开,分数永远可查。</b></p> | ||
| <p class="lead"><b>琥珀评测(AMBER)</b>把真实、可审计的历史事件封进琥珀,精确还原到「答案揭晓之前」,让 AI 只用当时可得的信息重做一遍。评分标准在看到任何输出之前就已冻结。<b>题目永不公开,分数永远可查。</b></p> | ||
| <div class="badges"> | ||
| <div class="badge"><b>23 案 / 26 卷</b><small>私有题库,哈希封存</small></div> | ||
| <div class="badge"><b>11 个成绩仓</b><small>按厂商 × 端点分仓</small></div> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| User-agent: * | ||
| Allow: / | ||
|
|
||
| Sitemap: https://askclaw.dev/sitemap.xml |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No hreflang exists anywhere; add xmlns:xhtml here and xhtml:link alternates (zh-CN, en, x-default) under both url entries so / and /en.html are paired. |
||
| <url> | ||
| <loc>https://askclaw.dev/</loc> | ||
| <lastmod>2026-09-18</lastmod> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lastmod is hardcoded; weekly hand-edits will leave it stale and get it ignored, so drop lastmod or add bumping it to the weekly update procedure. |
||
| <changefreq>weekly</changefreq> | ||
| <priority>1.0</priority> | ||
| </url> | ||
| <url> | ||
| <loc>https://askclaw.dev/en.html</loc> | ||
| <lastmod>2026-09-18</lastmod> | ||
| <changefreq>weekly</changefreq> | ||
| <priority>0.8</priority> | ||
| </url> | ||
| </urlset> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description is 232 characters; Google and Bing cut at roughly 160, so trim it (drop the trailing sentence) to keep the 琥珀评测 hook and value prop visible.