search engine shows page auther
-
Hi
i am looking for some code to hide the authors name from google
my page is found which is great but it displays the site description followed by the authors name
any css out there to hide the authors name?
ta
MWThe blog I need help with is: (visible only to logged in users)
-
CSS will hide the author in a browser, but that information is still in the HTML markup for the search engines to see, it just wouldn’t display to normal visitors. In order to totally remove the author, would require editing of the PHP script files, and we cannot do that at WordPress.com. If you wish to hide it from normal visitors, the following CSS will do that.
.by-author { display: none; }
- The topic ‘search engine shows page auther’ is closed to new replies.