ampproject / ampproject/amphtml
Disallow emails to have a <title>
Open
INTENT TO DEPRECATE
P3: When Possible
Stale
WG: amp4email
WG: caching
- Dominant language
- JavaScript
- Stars
- 14.9k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
The AMP4EMAIL format currently allows the `` tag to be in `<head>`. However, this has no effect on emails, since they use a different mechanism to specify the subject and the title is never surfaced to the user in email clients.
Since this already caused some confusion with users, I propose we disallow the `<title>` tag in AMP validator rules for AMP4EMAIL.
Contributor guide
Assessment
This issue has not been assessed yet.