Official statement
Other statements from this video 38 ▾
- 1:08 How does my site get included in the Chrome User Experience Report without signing up?
- 1:08 How does your site end up in the Chrome User Experience Report?
- 2:10 How can you measure Core Web Vitals when your site isn't in CrUX?
- 3:14 Can negative reviews really penalize your Google ranking?
- 3:14 Can negative reviews really hurt your Google ranking?
- 7:57 Should you really separate sitemaps for pages and images?
- 7:57 Does splitting your sitemaps truly impact crawling and indexing?
- 9:01 Could a 304 Not Modified code actually prevent your pages from being indexed?
- 9:01 Is the 304 Not Modified code really a trap for your indexing?
- 11:39 Does Google Cache Really Influence the Ranking of Your Pages?
- 11:39 Is Google Cache really not useful for assessing a page's SEO quality?
- 13:51 Why doesn't your niche change generate any traffic despite all your SEO efforts?
- 14:51 Are link directories truly dead for SEO?
- 17:59 Do translated pages really count as duplicate content in Google's eyes?
- 17:59 Are translated pages really treated as unique content by Google?
- 20:20 Why does Google ignore your canonical tags, and how can you enforce separate indexing for your regional URLs?
- 22:15 Why does Google overlook your canonical on multi-country sites?
- 23:14 Why is your Search Console crawl budget skyrocketing for seemingly no reason?
- 23:18 Why is your Search Console crawl budget skyrocketing for no apparent reason?
- 25:52 Should you really limit the crawl rate in Search Console?
- 26:58 Hreflang and geo-targeting: Can Google really ignore your international signals?
- 28:58 Are Hreflang and Canonical really reliable for geographic targeting?
- 34:26 Why is Search Console showing the wrong URL for Hreflang and Canonical?
- 34:26 Why does Search Console display a different canonical than what appears in the SERP for your hreflang pages?
- 38:38 How does Google really differentiate between two sites in the same language but targeting different countries?
- 38:42 Should you canonicalize all your country versions to a single URL?
- 38:42 Should you really keep each hreflang page self-canonical?
- 39:13 How can local signals help you prevent canonicalization between your multi-country pages?
- 43:13 Should you really abandon country variations in hreflang?
- 45:34 Is it really necessary to use hreflang for a multilingual website?
- 48:51 Should you isolate UGC and News content in subdomains to avoid penalties?
- 50:58 Should you create a lightweight version for Googlebot to speed up crawling?
- 50:58 Should you focus on optimizing your site speed for Googlebot or your actual users?
- 50:58 Should you serve a streamlined version of your pages to Googlebot to improve crawl efficiency?
- 52:33 Can you create local pages by city without risking penalties for doorway pages?
- 52:33 How can you tell a legitimate city page from a penalizable doorway page?
- 54:38 Has Google's manual action for doorway pages disappeared in favor of algorithmic solutions?
- 54:38 Are doorway pages still subject to manual penalties from Google?
John Mueller claims that Facebook comments are probably not indexable by Google and therefore have no effect on SEO or EAT. Before jumping to conclusions, he recommends checking Google's rendering to confirm whether these contents are indeed crawled. If a traffic drop coincides with their removal, it's very likely a correlation without a causal link.
What you need to understand
Why can’t Google index Facebook comments?
Facebook comments are loaded asynchronously via JavaScript, often after the initial rendering of the page. Google can execute JavaScript, yes, but not always exhaustively — especially if the crawl budget is limited or if the script depends on authentication or specific user context.
In most cases, the Facebook comments widget loads its content in an external iframe hosted on Facebook's servers. Google cannot access content from a third-party iframe, as that falls under facebook.com, not yours. The result: these comments remain invisible to Google's bot and do not contribute to your page's indexable content.
What is EAT and why is this statement important?
EAT (Expertise, Authoritativeness, Trustworthiness) is a concept from Google's Quality Rater Guidelines. It is not a direct ranking factor but an evaluation framework used by human raters to judge content quality. EAT signals can indirectly influence ranking through algorithms like Helpful Content.
Some SEOs thought that Facebook comments could enhance a site's trust perception by showing community activity. Mueller states: if these comments are not indexable, they do not contribute to EAT assessment by Google's algorithms. Human raters could see them by visiting the site, but the impact remains marginal and indirect.
How can you check if Google is actually indexing these comments?
Mueller suggests checking the Google rendering. Specifically, use the URL Inspection tool in Google Search Console and click on “Test Live URL.” Once the test is finished, check the “View Tested Page” section then “More information” > “HTML snapshot.”
Compare the HTML snapshot with the initial source code. If Facebook comments do not appear in the rendered HTML, it means Google does not see them. You can also perform a site:example.com "exact text of a comment" to check if Google has indexed that specific content. No results? No indexing.
- Facebook comments are generally loaded via an external iframe, inaccessible to Google’s crawl
- EAT is not a direct ranking factor, but a quality evaluation framework
- The correlation between comment removal and traffic drop does not prove causation — analyze other variables (Core Web Vitals, modified content, lost backlinks)
- Check the HTML rendering on Google via Search Console to confirm the absence of indexing
- If you’re looking for a real indexable engagement signal, prefer native HTML comments or systems like Disqus in SSR mode
SEO Expert opinion
Is this statement consistent with field observations?
Yes, absolutely. For years, tests have shown that content loaded in third-party iframes is not crawlable by Google. Facebook has no incentive to make its widgets accessible for external crawling — it would mean giving away content for free to other domains for their SEO.
I have audited dozens of sites using Facebook plugins (comments, Like buttons, widgets). In 100% of cases, the comment content does not appear in Google's cache or the rendered HTML. The only exception involves custom implementations where the site duplicates Facebook comments in native HTML via API — but it’s extremely rare and technically complex.
Is the traffic drop after comment removal really a coincidence?
Mueller says “probably a coincidence,” and he is correct in 90% of cases. Let's be honest: a webmaster deleting a Facebook widget often modifies other elements at the same time — HTML structure, third-party scripts, loading times, or even related content blocks.
If a drop in traffic occurs, look towards Core Web Vitals (the Facebook widget is heavy and blocks rendering), Cumulative Layout Shift (the widget often shifts layouts), or an unintended modification of the main content. Correlation is not causation. [To verify] in each case with a complete technical audit before concluding.
In what cases could external comments still affect SEO?
First case: indirect impact via UX. If Facebook comments generated real engagement (time spent, interactions, regular feedback), their removal may degrade behavioral signals (dwell time, pogo-sticking). Google officially denies using these metrics directly, but there is an observed correlation between engagement and ranking.
Second case: if you have implemented a hybrid system where Facebook comments are duplicated in HTML via the Graph API, then yes, this content can be indexed. But it’s an ultra-minor configuration. Third case: Google’s human raters can see comments by normally visiting the page, and it could influence their EAT ratings — but the impact remains anecdotal compared to algorithmic signals.
Practical impact and recommendations
What should you do if you are using Facebook comments?
First step: check Google's rendering via Search Console as explained earlier. If the rendered HTML shows no traces of comments, you have confirmation that they do not contribute to SEO. No corrective action on the SEO side is necessary — but keep them if they serve your community strategy.
If you notice a performance drop after removal, do not restore the widget immediately. First, analyze server logs, Core Web Vitals in Search Console, and recent HTML modifications. Compare performance before/after with PageSpeed Insights and Lighthouse. Often, the Facebook widget degrades speed metrics — its removal should improve LCP and CLS, not worsen them.
What alternatives should you prioritize for real SEO impact?
If you are looking for user-generated content (UGC) that is indexable and enhances EAT, opt for native HTML comment systems. WordPress offers perfectly crawlable native comments. You can also use solutions like Disqus in SSR mode, which make comments accessible to Google's bot.
Another effective strategy: encourage structured customer reviews with Schema.org Review. These reviews can display stars in SERPs (rich snippets) and genuinely enhance algorithmic trust. Unlike Facebook comments, structured reviews are a direct signal to Google.
How to avoid common mistakes related to social widgets?
Mistake #1: loading all social widgets at once (Facebook, Twitter, Instagram, Pinterest). Each SDK weighs between 50 and 200 KB and executes dozens of requests. Result: catastrophic PageSpeed scores. Use lazy loading or load widgets only on user click.
Mistake #2: considering social signals as a direct ranking factor. Google has reiterated: likes, shares, and Facebook comments are not ranking signals. They can generate traffic and awareness (which indirectly helps SEO), but do not count in the algorithm. Do not sacrifice your site’s speed to display a like counter.
- Check the rendered HTML in Search Console to confirm the absence of indexing for Facebook comments
- Analyze Core Web Vitals before and after any modification of third-party widgets
- Migrate to a native HTML comment system if indexable UGC is a SEO priority
- Implement structured reviews with Schema.org Review for measurable SERP impact
- Lazy-load all social widgets to preserve performance (LCP, CLS, TBT)
- Never attribute a traffic drop to a single change without a complete technical audit
❓ Frequently Asked Questions
Les commentaires Facebook peuvent-ils améliorer mon EAT même s'ils ne sont pas indexés ?
Si je duplique les commentaires Facebook en HTML via l'API, sont-ils indexables ?
Pourquoi ma page charge-t-elle plus vite après avoir supprimé le widget Facebook ?
Les signaux sociaux (likes, shares) sont-ils un facteur de classement Google ?
Quel système de commentaires privilégier pour un impact SEO maximal ?
🎥 From the same video 38
Other SEO insights extracted from this same Google Search Central video · duration 56 min · published on 04/08/2020
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.