• Resolved Mia1031

    (@mia1031)


    Hi,

    I am having trouble adding my meta tag description in my WordPress. I’ve added the meta tags generically like the following but it doesn’t seem to change on google search. Please advise.

    <head> <!– Header starts here –>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <title><?php bloginfo(‘name’); ?> | <?php is_home() || is_front_page() ? bloginfo(‘description’) : wp_title(”); ?></title> <!– Website Title of WordPress Blog –>

    <meta name=”description” content=”Experience luxury VIP treatment with Tokyo Luxe. Fully customized packages just for you and your friends, we are the one
    and only concierge to offer you fine dining, transportation, exclusive bars, and exclusive local experiences.” />

    <meta name=”keywords” content=”luxury VIP tokyo, fine dining, Tokyo local experiences, tokyo luxe, tokyo vip, tokyo exclusive bars, transportation in tokyo” />

    <link rel=”icon” type=”image/png” href=”<?php echo $data[‘wm_favicon_upload’];?>”>
    <link rel=”profile” href=”http://gmpg.org/xfn/11&#8243; />
    <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” /> <!– Style Sheet –>
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /> <!– Pingback Call –>

    Do I need to add anything else?

    Mia1031

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding meta tag description in wordpress’ is closed to new replies.