What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

Google allows specifying platform restrictions for videos via video sitemaps. This allows determining on which types of devices video results may appear, using a restriction tag to permit or deny display on certain platforms, such as mobiles or televisions.
🎥 Source video

Extracted from a Google Search Central video

⏱ 0:33 💬 EN 📅 05/12/2011
Watch on YouTube →
📅
Official statement from (14 years ago)
TL;DR

Google allows you to limit the display of video results by platform through video sitemaps, enabling or blocking mobile, desktop, or TV. This technical feature has been around for a long time but remains underutilized by SEO practitioners. Specifically, it applies to very specific use cases where the video format is unsuitable for certain screens, but its widespread use can drastically reduce your organic visibility without measurable gain.

What you need to understand

What is the technical mechanism behind these restrictions?

Google uses a <video:platform> tag in video sitemaps to identify allowed or blocked platforms. Accepted values are mobile, web (desktop), and tv. The relationship attribute defines whether the restriction is a permission (allow) or a block (deny).

If you specify relationship="allow", only the listed platforms will be able to display your video results in the SERPs. Conversely, relationship="deny" excludes the mentioned platforms. The complete absence of a platform tag equals universal permission across all devices.

Why does Google offer this level of control?

This feature addresses real technical constraints of certain video content. An interactive HTML5 video may be unusable on a TV screen without a suitable remote control. A photo retouching tutorial requiring the precision of a mouse becomes absurd on mobile.

Google also aims to avoid negative engagement signals: if a user clicks on a video result from their smart TV and finds content that cannot be properly viewed, the bounce rate skyrockets. By allowing webmasters to filter in advance, the engine preserves the overall quality of the user experience.

In which scenarios does this restriction make sense?

Legitimate use cases remain minority. An educational content publisher offering videos with touch interactive exercises may wish to exclude desktop and TV. A premium streaming platform may reserve certain exclusive formats for mobile apps for DRM reasons.

But let's be honest: most web videos are perfectly consumable on any screen. A vlog, a cooking tutorial, an interview, a conference excerpt work just as well on smartphone, computer, or smart TV. Restricting without a solid technical reason amounts to wilfully amputating your potential audience.

  • The platform tag only affects display in Google video results, not the indexing of content
  • The absence of a tag allows all devices by default — this is the safest choice in 90% of cases
  • Restrictions apply at the level of each video URL, not globally to the site
  • This feature has been available in video sitemaps since 2011 but remains poorly documented in recent official guides
  • No SEO penalty is applied if you do not use this tag — it is purely optional

SEO Expert opinion

Are practitioners really using this feature?

After 15 years of auditing sites of all sizes, I can affirm that less than 2% of video sitemaps I have analyzed use this platform tag. Major streaming platforms (Netflix, YouTube, Vimeo) do not use it in their public implementations. News, tutorial, and e-commerce sites completely ignore this option.

This rarity can be explained: most SEO teams prioritize maximizing visibility over restriction. Limiting a video's display to a single platform mechanically reduces the volume of potential clicks. In a context where every impression counts, willingly cutting off 30 to 50% of traffic (the mobile or desktop share depending on sectors) makes no commercial sense.

Do advanced use cases really justify this complexity?

Google mentions technical restrictions, but field reality is more nuanced. A modern video player automatically adapts to the viewport: responsive on mobile, full-screen on TV, keyboard/mouse controls on desktop. Current frameworks (Video.js, Plyr, native HTML5 players) manage this adaptability without manual intervention.

If your video contains non-portable interactive elements (clickable annotations, precise hotspots, touch overlays), the professional solution is not to block entire platforms through the sitemap. Instead, you should detect the client-side device and adapt the interface or offer an alternative version. [To be verified]: no public Google data demonstrates that using this tag improves engagement metrics or video ranking.

What risks should be considered before implementing these restrictions?

The main danger is configuration error. I have seen sites accidentally block all platforms due to malformed XML syntax, rendering hundreds of videos invisible for weeks. Others have reversed allow and deny, excluding mobile when they intended to target desktop.

Another trap is changes in usage. You may block TV today because your audience does not consume on that device. But in 18 months, smart TVs explode in your target demographic. Modifying a video sitemap of 10,000 URLs to remove this restriction becomes a heavy technical undertaking, especially if the sitemap is generated dynamically by a legacy CMS.

