Enfold adds the rel=”author” tag to the header, if we add the social profile in the settings.
That tag is not correct, if we add the Google page URL and not the Google profile URL.
Because a Google page can not be an author, its the publisher.
Page:
<link rel=”publisher” href=”https://www.google.com/+MyPage”/>
Profile:
<link rel=”author” href=”https://www.google.com/+MyProfile”/>
Also, its not allowed to add the rel”author” tag to the blog, category or tag page. Only to articles!
And the rel=”publisher” tag should only be added to the startpage…
How can we remove that tag?
I would also suggest to complete remove that feature, all SEO plugins can do that.
Hi gmmediadienste!
Please go to Appearance > Editor and open Functions-enfold.php file and find
rel="author"
and remove it. You can request such changes here – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
This is not a feature request, this is a bug.
No matter if you use a profile or a page, the output is wrong.
Also, its not allowed to add the rel=”author” tag to the blog, category or tag page. Only to articles!
And the rel=”publisher” tag should only be added to the startpage…