I’m running a WordPress site and having a tag on the site is a good practice for SEO purpose.
But it is taking a lot of spaces and I figure that not many people will actually find anything using tags. I guess it is only good for SEO purpose like google to index them or something like that.
The question is how can I hide that content and stop it from being display on the screen but not on the source code and not to take the space, meaning I can use that space to display something else but that tags still exist in the source code.
Thanks
Just use
display: noneon the content you want to hide, that won’t reserve the space, will hide your information and you’ll still be able to see it in the source code :).