SEO audit for runoob.com
Node.js 教程 | 菜鸟教程
Health 65/100 (fair) · 1 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)Node.js 教程 简单的说 Node.js 就是运行在服务端的 JavaScript。 Node.js 是一个基于 Chrome JavaScript 运行时建立的一个平台。 Node.js 是一个事件驱动 I/O 服务端 JavaScript 环境,基于 Google 的 V8 引擎,V8 引擎执行 Javascript 的速度非常快,性能非常好。 谁适合阅读本教程? 如果你是一个前…
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Agent Readiness | 70 | 0 | 1 | 1 |
| Budget | 70 | 0 | 1 | 0 |
| Images | 70 | 0 | 1 | 1 |
| Performance | 70 | 0 | 1 | 4 |
| Cache | 100 | 0 | 0 | 1 |
| Content | 100 | 0 | 0 | 1 |
| Headings | 100 | 0 | 0 | 1 |
| Meta Description | 100 | 0 | 0 | 1 |
| Security | 100 | 0 | 0 | 2 |
| Social | 100 | 0 | 0 | 2 |
| Structured Data | 100 | 0 | 0 | 1 |
Warnings (4 rules)
warning Control has no accessible name
Rule agent.control_no_name · Agent Readiness · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — 1 button/link(s) with no text or aria-label — an agent can't target them
warning robots.txt-disallowed URL receives internal links (crawl-budget leak)
Rule budget.disallow_linked · Budget · 1 occurrence(s)
- https://www.runoob.com/try/shownodejs.php?filename=helloworld — internal links point to https://www.runoob.com/try/shownodejs.php?filename=helloworld, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://www.runoob.com/nodejs/nodejs-tutorial.html.
warning Images missing alt text
Rule images.missing_alt · Images · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — 2 of 3 images missing alt
warning Render-blocking script in <head> (no defer/async)
Rule perf.render_blocking · Performance · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — 1 render-blocking <script> in <head> (add defer/async or use type=module)
Notices (15 rules)
notice No main landmark for AI agents
Rule agent.no_main_landmark · Agent Readiness · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — add a <main> element (or role=main) around the primary content
notice Page served uncached (no-store/private or CDN bypass)
Rule cache.not_cacheable · Cache · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — Cache-Control: (none) · cloudflare: DYNAMIC
notice Multiple <h1> elements
Rule h1.multiple · Headings · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — 2 <h1> elements
notice Likely hero image lacks fetchpriority=high
Rule images.hero_no_fetchpriority · Performance · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — the likely hero/LCP image (nodejs.jpg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
notice Images without width/height (layout shift / CLS)
Rule images.missing_dimensions · Images · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — 1 of 3 images without width/height
notice Legacy <meta name=keywords> tag present (Google ignores it)
Rule meta.keywords_present · Content · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt
notice Meta description too long
Rule meta_desc.too_long · Meta Description · 1 occurrence(s)
notice Missing Open Graph tags
Rule og.missing · Social · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — og:title, og:description, og:image
notice Legacy image format (jpg/png/gif) with no next-gen fallback
Rule perf.images_legacy_format · Performance · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — 3 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
notice No Last-Modified header (no conditional GET for unchanged pages)
Rule perf.no_last_modified · Performance · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
notice No structured data detected
Rule schema.none · Structured Data · 1 occurrence(s)
notice Missing recommended security headers
Rule security.missing_headers · Security · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — HSTS, CSP, X-Content-Type-Options
notice target=_blank link without rel=noopener (tab-napping)
Rule security.unsafe_cross_origin_links · Security · 1 occurrence(s)
- https://www.runoob.com/nodejs/nodejs-tutorial.html — 13 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
notice Missing Twitter Card tag
Rule twitter.missing · Social · 1 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://www.runoob.com/nodejs/nodejs-tutorial.html Node.js 教程 | 菜鸟教程 |
200 | yes | 723 | 1 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.