Home › Forums › WoodMart support forum › metatag title and description metatag title and description This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago by Elise Noromit. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts August 1, 2021 at 3:25 pm #309954 lenamtlParticipant How can I add manual meta-tag for title and descritpion into your theme without the use of a plugin? August 1, 2021 at 3:57 pm #309955 lenamtlParticipant And I would like to remove <meta name="generator.... and I would like to add extra info to <meta name=’robots’ content=’max-image-preview:large’ /> noarchive, noodp, noydir August 2, 2021 at 7:49 am #310061 Elise NoromitMember Hello, Please add this code to the funtions.php of the child theme: remove_action( 'wp_head', 'wp_generator' ); add_action( 'wp_head', function() { echo '<meta name="robots" content="max-image-preview:large">'; } ); Best Regards Author Posts Tagged: metatag Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to create new topics. Login / Register