AMP Error: A value for the logo field is required

Posted in: Newspaper
Post count: 18

So after i checked my page with the google search console there appear many errors in required structured data element. So i figured out that no value for the logo field is set.
How can i fix that ?
https://raventools.com/blog/fix-common-amp-error-wordpress/
https://wordpress.org/support/topic/a-value-for-the-logo-field-is-required/
did not fix my problem and adding it to the header.php neither.

Post count: 35449

Hi,

Please provide me a link to your web site were I can inspect an AMP page, in this way I will be able to inspect the problem you have and I will provide you an working answer.

Thank you for your understanding!

Post count: 18

Thank you, im running 2 Pages with your theme. The first one (where the amp problem occurs) is , the second page with the same theme is (No amp problems here, but the logo url provided in the amp testtool is wrong https://search.google.com/structured-data/testing-tool.)

  • This reply was modified 7 years by Calin.
Post count: 35449

Hi,

How To Fix The Most Common “a value for the logo field is required.” AMP Error in WordPress -> https://synotive.wordpress.com/2016/12/20/how-to-fix-the-most-common-a-value-for-the-logo-field-is-required-amp-error-in-wordpress/

Hope this will help you!
Thank you!

Post count: 18

Same as the link solution I posted before. Nothing changed…

Post count: 35449

Hi,

I think that this problem can be fixed by changing a line of code in wp-content/plugins/td-composer/mobile/header-amp.php
Replace:
<html <?php language_attributes(); ?>>

-> https://www.screencast.com/t/Fj94HAommH
With:
<html <?php language_attributes(); ?> amp>

-> https://www.screencast.com/t/yIjgHPfpB
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

Thank you!

Post count: 18

Unfortunately that did not help. i dont have a plugin conflict, dont using a child theme and cache was deaktivated and cleared.

Post count: 18

Fixed it, thanks for your help. Could you please remove or hide the provided links from the websites.

Post count: 35449

Hi,

If you refer to your website links, then this is done!

Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.