WPIntell

Source evidence

No meta description

Integration of Yoast wordpress SEO module with mqtranslate module · support · 2014-12-05T11:53:00+00:00

complaintsentiment
mediumseverity
0.93relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 31 rows with source links

6.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
dvr1207 unresolved
I 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.

Comments

7 shown
highlanderge 2014-12-19T05:23:00+00:00

The same problem about me. Site is http://www.georgia-tours.eu/

rufein 2014-12-20T06:47:00+00:00

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.

highlanderge 2014-12-21T14:56:00+00:00

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.

highlanderge 2014-12-22T14:01:00+00:00

If you need I can help you in testing of plugin.

rufein 2014-12-22T22:13:00+00:00

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?

Marian Petre 2015-01-12T21:06:00+00:00

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 ); }

rufein 2015-01-14T11:48:00+00:00

Thanks for your tip. I think i’ve found the bug. The print code was missing. The plugin is updated now.