{"id":315,"date":"2020-08-21T19:27:00","date_gmt":"2020-08-21T19:27:00","guid":{"rendered":"https:\/\/wshop.fi\/eng\/?p=315"},"modified":"2021-03-25T19:30:47","modified_gmt":"2021-03-25T19:30:47","slug":"seo-safe-css-hiding","status":"publish","type":"post","link":"https:\/\/wshop.fi\/eng\/seo-safe-css-hiding\/","title":{"rendered":"SEO Safe CSS Hiding: CSS Snippet"},"content":{"rendered":"\n<p>As far as I know, this is better for SEO when hiding an element with CSS. I believe it is better than display: none; and\/or visibility: hidden;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#thingamabob {\n    position: absolute;\n    left: -9999px;\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">CSS Hiding the SEO Safe Way<\/h2>\n\n\n\n<p>*Now if you hide a div with many h1, h2, h3, anchor tags, etc., it might not be so safe since I\u2019m sure you will get blacklisted.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As far as I know, this is better for SEO when hiding an element with CSS. I believe it is better than display: none; and\/or visibility: hidden; CSS Hiding the SEO Safe Way *Now if you hide a div with many h1, h2, h3, anchor tags, etc., it might not be so safe since I\u2019m [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":178,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":{"0":"post-315","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-coding"},"_links":{"self":[{"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/posts\/315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/comments?post=315"}],"version-history":[{"count":1,"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/posts\/315\/revisions"}],"predecessor-version":[{"id":316,"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/posts\/315\/revisions\/316"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/media\/178"}],"wp:attachment":[{"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/media?parent=315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/categories?post=315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wshop.fi\/eng\/wp-json\/wp\/v2\/tags?post=315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}