Customize max-image-preview value
-
My WordPress install added a meta robots tag above the one added by The SEO Framework which set
max-image-preview:large. Addingremove_filter( 'wp_robots', 'wp_robots_max_image_preview_large' );I was able to remove the duplicate robots tag so TSF is the only one.The one problem I’m still having is that the extension sets the value
meta name="robots" content="max-snippet:-1,max-image-preview:standard,max-video-preview:-1" />. Here the max-image-preview is “standard”. I’d like to set this to “large”.What is the best way to do this?
WP version: 5.7.1
TSF version: 4.1.3
The topic ‘Customize max-image-preview value’ is closed to new replies.