图片替代文本审查工具
找出页面上所有缺少替代文本的图片。这对无障碍访问和SEO至关重要。
如何使用本工具
- 1
Paste the full URL of a public, server-rendered page into the input field.
- 2
Click Analyze to fetch the page on our server and parse its HTML.
- 3
Review the Total, Missing alt, and Empty alt counts at the top.
- 4
Scroll the per-image list (red = missing alt, yellow = empty alt) and copy the src values you need to fix.
什么是图片替代文本审查工具?
替代文本为屏幕阅读器用户和搜索引擎描述图片。WCAG 2.1 AA要求内容图片具有有意义的替代文本,装饰性图片则使用空的alt=''。缺少替代文本是整个网络上排名第一的无障碍访问问题。本工具会标记出每一张没有替代文本的图片,以便你进行修正。
常见使用场景
Auditing a marketing landing page before launch to confirm no hero or product <img> ships without an alt attribute.
Spot-checking a competitor's or client's live page to gauge how seriously they handle image accessibility.
Triaging an accessibility complaint by getting a fast list of images that screen readers would announce as unlabeled.
Reviewing a CMS template after a redesign to catch images where the author left the alt field blank.
Building an SEO punch list, since search engines use alt text to understand images and missing alts waste that signal.
Verifying that decorative images intentionally use alt="" rather than accidentally omitting the attribute entirely.
常见问题
如果一张图片纯粹是装饰性的怎么办?▼
替代文本应该多长?▼
相关工具
元标签分析工具
从任意URL提取并分析所有元标签:标题、描述、Open Graph、Twitter Card、viewport、robots以及link标签。
标题层级分析工具
审查任意页面的H1-H6结构。标记出缺失的H1、多个H1以及被跳过的标题层级。
Schema标记验证工具
从任意URL中提取并验证JSON-LD结构化数据。查看页面包含哪些schema类型,以及它们能否被正确解析。
Open Graph检查工具
预览URL在Facebook、Twitter/X、LinkedIn及其他平台上分享时的显示效果。
站点地图检查工具
分析任意XML站点地图:URL数量、lastmod覆盖率以及站点地图索引结构。
robots.txt检查器
解析robots.txt文件。按user-agent分组显示规则并标记问题。