• I have web-site and i need to change meta title, descriptions etc. i have <title>title</title> and <?php wp_head(); ?> in template
    And something is rewriting it title. Yoast plugin is blank without any info. All in one seo didnt help to change title.
    There is no description because i want it from seo plugin.

    Ones i refreshed page and i saw every my change but after new refresh it disappeared.

    Here is what i see without title. In template title tag is not commented.

    
    <!-- <title></title>-->
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
        <title>F.A.Q -</title>
    
    <!-- This site is optimized with the Yoast SEO plugin v7.8 - https://yoast.com/wordpress/plugins/seo/ -->
    <link rel="canonical" href="https://www.sharkyandstephen.com/f-a-q/" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="article" />
    <meta property="og:title" content="F.A.Q -" />
    <meta property="og:url" content="https://www.sharkyandstephen.com/f-a-q/" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="F.A.Q -" />
    <!-- / Yoast SEO plugin. -->

    Once it refreshed fine

    <title>Title from teplate</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
        <title>Title from seo plugin</title>
    
    <!-- This site is optimized with the Yoast SEO plugin v7.9 - https://yoast.com/wordpress/plugins/seo/ -->
    <meta name="description" content="desc"/>
    <link rel="canonical" href="https://www.sharkyandstephen.com/f-a-q/" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="article" />
    <meta property="og:title" content="Title from seo plugin" />
    <meta property="og:description" content="desc" />
    <meta property="og:url" content="https://www.sharkyandstephen.com/f-a-q/" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:description" content="desc" />
    <meta name="twitter:title" content="Title from seo plugin" />
    <!-- / Yoast SEO plugin. -->
    • This topic was modified 6 years, 7 months ago by strogan.
    • This topic was modified 6 years, 7 months ago by strogan.
    • This topic was modified 6 years, 7 months ago by strogan.
    • This topic was modified 6 years, 7 months ago by strogan.
    • This topic was modified 6 years, 7 months ago by strogan.
    • This topic was modified 6 years, 7 months ago by Steven Stern (sterndata).

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    So if I am getting this right you want two title tags? Or you are getting two different title tags and only want to use one?

    I ask only because the HTML spec states there can only be one title element per document.

    There must be no more than one title element per document.

    Thread Starter strogan

    (@strogan)

    no. i want to find what is making 2nd title tag. i deactivated all plugins and it didnt help.
    And as i said if i rrefresh 10-20 times – 1 time it will be with good titles, descriptions(as i wanted)

    • This reply was modified 6 years, 7 months ago by strogan.
    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    i deactivated all plugins and it didnt help.

    Have you tried switching to a bundled theme like Twenty Seventeen to see if that removes that?

    Thread Starter strogan

    (@strogan)

    yes.it removes

    Thread Starter strogan

    (@strogan)

    When i changed them back there is new error with homepage. It is from from theme 25. But i refresh it few times it will show real homepage and after refresh it shows other homepage again. Other pages are fine all the time

    • This reply was modified 6 years, 7 months ago by strogan.
    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    I would suggest reaching out to the theme’s developer about that. Personally, I’m not familiar with theme 25 so I don’t really know where to begin for their support.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Wrong title tag’ is closed to new replies.