Example only

What a useful public audit looks like.

This is a fictional, redacted illustration. It shows the standard of evidence and the handoff structure, not a client result or a ranking promise.

Run a public audit for your site

Example: a small service website

Scope

Homepage, robots.txt, sitemap.xml, llms.txt, one controlled missing URL, and up to five same-origin sitemap samples.

Public evidence

robots.txt returned an HTML fallback; sitemap was available; the homepage had no canonical; no common analytics script was detected.

Not publicly knowable

Index coverage, search queries, clicks, conversions, page templates, historical redirects, and content approvals.

How one finding is delivered

P0 · robots.txt returns HTML

Evidence: E1 public HTTP response, high confidence. The path returned text/html and an app shell rather than crawler rules.

Owner: Developer. Action: serve a text/plain robots file and prevent SPA fallback.

Verification

Open /robots.txt on a public connection. Confirm a 200 response, text/plain content type, a User-agent directive, and the correct sitemap declaration.

This makes the task testable before it is marked done.

The resulting plan

  1. 0-15 days: repair public crawl entry points and agree on the preferred domain.
  2. 15-30 days: correct page metadata, canonical rules, and analytics measurement.
  3. 30-60 days: publish service, FAQ, about, and proof pages that answer real buyer questions.
  4. 60-90 days: review authorized GSC and analytics evidence before expanding work.
The important distinction

A public report can show what is observable. It should never pretend that search traffic, conversions, or index coverage have been verified without the owner's authorized data.

仅为示例

一份有用的公开审计报告应该长什么样。

这是虚构且已脱敏的说明样例,用来展示证据标准和交接结构;它不是客户结果,也不是排名承诺。

为我的网站运行公开扫描

示例:一个小型服务网站

扫描范围

首页、robots.txt、sitemap.xml、llms.txt、一个受控不存在 URL,以及最多五个同源 Sitemap 页面样本。

公开证据

robots.txt 返回 HTML fallback;Sitemap 可读取;首页没有 canonical;未检测到常见统计脚本。

公开侧无法知道

收录覆盖、搜索词、点击、转化、页面模板、历史跳转和内容审批情况。

一条 finding 如何交付

P0 · robots.txt 返回 HTML

证据:E1 公开 HTTP 响应,高置信度。路径返回 text/html 与应用壳,而不是 crawler 规则。

负责人:开发。动作:输出 text/plain robots 文件,并阻止 SPA fallback。

验收方式

通过公开网络打开 /robots.txt,确认 200、text/plain、User-agent 和正确的 Sitemap 声明。

这样任务在标记完成前可以被实际测试。

最终形成的计划

  1. 0-15 天:修复公开抓取入口,并确定规范域名。
  2. 15-30 天:修正页面元数据、canonical 规则和统计度量。
  3. 30-60 天:发布服务、FAQ、关于我们和证据页面,回答真实买家问题。
  4. 60-90 天:查看授权的 GSC 与统计证据后,再扩大投入。
关键区别

公开报告只能说明公开可观察的事实。没有站长授权数据时,它不应该假装验证了搜索流量、转化或收录覆盖。