• Resolved Andrew

    (@andrew1972)


    Hi all

    I am having a bit of a nightmare with my site on Google. I have submitted my https://beeswebsites.co.uk/sitemap_index.xml to Google and think I have correctly adjusted my settings not to index images, but Google is still listing “Man Writing” and other images within search results. Also, the results don’t seem to include the Meta description. Any help would be hugely appreciated.

    Many thanks, Andrew

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Md Mazedul Islam Khan

    (@mazedulislamkhan)

    If you’d like to exclude all of your images from the search results, you’ll need to use the following filter to your theme functions.php file:

    /* Remove Images From Yoast Sitemap */
    add_filter( 'wpseo_xml_sitemap_img', '__return_false' );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Google listing images in search’ is closed to new replies.