Hi, I just started a blog and made the first post. I notices the tags are placed at the bottom of the post making it a little unattractive. Is there a way to remove them visually but keep them in the posting for search engines?
depending on your themes (need to check it for details) normally: (example on my site) http://tinbaohiem.com/wp-content/themes/vinaora/single.php find the_tags and remove it
lamvt is right. The only way to remove them from public view is to modify your single.php template and remove the code for this. What does simple tags have to do with tag's showing up on the single posts? Will this plugin modify the single post template and remove the coding?
As snakeair says you have to Check single.php file and have to find code related to tag. Some themes have separate tag.php file
I've wandered around template files to remove this just to find out my auto-tagging plugin was the culprit. Throwing it out there just in case.
There are some themes, especially theme frameworks, where you don't have easy access to the single.php file, and it requires a bit more work. The easiest thing to do would be to let us know what theme you are using.