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 no longer supports the rel-author markup, even before the disappearance of Google+. It is advisable to use schema.org for articles to indicate who the authors of the content are, regardless of the Google+ platform.
33:15
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h18 💬 EN 📅 19/10/2018 ✂ 12 statements
Watch on YouTube (33:15) →
Other statements from this video 11
  1. 1:25 Faut-il paniquer quand la Search Console affiche des erreurs AMP sans raison apparente ?
  2. 2:38 Pas de notification mobile-first : votre site est-il vraiment prêt ?
  3. 4:42 Les chutes de trafic organique sont-elles forcément une pénalité ?
  4. 11:01 Faut-il vraiment se fier aux guidelines de qualité Google après une chute algorithmique ?
  5. 14:44 Peut-on sur-optimiser sa page d'accueil au point que Google préfère classer une autre page du site ?
  6. 33:50 Les chaînes de redirections tuent-elles vraiment votre équité de lien ?
  7. 36:06 Les algorithmes de qualité de Google visent-ils vraiment tous les sites équitablement ?
  8. 38:01 Faut-il bloquer l'indexation de votre moteur de recherche interne ?
  9. 41:32 Pourquoi votre SPA refuse-t-elle de s'indexer malgré le SSR ?
  10. 45:20 Peut-on vraiment géolocaliser la diffusion de ses pages AMP sans risquer une pénalité ?
  11. 57:52 Faut-il vraiment compresser ses fichiers sitemap en gzip ?
📅
Official statement from (7 years ago)
TL;DR

Google stopped supporting the rel=author tag long before Google+ was shut down. Mueller now recommends using only Schema.org Article markup with the author property to identify content creators. This transition requires a complete overhaul of author attribution strategy, especially for multi-author sites where editorial credibility impacts ranking.

What you need to understand

Why did Google abandon rel=author?

The rel=author tag allowed linking content to a Google+ author profile. Google would display the author's photo and name directly in search results, creating a visual connection between creator and content.

The problem? This system never functioned at scale. Most publishers never implemented it correctly, and Google+ never reached the critical mass needed. Mueller confirms that Google had already stopped utilizing this tag long before the official closure of the social network.

What's the difference between rel=author and Schema.org?

Unlike rel=author, which relied on a proprietary Google infrastructure, Schema.org is an open standard maintained by a consortium (Google, Microsoft, Yahoo, Yandex). It allows structuring author information directly in the HTML code through JSON-LD, microdata, or RDFa.

Schema.org offers a much higher granularity. You can specify the type of author (Person or Organization), add properties like sameAs to link to social networks, indicate jobTitle, or connect multiple co-authors through an array. None of this was possible with rel=author.

Does Google really use this data for ranking?

Mueller doesn’t say this explicitly, and Google remains deliberately vague on this point. Several patents mention 'author authority' as a potential signal, but no official confirmation has ever been provided regarding its active use in the ranking algorithm.

