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

If an author's name is only found in the footer or sidebar, Google is likely to ignore it, as this could suggest that the name appears on every page, thereby minimizing its relevance.
4:46
🎥 Source video

Extracted from a Google Search Central video

⏱ 58:25 💬 EN 📅 05/06/2014 ✂ 12 statements
Watch on YouTube (4:46) →
Other statements from this video 11
  1. 1:36 L'authorship influence-t-elle vraiment le classement Google ?
  2. 3:14 L'authorship fonctionne-t-il vraiment avec juste le nom de l'auteur sur la page ?
  3. 7:56 Faut-il vraiment corriger les erreurs HTML signalées dans la Search Console ?
  4. 10:00 Comment vraiment récupérer d'une pénalité Panda sans perdre son temps ?
  5. 13:08 Les caractères spéciaux et alphabets non latins dans les URL pénalisent-ils vraiment le référencement ?
  6. 15:23 Le contenu desktop et mobile doit-il être strictement identique en responsive design ?
  7. 22:24 Faut-il vraiment éviter les balises H1 multiples en HTML5 ?
  8. 28:11 Le passage en HTTPS booste-t-il vraiment le classement Google ?
  9. 32:38 Faut-il surveiller ses backlinks après avoir utilisé l'outil de désaveu de Google ?
  10. 35:01 Le désaveu de liens agit-il vraiment de manière progressive lors du crawl ?
  11. 36:04 Comment structurer un site international pour maximiser sa visibilité dans Google ?
📅
Official statement from (11 years ago)
TL;DR

Google filters out author names located only in the footer or sidebar, viewing them as template elements present on all pages. This mechanism aims to prevent a redundant name from being interpreted as the legitimate author of every piece of content on the site. For an author to be recognized, their name must appear in the main body of the article, preferably at the top, in a content-specific area.

What you need to understand

Does Google really differentiate page areas for authorship?

Yes, and this is a documented reality since the early iterations of Authorship Markup. Google's crawlers segment a page into structural zones: header, main content, sidebar, footer. When a name appears only in the footer or sidebar, the engine associates it with the global site template, not with specific content.

The issue is straightforward: if your name appears in the footer of 500 pages, Google sees it as a branding or navigation element, not as an editorial signature. The semantic dilution is total. The name loses all contextual relevance for authorship ranking.

What is the technical logic behind this filtering?

Google relies on structural redundancy to classify page elements. A block that repeats identically across the entire site is treated as noise, not as a signal. It's the same logic as for boilerplate content: if it's everywhere, it's nowhere.

The crawlers use template detection patterns to identify non-unique areas. They cross this detection with semantic tags (header, footer, aside) and common CSS classes (site-footer, widget-area). If your authorship markup falls into these zones, it is marked as irrelevant for attribution.

Why does this rule directly impact E-E-A-T?

Experience, Expertise, Authoritativeness, Trust partly relies on the clear identification of authors. Google wants to know who writes what, especially on YMYL topics. A ghost author or poorly tagged author undermines the trust signal.

If your best expert publishes 50 articles but their name only appears in the common footer, Google cannot build their expertise profile. The engine sees no link between the content and the author. You lose all the benefits of authorship for ranking.

  • Critical zone: the author's name must appear in the main content, ideally at the top of the article
  • Semantic markup: use schema.org author and Person tags to strengthen the signal
  • Avoid redundancy: a name in the footer AND in the article is acceptable, but the footer alone is not sufficient
  • Consistency: link the author to a dedicated profile page to strengthen the entity
  • Rich snippets: well-marked authorship can trigger rich displays in the SERPs

SEO Expert opinion

Is Mueller's guideline aligned with real-world observations?

Completely. A/B testing on niche sites shows that moving a byline from the footer to the top of the article improves the display rate of the author's name in rich snippets. The correlation is clear: the more visible the author is in the main DOM, the more Google treats them as an editorial entity.

However, this rule creates a blind spot: sites that use multiple contributor systems with rotating authors. If you generate automated landing pages with different authors but a common footer, detection can glitch. Google may overlook the true author if the markup is poorly placed. [To be checked]: no official data on the exact redundancy threshold that triggers filtering.

What nuances need to be added to this statement?

First point: Google does not say that the footer is completely ignored, but that it is 'likely' to be. This is an important nuance. If your footer contains an author's name + a link to a rich profile page with schema.org, the signal can still get through. But it's a risky strategy.

Second point: the sidebar poses the same problem, but with an exception. On typical blogs, an author sidebar with bio + photo + social links can work if it is unique per article. The problem arises when the same sidebar appears on all pages of the site. Again, Google treats it as a template.

In what cases does this rule not strictly apply?

