-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SEO Audits] Document has a meta description #3175
Comments
Hi all 👋 I started working on this issue. Can I get assigned please? 😉 FYI there are couple of corner cases regarding "nosnippet" that are not mentioned in the task description:
Other notes: everything is non-case sensitive, commas are required, spaces after commas are optional Sources: |
Per our discussion today, |
Yeah let's remove the I checked the HTTP Archive data and that particular directive is only present in ~150 pages (of the 500k measured). |
👌 BTW I'm not sure how much we can depend on httparchive data regarding SEO, their robot also follows the "robots" directives so the results may be skewed. On the other hand, if their robot does follow these directives, how did you get "noindex, nofollow" on the results of that query? 🤔 |
HTTP Archive runs as a totally separate crawl from the Internet Archive's Wayback Machine. We've talked about respecting robots directives but they're ignored for now. |
For the record: we've decided to trim the description before evaluating its length and to provide debugString's for audit failures (tag not found, empty value). |
Audit group: Content best practices
Description: Document has a meta description
Failure description: Document does not have a meta description
Help text: Meta descriptions may be included in search results to concisely summarize page content. Read more in the Search Console Help page.
Success condition: Query selector
head > meta[name=description]
exists and has a non-empty content attribute.Notes
nosnippet
exists, use the audit description field to explain that the meta description is unused. Otherrobots
directives that affect the meta description likenoindex
are covered in separate audits. (not used)The text was updated successfully, but these errors were encountered: