Open CAberry opened 6 years ago
Hi @CAberry What is SEO Framework?
Hi @VaLeXaR. It is a great SEO plugin which is much more user friendly than Yoast (and well developed).
Check it out: https://wordpress.org/plugins/autodescription/
Thanks @ladislavsulc ! @VaLeXaR tell me if you need any more infos. I'll try to provide what I can.
@CAberry I will not add support for The SEO Framework in the basic version. Many integrated plugins take a lot of time and work. In the free version, increasing the number of supported plugins is not profitable.
Pinging @sybrew, The SEO Framework author to make him aware of compatibility issue. There might be also problem with sitemaps (unverified) as seen in TSF WordPress support forums. 🤖 Beep boop, that’s all I have to say, have a nice day!
Create wpm-config.json
file in your theme root
In there write:
{
"post_fields": {
"_genesis_title": {},
"_genesis_description": {},
"_social_image_url": {},
"_genesis_canonical_uri": {},
"redirect": {},
"_open_graph_title": {},
"_twitter_title": {},
"_open_graph_description": {},
"_twitter_description": {}
},
"admin_pages": [
"toplevel_page_theseoframework-settings"
],
"options": {
"autodescription-site-settings": {
"homepage_title": {},
"homepage_description": {},
"homepage_title_tagline": {},
"homepage_og_title": {},
"homepage_og_description": {},
"homepage_twitter_title": {},
"homepage_twitter_description": {},
"facebook_appid": {},
"facebook_publisher": {},
"facebook_author": {},
"twitter_site": {},
"twitter_creator": {},
"knowledge_name": {}
}
}
}
Hi !
I really hope i'm posting in the right area. Thanks for this great plugin by the way. I encounter an issue tho. I have installed The SEO Framework.
It seems that when I save a page or a post in different languages, the wp-multilang erases the data of seo title and meta desc. If I want to have multilingual title and desc I need to edit manually with the following:
Title -> [:en]Page title[:fr]Titre de la page[:nl]Pigina titel[:] Desc -> [:en]Page description[:fr]Description de la page[:nl]pagina beschrijving[:]
Is this a normal behavior? I wish I had a way to not rewrite seo every time I edit a page or post. I'm sorry if I wasted your time on this issue.
Thanks,