Page Not Found on Account and Userlogin page <Titles>

convct

New Member
Hi Victoria, thanks for replying. I'm using the Davinci theme and there is already a user login page, the URL is below. The page works fine, the problem is the <title> element is not getting pulled in. I cannot find where this is edited within the plugin. Am I missing something or is it a bug?

https://omgskulls.com/userlogin

This is what is displaying between the head tags

<head>
<meta charset="utf-8">
<meta content="True" name="HandheldFriendly">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<title>Page not found | OMG! Skulls</title> <link rel="shortcut icon" href="//omgskulls.com/wp-content/uploads/2017/07/omgSkulls_favicon.png">

<link href="https://omgskulls.com/wp-content/themes/davinci/css/ic.css?1000" media="all" onload="if(media!='all')media='all'" rel="stylesheet">
<link href="https://omgskulls.com/wp-content/themes/davinci/css/bootstrap.min.css?1000" rel="stylesheet">
<link href="https://omgskulls.com/wp-content/themes/davinci/style.css?100" rel="stylesheet">

<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]--> <!--[if lt IE 7]>
<link href="https://omgskulls.com/wp-content/themes/davinci/css/ic-ie7.css" rel="stylesheet"> <![endif]-->


<!-- This site is optimized with the Yoast SEO plugin v5.2 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="robots" content="noindex,follow">
<!-- / Yoast SEO plugin. -->
 

Victoria Kudryashova

Administrator
Hi Victoria, thanks for replying. I'm using the Davinci theme and there is already a user login page, the URL is below. The page works fine, the problem is the <title> element is not getting pulled in. I cannot find where this is edited within the plugin. Am I missing something or is it a bug?

https://omgskulls.com/userlogin

This is what is displaying between the head tags

<head>
<meta charset="utf-8">
<meta content="True" name="HandheldFriendly">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<title>Page not found | OMG! Skulls</title> <link rel="shortcut icon" href="//omgskulls.com/wp-content/uploads/2017/07/omgSkulls_favicon.png">

<link href="https://omgskulls.com/wp-content/themes/davinci/css/ic.css?1000" media="all" onload="if(media!='all')media='all'" rel="stylesheet">
<link href="https://omgskulls.com/wp-content/themes/davinci/css/bootstrap.min.css?1000" rel="stylesheet">
<link href="https://omgskulls.com/wp-content/themes/davinci/style.css?100" rel="stylesheet">

<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]--> <!--[if lt IE 7]>
<link href="https://omgskulls.com/wp-content/themes/davinci/css/ic-ie7.css" rel="stylesheet"> <![endif]-->


<!-- This site is optimized with the Yoast SEO plugin v5.2 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="robots" content="noindex,follow">
<!-- / Yoast SEO plugin. -->
If you use Yoast seo plugin you can change it in Titles and Metas setting.
 

convct

New Member
Hi Victoria, I'm aware of the settings in Yoast and yes you can set the <title> there for the following:
  1. Posts
  2. Pages
  3. Media
  4. Products
So, Posts is for the Blog section. The Pages section do not cover the Account and User Login Pages. Nor can these pages be edited from the customisation section so sorry but these are all things I've looked at. I believe this is something I need a developer to look at....

Ah!!!

You were partly right, this is something that is being affected by the Yoast Plugin.

I have deactivated the Yoast Plugin and no longer get the 404 errors - I still need a developer to look in to this though.

Now the problem is either that the PHP needs tweaking by AliDropShip Plugin Developers as they have developed the template or Wordpress or Yoast. Could you ask a developer to look at this and offer an opinion? I have some ability with code but not enough to look and see the problem quickly whereas the Plugin Dev's would probably be able to tell me what I'm looking at changing quickly.

Thanks for your suggestions... I wonder is I can simply tell Yoast to ignore these pages? I will continue to look in to it and update this thread for anyone else using Yoast, it really is a very good plugin to use.
 

convct

New Member
Thank you, I also came to this same conclusion while looking for a way to have Yoast exclude the pages. I've been unable to locate these pages in the XML site map or in the pages manager within WP dashboard. I was going to add the page ID manually. Are these core files? I'm posting a link to XML Site Map below.

https://omgskulls.com/sitemap_index.xml

I'm using WP Security, though this does not appear to interfere with this issue in any way.
 

Keyur Amin

Member
Thank you, I also came to this same conclusion while looking for a way to have Yoast exclude the pages. I've been unable to locate these pages in the XML site map or in the pages manager within WP dashboard. I was going to add the page ID manually. Are these core files? I'm posting a link to XML Site Map below.

https://omgskulls.com/sitemap_index.xml

I'm using WP Security, though this does not appear to interfere with this issue in any way.
Did you manage to find a solution to this problem?
By the way, you won't find the page IDs as these pages are dynamically generated. Also hiding from search engines doesn't make any difference because the title can still be read by real users who will browse their Account, Login or Orders page!
 

convct

New Member
My only concern is the users not seeing page not found while browsing the account of logging in. Search engines are secondary concern. The plugin appends the title. I haven't investigated this properly. Yoast is being pulled in so there must be a way to exclude it. Will look in to this again later this week, but anything I do figure out I'll post here anyway. I may just email Yoast, will probably get the answer right away then. Open to suggestions. Falling all else I'll start digging in to it on the WordPress forums - must be common
 

Harshad

New Member
Has anyone found a solution to this? The store/cart page loads fine but the title says "Page Not Found".. using Yoast SEO.
 
Top