Single-author sites are less exposed. If you are the only one publishing, and your name appears everywhere (header, footer, sidebar), Google will eventually associate it with the site as the main entity. This is suboptimal for E-E-A-T, but it doesn't completely break the signal.

UGC content platforms (forums, Q&A, marketplaces) also have different patterns. User profiles are treated as social entities rather than traditional editorial authors. Google uses other signals (votes, reputation, history) to evaluate credibility. But this is an edge case, not the norm.

Warning: Do not confuse authorship with copyright. A name in the footer formatted as '© 2023 Jean Dupont' will never be interpreted as an editorial author, even if it is the same name. The semantic contexts are different.

Practical impact and recommendations

What concrete actions should be taken on an existing site?

Audit each article template to check where the author's name appears. If it is only in the footer or global sidebar, add a byline at the top of the main content. Ideally just below the H1 title, in a dedicated div with class="author-byline" or equivalent.

Implement schema.org markup of type Article with the author property. Point to a Person or Organization object with name, url, sameAs (social profiles). This markup must be in the JSON-LD or directly in the main content HTML, not in the footer. This is crucial for Google to build the entity graph.

What mistakes should be absolutely avoided?

Do not mindlessly duplicate the name everywhere thinking that more = better. If your name appears 8 times on the page (header, sidebar, footer, article), Google may see it as entity keyword stuffing. Keep it simple: one visible occurrence in the main content, one in the schema.org, and possibly one in a unique author widget.

Avoid generic signatures like 'Written by the team [SiteName]' in the common footer. Google cannot build a solid entity with a vague collective. If it is truly collaborative content, list the named contributors in the article itself, with links to their individual profiles.

How can I check if my author markup works?

Use Google's Rich Results Test in Search Console. Paste the URL of an article and check that the author is recognized in the detected properties. If the test does not see an author even though you have one, there is probably an issue with placement or markup.

Monitor the SERP snippets on brand + topic queries where your articles rank. If Google never displays the author's name while your competitors do, it indicates that your authorship is not recognized. Cross-check with articles that have the name only in the footer vs those that have it in the body: the difference should be visible.

  • Move the author byline from the footer/sidebar to the top of the main content
  • Implement schema.org Article > author > Person with URL to a dedicated profile page
  • Create a rich author page (bio, photo, social links, list of articles) for each regular contributor
  • Test the markup with Rich Results Test and Google Search Console
  • Check the display of author snippets in SERPs for your target queries
  • Remove redundant author mentions in global template areas
Well-marked authorship is not a cosmetic detail; it is a E-E-A-T lever directly. Google wants identifiable, locatable, traceable authors. If your markup is poorly placed, you lose this signal. Migrating a byline from the footer to the main content may seem trivial, but it affects the global site templating, structured data schemas, and sometimes content management systems. If your CMS is custom or poorly documented, intervention can quickly become technical. For high-volume multi-author sites, auditing and compliance often require specialized support. An experienced SEO agency can manage this project from start to finish, from markup audit to Search Console validation, including template adjustments and regression testing.

❓ Frequently Asked Questions

Un nom d'auteur dans le footer ET dans l'article est-il problématique ?
Non, tant que la version dans l'article est clairement balisée et positionnée en haut du contenu. Le footer peut rester pour le copyright ou la navigation, mais c'est la version dans le main content qui compte pour l'authorship.
Le schema.org author suffit-il même si le nom n'apparaît pas visuellement dans l'article ?
Non, Google préfère la cohérence entre markup et contenu visible. Si le schema.org dit « auteur : Jean Dupont » mais qu'aucun texte visible ne le confirme, le signal est affaibli. Affiche le nom ET balisez-le.
Les sites mono-auteur doivent-ils quand même déplacer le byline du footer ?
C'est recommandé pour renforcer l'E-E-A-T, surtout sur les topics YMYL. Même si Google finit par associer le nom au site, un byline visible améliore la lisibilité et le trust utilisateur, ce qui impacte indirectement le ranking.
Un widget sidebar auteur unique par article est-il considéré comme template ?
Non, si ce widget change réellement d'une page à l'autre (contenu, liens, photo). Google détecte la variabilité. Mais si c'est le même widget cloné partout, il sera traité comme du template même s'il est dans la sidebar.
Faut-il créer une page de profil pour chaque auteur occasionnel ?
Pas obligatoire, mais fortement conseillé dès qu'un auteur publie plus de 3-5 articles. Une page de profil renforce l'entité et permet de centraliser les signaux d'expertise. Pour un contributeur ponctuel, un byline bien balisé dans l'article peut suffire.
🏷 Related Topics
Domain Age & History AI & SEO

🎥 From the same video 11

Other SEO insights extracted from this same Google Search Central video · duration 58 min · published on 05/06/2014

🎥 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.