rsnext/errors/amp-export-validation.mdx
Delba de Oliveira 44d1a1cb15
docs: Migrate error messages to MDX and App Router. (#52038)
This PR is part of a larger effort to migrate error messages to MDX and
use App Router: https://github.com/vercel/front/pull/23459
2023-07-05 06:11:16 -07:00

17 lines
612 B
Text

---
title: AMP Export Validation
---
## Why This Error Occurred
During export we validate AMP pages using [amphtml-validator](https://www.npmjs.com/package/amphtml-validator). Errors received from the validator will fail the export.
Validation errors will cause pages to not be [indexed by AMP Caches](https://www.ampproject.org/docs/fundamentals/how_cached).
## Possible Ways to Fix It
Look at the error messages and follow their appropriate links to learn more about the error and how to correct the problem.
## Useful Links
- [AMP HTML Specification](https://www.ampproject.org/docs/fundamentals/spec)