Wrong title tag
-
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 .
- This topic was modified 6 years, 7 months ago by .
- This topic was modified 6 years, 7 months ago by .
- This topic was modified 6 years, 7 months ago by .
- This topic was modified 6 years, 7 months ago by .
- This topic was modified 6 years, 7 months ago by .
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Wrong title tag’ is closed to new replies.