What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

To optimize Web Stories, you need to apply standard SEO practices: meta description, schema.org metadata. Specific AMP elements are also required, such as the poster image and the publisher logo, without which the Story would not be valid AMP.
13:43
🎥 Source video

Extracted from a Google Search Central video

⏱ 28:20 💬 EN 📅 16/11/2020 ✂ 8 statements
Watch on YouTube (13:43) →
Other statements from this video 7
  1. 4:19 Pourquoi Google indexe-t-il vos images avec un système totalement séparé du reste de votre contenu ?
  2. 5:35 Pourquoi l'indexation vidéo est-elle si complexe pour Google (et que faire pour en profiter) ?
  3. 6:26 Pourquoi Google n'indexe-t-il pas vos pages AMP non-canoniques ?
  4. 6:26 Google indexe-t-il vraiment les AMP canoniques comme du HTML classique ?
  5. 7:06 AMP améliore-t-il vraiment le positionnement dans Google ?
  6. 8:29 Les Web Stories sont-elles vraiment indexées comme des pages classiques par Google ?
  7. 21:58 Pourquoi Google modifie-t-il les résultats même pendant les périodes de gel des mises à jour ?
📅
Official statement from (5 years ago)
TL;DR

Google confirms that SEO optimization for Web Stories is fundamentally based on the essentials: meta description, classic schema.org. Two critical AMP elements are the poster image and the publisher logo, without which your Story is invalidated. Essentially, it's less of a technical revolution and more of a compliance checklist — missing just one mandatory AMP element means you don’t exist in the index.

What you need to understand

Why does Google emphasize 'standard SEO' for Web Stories?

Pascal Birchler's statement cuts through a debate that has lingered since the launch of Web Stories: Should exotic rules be applied or should we simply transpose what already works? Google puts an end to the speculation. Meta descriptions remain relevant, and schema.org markup functions just like anywhere else.

What changes is the AMP layer. The poster image and publisher logo are not mere cosmetic 'bonuses' — they determine the validity of AMP itself. Without AMP validity, there's no indexing as a Story. It’s binary.

What does 'standard SEO practices' really mean in this context?

We are talking about title, meta description, and Open Graph markup if you’re aiming for social sharing. Canonical tags have not disappeared. The XML sitemap specific to Web Stories remains recommended — Google doesn’t state it here, but it’s implied in 'standard practices'.

On the schema.org side, you need to include standard metadata: headline, datePublished, author, publisher. Nothing new under the sun, except that the absence of just one field can tip your Story out of the carousel. AMP validation errors become blocking, not just 'non-optimal'.

What are the absolutely mandatory specific AMP elements?

Two elements stand out: the poster image (which serves as a thumbnail in carousels) and the publisher logo (which identifies the source). Without these two visuals, your Story is rejected by the AMP validator. This is explicit in the AMP Story spec.

The poster image must meet a specific ratio (3:4 or 4:3 depending on the case), weigh less than 8 MB, and display a minimum resolution of 640x853 pixels. The publisher logo, on the other hand, requires a square (1:1), typically 96x96 minimum. Too many sites overlook these constraints and end up with invisible Stories in Discover.

  • Meta description: remains relevant, limit of 160 characters like elsewhere
  • Schema.org: headline, datePublished, author, publisher obligatory
  • AMP poster image: ratio 3:4, resolution 640x853 minimum, less than 8 MB
  • Publisher logo AMP: ratio 1:1, 96x96 pixels minimum, identifies the source
  • AMP validity: test via the official AMP tool, any critical error blocks indexing

SEO Expert opinion

Is this statement consistent with on-the-ground observations?

Yes, but it overlooks a crucial point: Google does not say that all classic SEO practices can be seamlessly transposed. For instance, internal linking within a Web Story is nearly non-existent — you don’t have a sidebar, menu, or footer with contextual links. The outgoing link at the end of the Story is often the only PageRank vector.

Another blind spot: perceived performance. Web Stories load via AMP, so Core Web Vitals are theoretically optimized by default. However, if your image server is slow or you use overly heavy videos, the user experience degrades, and Google may deprioritize your Stories in Discover. This isn’t stated here — [To be verified] through your own speed tests.

What nuances should be added regarding schema.org markup?

Google does not specify which schema.org variant to prioritize. Most publishers use NewsArticle or Article, but some sectors (e-commerce, recipes) should rather choose Product or Recipe. The devil is in the details: a missing field like image or publisher.logo can cost you eligibility for rich snippets.

Moreover, the publisher.logo in schema.org is not strictly the same as the AMP publisher logo. The former is a URL in the JSON-LD, while the latter is a tag <amp-story-page-attachment> or <amp-img> depending on the implementation. Confusing the two leads to subtle validation errors — I’ve seen sites valid on the schema.org side but rejected on the AMP side.

In what cases does this 'standard SEO' approach fall short?

