Hello rosha90,
If the Featured image does give you some traffic and you still want to remove those images then you can include those keywords in your other paragraph to save 1% traffic loss. Google always analyses user queries first, and if your blog post image is not related to it, then it will add zero impact in SEO
Featured image normally plays an important role when you share the blog post on social platforms.
Further, if you wish to hide the featured image, I would recommend doing it via the Code as installing the unnecessary plugins may impact your website, so better if that is handled via code.
Hope this information helps.
Thanks,
Kartik
Thank you Kartik for great information.
I don’t want to remove my featured image i just want the it not shown on the post.
Should i use code? What is your suggested code?
It’ll be great if you could help me.
Thanks
Rosha
Hello rosha90,
An ideal approach to just Hide the Featured image would be using the CSS.
CSS will just hide that and the featured image would still be associated with the post.
To suggest the code, I would need the link of your blog post which I can see and guide you further if that is not a problem.
Thanks,
Kartik
https://gardeshgaranshiraz.com/%d8%b4%d9%87%d8%b1%d8%b3%d8%aa%d8%a7%d9%86-%d8%b3%d8%b1%d9%88%d8%b3%d8%aa%d8%a7%d9%86/
This the link for one of posts i’m trying to hide it’s featured image.
Thank you.
Hello rosha90,
You can go to /wp-content/themes/traveler/css/styles.css
Line number #1447 and add below CSS code
.hover-img >img {
display: none;
visibility: hidden;
}
This will hide the featured image from your blog post.
Hope this helps.
Thanks.
Thank you Kartik
I will test that.
Hope it’s effective.
Thank you so much for your help.
Rosha