• Resolved Andry

    (@blackstar1991)


    Hi, on my site I use SEO Plugin – Yoast SEO

    I ran into a problem that plugin UM creates its own meta data without paying attention to installed plugins. I show examles — it’s page User

    https://joxi.ru/brRbyVLT8y59lr https://joxi.ru/4AkxDBvTVNWzdr it creates 2 tags for robots

    <meta name="robots" content="max-image-preview:large">
    .....
    <meta name="robots" content="noindex, nofollow">

    but than I activate SEO plugin and got 2 other meta name="robots"

    https://joxi.ru/GrqNDOzibnoaVm If in SEO plugin activate this option By Default https://joxi.ru/MAjXDYGiYRn5Om

    <meta name="robots" content="index, follow, max-image-preview:none, max-snippet:-1, max-video-preview:-1, noimageindex"> 
    ......
    <meta name="robots" content="noindex, nofollow">

    How can I fix this problem ? I want that UM don’t create this instrutin if already instaled Yoast SEO

    PS my header.php

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
        <meta charset="utf-8">
        <?php wp_head(); ?>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
        <meta name="theme-color" content="#1F1D2C">
    
        <!-- FAVICON -->
        <link rel="shortcut icon" href="<?php echo get_template_directory_uri() ?>/images/favicon/favicon.ico" type="image/x-icon">
        <link rel="apple-touch-icon" href="<?php echo get_template_directory_uri() ?>/images/favicon/apple-touch-icon.png">
        <link rel="apple-touch-icon" sizes="72x72" href="<?php echo get_template_directory_uri() ?>/images/favicon/apple-touch-icon-72x72.png">
        <link rel="apple-touch-icon" sizes="114x114" href="<?php echo get_template_directory_uri() ?>/images/favicon/apple-touch-icon-114x114.png">
    </head>
    <body>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplication is metadata’ is closed to new replies.