Title Description Not Working
-
Hi,
Thank you for bringing this awesome plugin. I loved the Clean UI but i am not able to see it working. I have migrated from Yoast and deactivated the Yoast plugin. and have found all the Title and description is present on SeoPress filed box still output is default wordpress content and not from fileds. When i edit some text it start showing on preview but when i submit it. No changes have saved 🙁
What i do now??
The page I need help with: [log in to see the link]
-
Hi,
it seems your site is not public.
So you can’t see your title and meta description.
Disable noindex on your site.
This is something that we are going to change in a future release.Thank you. It is in test mode. Have disabled the deindex and meta property is shown correct. However, it doesn’t output it on <title>My Blog</title> It shows the default from WordPress title and description <meta name=”description” content=”Just another WordPress site” />
Can you please check it once again? Homepage and one blog and other pages.
Thank you.
-
This reply was modified 8 years, 3 months ago by
aryanrajseo.
Make sur everything is correct in SEO > Titles & metas > Home (and the other tabs).
YES, everything is correct. Please let me know if you need login. I don’t know why it is showing the default one. 🙁
Hi,
There is one more problem.
My permalink is /%postname%.html but still SEOPress is adding “/” here<link rel=”canonical” href=”https://example.com/hello-world.html/” />
There is 2 <link rel=”canonical” href=”https://example.com/hello-world.html/” /> and <link rel=”canonical” href=”https://example.com/hello-world.html” />
1. This solved the Title Problem.
function seopress_theme_slug_setup() { add_theme_support( 'title-tag' ); } add_action( 'after_setup_theme', 'seopress_theme_slug_setup' );2. The lastest update fixed the canonical error.
I’m glad everything is working well.
I close the topic.No,
1.Why the plugin itself not adding the above snippets?
2. The noindex function prevents showing title and description. Please fix it.1/ because it’s impossible to detect this. In addition, this method is in use since 2015! All the others are depreciated.
2/ In to do list, ETA 1 month
Hi, the canonical problem appeared again when I updated the plugin.
My permalink is /%postname%.html but still SEOPress is adding “/” here
<link rel=”canonical” href=”https://example.com/hello-world.html/” />
There is 2 <link rel=”canonical” href=”https://example.com/hello-world.html/” /> and <link rel=”canonical” href=”https://example.com/hello-world.html” />
Recently iT WAS fixed and converted into
<link rel=”canonical” href=”/hello-world.html” />Not know why it is not working.
Also, Title description not output when in Noindex mode. Please fix it.
Hi,
you remove the end slash in SEO -> Advanced -> check Disable trailing slash for metas and save.Make sure your theme (or a plugin) does not write another canonical meta.
About Title description not output when in Noindex mode: in progress.
Hi, Thank you.
1. There is still two canonical URLs are present. I am using Genesis theme. The theme is adding that extra tag. Now what should i do?? Genesis has inbuilt SEO settings but i haven’t touched them and also disabled it. But it doesn’t seem to work.
2. Social warfare PRO addon adds extra Social Meta tag and not respect SEOPress. I have also contacted them about this issue but have not received any reply.
Thanks.
Hi,
1/ you have to edit your theme to remove this (maybe there is a theme options).
2/ 2 possibilities: using another plugin, or, deactivate Social meta tags in SEOPress (toggle the green checkboxe).Hi,
1. That was adding from WordPress core. Tried using the default theme and canonical URL was present.
Have you not faced this problem?? it is with default installation and not remove the Default canonical after activating SEOPress.
Tried many filters but none of them seems to work.
Added this in functions.php but not worked. 🙁add_action( ‘wp_head’, ‘rel_canonical’ );
2. I want to use SEOPress Meta so i don’t think it will work. There will be two best solution is to add a remove filter in SEOPress for Social warfare pro or THE Social warfare plugin team itself remove these functions for SEOPress like they do for Yoast SEO.
https://warfareplugins.com/support/open-graph-twitter-cards-yoast-seo/#section_3
1/ Yes we hook on it. We don’t add canonical. We edit the default one.
2/ Just toggle the green checkboxe Social in SEO > Dashboard. -
This reply was modified 8 years, 3 months ago by
The topic ‘Title Description Not Working’ is closed to new replies.