• Hi
    I wanted to know does it have bad influence my SEO if i hide featured images from my blog posts with plugin or code?
    Do you recommend using code or plugin?
    Thank you

    • This topic was modified 6 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Thread Starter rosha90

    (@rosha90)

    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

    Thread Starter rosha90

    (@rosha90)

    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.

    Thread Starter rosha90

    (@rosha90)

    Thank you Kartik
    I will test that.
    Hope it’s effective.
    Thank you so much for your help.
    Rosha

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Hiding featured image’ is closed to new replies.