• Hi,
    I tried looking for something in the header.php file and saw this
    code:

    <head>
    	<meta charset="<?php bloginfo( 'charset' ); ?>" />
    	<meta name="viewport" content="width=device-width" />
    	<title><?php wp_title( '|', true, 'right' ); ?></title>
    	<link rel="profile" href="https://gmpg.org/xfn/11" />
    	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    	<?php wp_head(); ?>
    </head>

    What is the purpose of this code?
    I have Yoast SEO plugin if it makes any difference.

Viewing 3 replies - 1 through 3 (of 3 total)
  • this code is used for title and meta tags but when you used plugin for SEO it`ll override with plugins setting..

    Thread Starter XLFR

    (@xlfr)

    So I need to delete it?

    If I want to add meta description and meta keywords
    I need to delete those lines first?

    no you dont need to delete that code just add meta descriotion and keywords in plugin setting..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What this code stands for?’ is closed to new replies.