How do I stop the tags from showing.
OhEddie
Registered Users Posts: 337 Major grins
I add tags in LR and upload to SM because tags are a good thing for SEO purposes, correct? However, I do not want the tags to show when anyone views my site. It looks messy.
http://www.hadephoto.com/PORTFOLIO/The-People/
http://www.hadephoto.com/PORTFOLIO/The-People/
Blessed are those who remain flexible, for they shall not get bent out of shape.
0
Comments
http://www.hadephoto.com/keyword
You could probably customize the /keyword page to only show the keyword/tags content box
when logged in as owner. The box is a locked default Smugmug block so you can't delete it.
Something like this in CSS would hide it from visitors. But CSS can be overridden with developer tools.
.sm-page-widget-keywords {display: none}
.sm-user-owner .sm-page-widget-keywords {display: block}
Then with additional CSS hide them under the photos.
Biggest but, I've heard Google will not index anything hidden.
My Website index | My Blog
I would recommend taking the time to edit your keywords to remove those.
You also might want to change the property that specifies that these should be generated by going to Account Settings... Discovery... Filename keywording.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
I'll attempt to clean it up.