Hi there,

I’ve faced a problem with my twitter card. My website runs with WordPress CMS and I’ve been using yoast plugin. By using this plugin, I set the twitter card with “large image with summary.” The posts image are showing properly. But my website homepage image isn’t showing up. Please check below attachments.

Post image which has no problem with twitter card: Screenshot by Lightshot

Homepage image problem: Screenshot by Lightshot

Please check that and let me know how can I fix this problem.

Regards,
Md Saddam Hossain

Check the troubleshooting FAQ post. Your robots.txt file is blocking access to the image for that page.

1 Like

Hi,

Many thanks for your response. It worked before and I don’t change the robots.txt of my website. I’ve checked resources link your given. Can you please check my website robots.txt here http://seoloud.com/robots.txt ? And help me to find the disallow access of my website homepage image.

Regards,
Md Saddam Hossain

Yes, I already checked. You are disallowing all user agents (*) from accessing /wp-content which is where the image is stored.

1 Like

Thank you I really appreciate your help. :slight_smile: After removing the disallow code that the problem has fixed.