Conversation
supportI installed the plugin, but the plug-in deletes the meta description in the html <meta name=”description” content=… When I disable the plugin the meta description is back again in the code of the yoast part of the head. https://wordpress.org/plugins/wp-seo-yoast-integration-mq-translate/
The same problem about me. Site is http://www.georgia-tours.eu/
Hi, Thanks for the report. If the meta description is empty, It’s not printed. There was a bug in the UI and the fields wasn`t showed correctly. Try now. If the mistake persist, could you give me more details? Thanks in advance.
Hi, I have updated and still the same. Also, my second language is Russian, and analyse of it is incorrect, is says that key word is used 8 times, but it is only 2 times… site is http://www.georgia-tours.eu/ When I disable plugin, meta description appears.
If you need I can help you in testing of plugin.
Thanks for your help. I’ve found the bug in the analisys. The content (body of a post) is being analized without filtered by language. I’ll correct it as soon as i can. About the meta description, i dont have a clue about what is going on to not appear. In a fresh installation it is working. I’ve realized that you are using a cache plugin, so try to deactive it. Also, the content in russian language is not displayed in the whole site. It seems to have a problem with the translations because the content in english and russian are displayed in the same page. Thus, your shortcodes are not being rendered. Maybe a theme problem?
I had the same problem. Go to frontend/class-frontend-mqtranslate-integr.php and put echo “<meta name=’description’ content=’$metadesc’ />”; after if ( ( ! is_string( $metadesc ) || ” === $metadesc ) && ” !== $template ) { if ( ! isset( $term ) ) { $term = $wp_query->get_queried_object(); } $metadesc = wpseo_replace_vars( $template, $term ); }
Thanks for your tip. I think i’ve found the bug. The print code was missing. The plugin is updated now.
The same problem about me. Site is http://www.georgia-tours.eu/
Hi, Thanks for the report. If the meta description is empty, It’s not printed. There was a bug in the UI and the fields wasn`t showed correctly. Try now. If the mistake persist, could you give me more details? Thanks in advance.
Hi, I have updated and still the same. Also, my second language is Russian, and analyse of it is incorrect, is says that key word is used 8 times, but it is only 2 times… site is http://www.georgia-tours.eu/ When I disable plugin, meta description appears.
If you need I can help you in testing of plugin.
Thanks for your help. I’ve found the bug in the analisys. The content (body of a post) is being analized without filtered by language. I’ll correct it as soon as i can. About the meta description, i dont have a clue about what is going on to not appear. In a fresh installation it is working. I’ve realized that you are using a cache plugin, so try to deactive it. Also, the content in russian language is not displayed in the whole site. It seems to have a problem with the translations because the content in english and russian are displayed in the same page. Thus, your shortcodes are not being rendered. Maybe a theme problem?
I had the same problem. Go to frontend/class-frontend-mqtranslate-integr.php and put echo “<meta name=’description’ content=’$metadesc’ />”; after if ( ( ! is_string( $metadesc ) || ” === $metadesc ) && ” !== $template ) { if ( ! isset( $term ) ) { $term = $wp_query->get_queried_object(); } $metadesc = wpseo_replace_vars( $template, $term ); }
Thanks for your tip. I think i’ve found the bug. The print code was missing. The plugin is updated now.