What is certain: structured author data contributes to rich snippets (displaying the author's name in the SERPs), the Knowledge Graph, and likely the content understanding systems related to E-E-A-T. Ignoring Schema.org author means missing out on these enhanced displays that impact CTR.

  • rel=author is dead: any implementation still active is of no use and can be safely removed
  • Schema.org Article + author property: this is the currently recommended standard by Google for structuring author information
  • JSON-LD preferred: Google recommends this format for its maintainability and separation from the content HTML
  • Link with E-E-A-T probable but not confirmed: structured author data may influence the perception of expertise and authority of a site
  • Measurable impact on CTR: displaying the author's name in the SERPs changes the click-through rate, especially in YMYL niches

SEO Expert opinion

Does this statement hide gray areas?

Mueller remains cautious on one crucial point: no precise indication of the actual weight of Schema.org author in the ranking algorithm. He confirms that Google wants this data, but never explicitly states whether it directly influences ranking or is only used for SERP display.

Our field observations suggest that the impact is indirect but measurable. For YMYL queries (health, finance, legal), sites with well-structured Schema.org authors linked to credible external profiles (LinkedIn, Twitter, institutional sites) tend to perform better. Correlation does not mean causation, but the pattern is recurring. [To be verified]: does Schema.org author directly feed E-E-A-T evaluation systems or just rich snippets?

Are all sites affected in the same way?

Let’s be honest: a pure e-commerce site has no need to mark authors on its product sheets. Schema.org Product is sufficient. However, an editorial site (blog, media, UGC content platform) that ignores author markup misses out on display opportunities and likely E-E-A-T signals.

The nuance lies in hybrid sites: marketplaces with integrated blogs, SaaS with resource centers, etc. Here, segmentation is necessary. In-depth articles and guides require rigorous author markup. Transactional commercial pages do not. Unfortunately, many CMS apply Schema.org Article blindly to all pages, diluting the relevance of the signal.

What are the risks of leaving rel=author in place?

Technically, no penalty risk. Google simply ignores the tag. But maintaining dead code in your templates is unnecessary technical debt. Worse, some CMS or WordPress plugins continue generating these obsolete tags automatically, creating noise in the source code.

The real issue: the confusion between old and new standards. We often see sites implementing both rel=author AND Schema.org author, but with contradictory information (different names, mismatched profile URLs). Google must then arbitrate, and there’s no guarantee it will choose the correct source. Clean up your implementations.

Be cautious of obsolete WordPress plugins that still automatically generate rel=author. Check your templates and disable any functionality related to this dead tag.

Practical impact and recommendations

How to migrate from rel=author to Schema.org?

The first step: audit the existing setup. Scan your templates to identify all occurrences of rel=author and rel=me (used to link Google+ to the site). Remove them entirely. Also, check your WordPress plugins (Yoast, Rank Math, All in One SEO): some older versions still generate these tags by default.

Next, implement Schema.org Article in JSON-LD on every page of editorial content. The author property should point to a Person object with at least a name and url (link to the site's author page). Add sameAs to link to credible social profiles (LinkedIn, Twitter) if the author has them. Test with Google's Rich Results Test to identify errors and warnings.

What mistakes lead to failure in author markup?

Mistake #1: using an empty or generic author object. We often see sites putting 'Admin' or 'Editorial Team' as the author name. Google will never value this. If the author is anonymous or collective, it's better to omit the property than fill it with a placeholder.

Mistake #2: inconsistency between Schema.org and visible display. If the name displayed in the article differs from the name in JSON-LD, Google may ignore the markup. The same applies to the URL: the url property of the Person object must point to a real indexable author page, not an external social profile as the primary choice.

Should dedicated author pages be created even for small sites?

Yes, if you have multiple regular contributors and are focusing on editorial expertise. A well-constructed author page (bio, list of articles, links to external profiles, possibly a photo) enhances E-E-A-T credibility. It also provides an indexable target for the Schema.org url property.

For a single-author blog or a corporate site with 2-3 articles a year, it’s probably overkill. In that case, use the 'About' page as the author URL and ensure it contains a substantial bio and links to credibility proofs (LinkedIn, external publications, certifications).

  • Remove all occurrences of rel=author and rel=me from templates and plugins
  • Implement Schema.org Article with the author property (type Person) on editorial pages
  • Create dedicated indexable author pages with bio and list of publications
  • Link author.sameAs to credible social profiles (LinkedIn prioritized)
  • Check the consistency of name/URL between JSON-LD and visible display in the article
  • Test each implementation with Rich Results Test and correct any detected errors
Transitioning from rel=author to Schema.org is not just a simple technical replacement. It requires rethinking the information architecture around authors, creating credible dedicated pages, and maintaining strict consistency between structured data and visible content. For complex editorial sites with dozens of contributors, implementation can quickly become laborious. If your team lacks technical resources or you want to ensure compliance with Google's recommendations, engaging a specialized SEO agency can accelerate the process and avoid costly visibility errors.

❓ Frequently Asked Questions

Puis-je garder rel=author en plus de Schema.org par sécurité ?
Non, c'est inutile et source de confusion. Google ignore totalement rel=author depuis des années. Conserver cette balise ne fait que polluer votre code source sans aucun bénéfice SEO.
Schema.org auteur est-il obligatoire pour apparaître dans les SERP ?
Non, vos pages peuvent indexer et ranker sans ce balisage. En revanche, vous perdez l'opportunité d'afficher le nom d'auteur en rich snippet, ce qui peut impacter le CTR sur certaines requêtes.
Dois-je baliser un auteur sur mes fiches produit e-commerce ?
Non. Schema.org Product suffit pour les fiches produit. Le balisage auteur concerne uniquement les contenus éditoriaux (articles, guides, billets de blog) où l'expertise du créateur compte.
Quelle URL utiliser pour la propriété author.url en Schema.org ?
Privilégiez une page auteur interne dédiée et indexable. Si elle n'existe pas, utilisez la page À propos. Évitez de pointer directement vers LinkedIn ou Twitter comme URL principale, réservez ces liens pour author.sameAs.
Le balisage auteur influence-t-il directement le classement dans Google ?
Google n'a jamais confirmé officiellement que Schema.org auteur soit un signal de ranking direct. Les données structurées auteur alimentent probablement les systèmes E-E-A-T et améliorent le CTR via les rich snippets, ce qui influence indirectement les positions.
🏷 Related Topics
Domain Age & History Content Discover & News JavaScript & Technical SEO

🎥 From the same video 11

Other SEO insights extracted from this same Google Search Central video · duration 1h18 · published on 19/10/2018

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