Tagged: author archive
-
AuthorPosts
-
November 3, 2015 at 6:43 pm #529566
Hi,
One of my clients using the Enfold theme is not amused about the author archive page showing up in the search results. Is there a way to hide, disable or remove the page? Or to prevent showing up in the search results?
November 4, 2015 at 5:03 pm #530236Hey BuroStaal!
about which kind of search results are you talking about?
Cheers!
AndyNovember 4, 2015 at 6:39 pm #530342Sorry, the Google Search Results. The Author Archive pages showed up in Google and my client didn’t appriciated it.
November 5, 2015 at 8:22 am #530565Hi,
You can block search engines via your robots.txt file, here’s a guide how to do it: http://tools.seobook.com/robots-txt/
Best regards,
RikardNovember 19, 2015 at 6:58 pm #539165Hi Rikard,
Thnx for the link, I didn’t know that! So if I put this lines in my robot.txt it prevends Google from showing the author pages?
User-agent: *
Disallow: /author/I’m not really sure, because ‘author’ isn’t a directory or something, I hope you know if it’s okay like this.
November 21, 2015 at 4:25 am #540067Hey!
Yes, that will work but i think it should cover more URLs, refer to this reply:
https://wordpress.org/support/topic/how-to-completely-remove-authorusername-url#post-3961402Cheers!
JosueApril 12, 2017 at 4:46 pm #776802I inserted the below to my robots.txt file on Monday (April 3) however the author page is still appearing on google search for the site. Is there anything else specifically that I need to do? I read both articles referenced on this thread along with the links referenced within those links.
Please advise.User-agent: *
Disallow: /author/
Disallow: /author
Disallow: /author*
Disallow: /author/*Thank you
April 13, 2017 at 7:20 am #777060Hi,
I think you will have do something in your Google Webmaster account as well to request that they not be shown, I’m not sure how to do that though. Only adding that to your robots.txt file will likely not change anything in Googles index.
Best regards,
RikardNovember 6, 2017 at 4:38 am #872900If you have Yoast SEO plugin installed (free version), go into “Titles & Metas”, then, in the “Archives” tab, the first section is “Author Archives”. Make sure it’s set “disabled,” then save changes, clear your cache, and the problem should be solved. This resulted in my “About Author” page disappearing, and my 404 to Homepage plugin sending people straight to the homepage. Hope this is helpful!
November 6, 2017 at 2:16 pm #873057November 6, 2017 at 6:18 pm #873243Thanks!!
December 20, 2018 at 12:35 am #1047491Hi,
I follow this instructions and still when you look at the ource code of my homepage you can see the vcard author.
Do you have another solution ?
Thanks a lot,
ClémentDecember 20, 2018 at 1:49 pm #1047696Hi Blue_Bear,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Could you please attach some screenshots of the issue?
Best regards,
VictoriaDecember 20, 2018 at 2:04 pm #1047714Hi,
Please find enclosed a screenshot of the source code of the home page where you can see the vcard author and below the temporary acces to the website.
Thanks,
Clément
December 20, 2018 at 7:10 pm #1047879Hi Clément,
Thank you for that. Can you disable caching and minification for now?
Best regards,
VictoriaDecember 20, 2018 at 8:17 pm #1047916it’s done
best regards,
clementDecember 23, 2018 at 9:52 pm #1048906January 3, 2019 at 7:58 pm #1049703Hi Victoria,
Thanks for your reply. I works ! but partialy. I still have a vcard for the post from the blog.
Thanks a lot.
Happy new year !!
Clément- This reply was modified 5 years, 10 months ago by Blue_Bear.
January 5, 2019 at 5:35 am #1050184Hi Clément,
Thanks for the update, I’m not sure if you still need help though? If you do then please let us know.
Best regards,
RikardJanuary 5, 2019 at 12:38 pm #1050306Hi Rikard,
Sorry if it was confusing, yes I still need your help cause you still can see a vcard author in the source code :
I think this mention comes from another file that why it’s still here but wich one?
Thanks,
ClémentJanuary 6, 2019 at 12:45 am #1050439Hi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function remove_vcard_author(){ ?> <script> (function($){ $(document).ready(function(){ $(".av-masonry-author").removeClass("vcard author"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'remove_vcard_author');
Best regards,
MikeJanuary 10, 2019 at 4:17 pm #1052368Hi Mike,
It’s not working apparently :/
Best regards,
ClémentJanuary 10, 2019 at 4:49 pm #1052375i did not remove it but redirect it via htaccess entry to a custom portfolio entry.
like:
Redirect 301 /author/name/ https://homeurl/portfolio-item/name/
so you got your own custom things for the authors
January 10, 2019 at 4:59 pm #1052378Hi Guenni007,
Can you give me more detail please? Is it not a security issue that you can see author name in the code source? It is the first step to hack your site ? Am I wrong ?
Thanks a lot !
ClémentJanuary 10, 2019 at 5:18 pm #1052382Depends on your passwords!
In principle you are of course right that the username should not appear – but f.e. the name ( Display name publicly as ) that was specified in the profile.
Maybe a mod knows a good replacement for those permalinks – not to use the username but the name instead.there was a little plugin for that : Display Name Author Permalink
so the permalink is with the nice-name and not the username.
And on meta description this name is set too: so your Name might be yellow-feather but your username is blue_bear ;)But i do not test it – i only read about that
January 10, 2019 at 6:03 pm #1052402this here seems to work better: https://wordpress.org/plugins/edit-author-slug/
you will have then additional fields to customise the permalink structure and the shown name – which is not the loggin User name
Edit: if you want to create it afterwards – i guess you have to refresh permalinks and edit for each user the account info !
-
AuthorPosts
- You must be logged in to reply to this topic.