Warning: Google does not provide any reporting in Search Console on the impact of these restrictions. You will never know how many impressions or clicks you have lost by blocking a platform. This opacity makes any cost/benefit analysis based on real data impossible.

Practical impact and recommendations

Should you add these tags to your existing video sitemaps?

In 99% of cases, no. If your videos are standard content (product presentations, tutorials, interviews, demos, vlogs), leaving universal access maximizes your reach without drawback. The argument "my content is better suited for mobile" does not justify blocking desktop — interested desktop users will click anyway.

The only scenarios where implementation makes sense are: exclusive mobile apps with video content not available on the web, complex interactive experiences requiring touch/gestures impossible to replicate elsewhere, licensed content with device-based contractual restrictions. Even in these cases, first check if client-side detection wouldn't be more flexible.

How to correctly implement these restrictions if necessary?

The XML syntax in the video sitemap is strict. To allow only mobile: <video:platform relationship="allow">mobile</video:platform>. To block TV: <video:platform relationship="deny">tv</video:platform>. You can specify multiple platforms by repeating the tag with the same relationship value.

Test your sitemap using the standard XML validator before submission. Then monitor Search Console to catch any parsing errors. Document in your technical wiki why each video has a specific restriction — in 6 months, no one will remember the business logic behind these choices.

What alternatives should be considered before restricting?

Before limiting visibility in the SERPs, explore front-end solutions. A video player detecting the user-agent can display an appropriate message ("This interactive video works better on a tablet") while leaving the user to decide. CSS media queries allow adjusting the UI based on the viewport without blocking access.

For true technical incompatibilities (unsupported codec, insufficient bandwidth), adaptive bitrate streaming (HLS, DASH) and multi-format transcoding solve the issue without restricting platforms. This approach preserves your SEO while ensuring an optimal experience everywhere.

  • Audit your current videos: how many truly require a technical restriction?
  • Analyze the mobile/desktop/TV distribution of your current video traffic in Analytics
  • If a restriction is necessary, first test it on a sample of 10-20 videos before a mass deployment
  • Document each restriction with its business justification in your technical backlog
  • Set up Search Console alerts to monitor video sitemap errors
  • Reevaluate every 6 months: usage evolves, your restrictions should follow
Platform restrictions for videos remain a niche tool reserved for very specific use cases. By default, prioritize universal accessibility to maximize your organic visibility. If your situation demands this technical granularity, correct implementation requires XML diligence and constant monitoring — these optimizations can be complex to maintain over time. For sites managing large video catalogs or specific technical constraints, the support of a specialized SEO agency helps secure deployment and avoid costly visibility errors.

❓ Frequently Asked Questions

La balise platform affecte-t-elle le ranking de mes vidéos dans les résultats Google ?
Non, cette balise contrôle uniquement sur quelles plateformes vos résultats vidéo peuvent s'afficher, pas leur positionnement. Le ranking dépend toujours des critères classiques : pertinence, engagement, qualité technique du contenu.
Puis-je bloquer uniquement certaines vidéos d'un site tout en laissant les autres accessibles partout ?
Oui, la restriction s'applique URL par URL dans le sitemap vidéo. Chaque entrée peut avoir sa propre balise platform ou aucune restriction. C'est totalement granulaire.
Que se passe-t-il si j'utilise à la fois allow et deny dans la même entrée vidéo ?
C'est une erreur de syntaxe qui rendra probablement l'entrée invalide. Choisissez une seule approche : soit vous listez les plateformes autorisées (allow), soit celles bloquées (deny), jamais les deux simultanément pour une même vidéo.
Comment savoir si mes restrictions platform sont bien prises en compte par Google ?
Google ne fournit aucun reporting spécifique dans Search Console sur ce point. Vous devez tester manuellement en recherchant vos vidéos depuis différents devices et vérifier leur présence ou absence dans les résultats.
Les restrictions platform s'appliquent-elles aussi à YouTube et Google Images ?
Non, ces balises concernent uniquement l'onglet Vidéos de Google Search et les rich snippets vidéo dans les résultats organiques classiques. YouTube et Google Images ont leurs propres mécanismes de gestion de contenu indépendants.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO Mobile SEO Search Console

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.