What is Google Authorship and how can it will beneficial for SEO?

Dani AI

Generated

Brief summary and timeline: Google Authorship was an experiment that let publishers link articles to Google+ profiles (via rel=author) so an author byline/photo could appear in search results. That experiment was wound down in mid‑2014 (author photos were removed in June 2014) and Google stopped supporting authorship markup in web search in late August 2014. (searchinfluence.com)

Why that matters now (and what , and others were getting at): there is no “turn on authorship” setting in Search Console today. The modern approach is to make authorship visible on the site itself (clear bylines and author pages) and to use current structured data so search engines can understand who created the content. Google now points site owners to Article/author markup (JSON‑LD / schema.org) and to publish clear author information as part of people‑first quality signals. (developers.google.com)

Practical, low‑effort checklist (apply these instead of chasing the old rel=author flow):

  • Add an on‑page byline that links to a dedicated author profile page (name, short bio, credentials, links to other work).

  • Add Article + Person structured data (JSON‑LD) including author.name and author.url. Example:

    {
      "@context": "https://schema.org",
      "@type": "Article",
      "headline": "Article title here",
      "author": {
        "@type": "Person",
        "name": "Jane Doe",
        "url": "https://example.com/authors/jane-doe"
      },
      "datePublished": "2015-01-16"
    }

    Follow the Article schema best practices when populating fields. (developers.google.com)

Testing and cautions: validate markup with Google’s Rich Results Test or the Schema Markup Validator and monitor Search Console for coverage/errors. Don’t block author pages with robots/noindex; keep names consistent across content; avoid generic bylines like “Admin.” Even with correct markup, Google may or may not surface bylines/photos in results, but the technical signals and visible bios help credibility and the E‑E‑A‑T signals that Google’s quality systems evaluate. (developers.google.com)

Short, actionable changes like visible bylines, complete author pages, and JSON‑LD author markup yield durable credibility improvements today—more useful than trying to re‑enable the old authorship experiment.

Recommended Answers

All 9 Replies

Member Avatar for Member #278510

According to Google, the Authorship program no longer exists.

  • You can try using their alternative which is "rich snippets" or whatever is showing there on that page as another option to the Authorship.

  • I belive it was a project to enhance a website's viewability on search result pages; correct me if I'm wrong though, wouldn't be the first time.

According to my knowledge google authorship is a programe which google start for the authors. Through this authorship google show the author information with image in serach rezults. This programe is very benefitial for the authors. This program is very benefitial for the the SEO.

Thanks To All For There Valuable Comments.

No worries if you have got your answer then you can set this thread as answered instead of thanking us all over here ! :)

I think it is a way to link content you create with a Google+ profile.

How to activete authorship in google webmaster tool , my rich snippet is working in structured data tool?

Google Authoreship has been removed. Please be updated and then post.

:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.