If you’re aiming for the Google Discover carousel, standard SEO does not guarantee anything. Discover prioritizes engagement signals (CTR, time spent, interactions), not just technical compliance. You can have a technically perfect Story and remain invisible if your audience doesn’t click.

Another edge case: Web Stories on young domains. Google gives less weight to Stories from sites without an authority history. Even with impeccable markup, you will struggle to break through in Discover against established publishers. This is not mentioned in the statement, but it is observable in the SERPs.

Attention: do not assume that 'standard SEO' means 'no specific effort'. Critical AMP errors are blocking, unlike classic HTML errors which are often tolerated. A single missing attribute on the poster image, and your Story disappears from the index.

Practical impact and recommendations

What concrete steps should be taken to optimize a Web Story?

First, validate your Story with the official AMP tool. Paste your URL, fix all critical errors (in red). Warnings (in yellow) can be tolerated, but blocking errors exclude you from indexing. No negotiation possible.

Next, ensure your poster image complies with the specs: ratio 3:4, resolution 640x853 minimum, less than 8 MB, JPG or PNG format. Test the display in the mobile carousel — a blurry or poorly cropped image kills your CTR even before the user reads the title.

What mistakes should be avoided when implementing the markup?

The most frequent mistake: confusing the AMP publisher logo and the publisher.logo schema.org. The former must be declared in the <amp-story> tag with the publisher-logo-src attribute. The latter resides in the JSON-LD, often placed in the <head>. Both must point to valid URLs, but they are not the same technical fields.

A second trap: forgetting the meta description. Google states it’s 'standard SEO', so some publishers skip it thinking the title is enough. Mistake. The description appears in classic SERPs if your Story ranks outside Discover. Without it, Google generates a random snippet — often poor.

How to check if my site meets Google’s requirements?

Use Google Search Console: section 'Enhancements', sub-section 'Web Stories'. You will see blocking errors (invalid Stories) and warnings (recommended optimizations). Prioritize critical errors — only they exclude you from the index.

Follow up with a test in the Rich Results Test tool. Paste your URL, check that schema.org markup is detected. If Google doesn’t see your headline or publisher, it means your JSON-LD is incorrectly placed or syntactically incorrect.

  • Validate each Story with the official AMP tool, fix all critical errors
  • Check that the poster image complies with a ratio of 3:4, resolution of 640x853 min, weight < 8 MB
  • Ensure the publisher logo is declared in the publisher-logo-src attribute of <amp-story>
  • Implement complete schema.org markup: headline, datePublished, author, publisher, image
  • Write a unique meta description for each Story (160 characters max)
  • Monitor Google Search Console, Web Stories section, to detect indexing errors
SEO optimization for Web Stories relies on a balance between strict AMP compliance and classic SEO best practices. AMP errors are binary: either your Story is valid and indexable, or it is not. The rest — meta description, schema.org, quality of the poster image — influences your visibility in Discover and SERPs, but does not block indexing. These optimizations, while technically accessible, can be complex to implement alone — between AMP validation, multi-layer schema.org markup, and adherence to visual specs. If you seek to maximize your performance without risking blocking errors, a tailored support from a specialized SEO agency can expedite your deployment and secure your technical compliance.

❓ Frequently Asked Questions

Les Web Stories nécessitent-elles un sitemap XML spécifique ?
Oui, Google recommande un sitemap dédié aux Web Stories, séparé du sitemap principal. Chaque URL de Story doit y figurer avec la balise <lastmod> à jour pour faciliter le crawl.
Peut-on utiliser des balises canoniques dans une Web Story ?
Oui, la balise canonical fonctionne normalement. Si votre Story est une version AMP d'un article classique, pointez la canonical vers l'article original. Si la Story est le contenu principal, elle doit être self-canonical.
Quelle est la différence entre le logo éditeur AMP et le publisher.logo schema.org ?
Le logo éditeur AMP se déclare via l'attribut publisher-logo-src dans la balise <amp-story>. Le publisher.logo schema.org vit dans le JSON-LD. Ce sont deux champs distincts, mais ils doivent pointer vers la même image ou des variantes cohérentes.
Google indexe-t-il les Web Stories invalides côté AMP ?
Non. Une erreur critique AMP bloque l'indexation de la Story en tant que telle. Google peut crawler la page, mais elle ne sera pas éligible au carrousel Web Stories ni à Discover.
Les Core Web Vitals influencent-elles le classement des Web Stories ?
Officiellement, Google ne l'a jamais confirmé pour les Stories. Mais une Story lente (vidéos lourdes, images non optimisées) dégrade l'expérience utilisateur, ce qui peut réduire votre visibilité dans Discover via les signaux d'engagement.
🏷 Related Topics
Domain Age & History Content Structured Data AI & SEO Images & Videos Mobile SEO

🎥 From the same video 7

Other SEO insights extracted from this same Google Search Central video · duration 28 min · published on 16/11/2020

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.