I’m seeing two different pages being generated based on the user agent. If I request https://www.techidence.com/?amp with a Desktop user agent, I see:
But with a mobile user agent, I see:
Notice the error message appearing in the version served the mobile user agent.
In the source code, there are a couple error messages:
- Error: <strong class=”td-wp-booster-title”>wp_booster error:<br>td_api_base::mark_used_on_page : a component with the ID: td_style is not set.<br>/var/www/wptbox/wp-content/themes/Newspaper/includes/wp_booster/td_api.php (rara-error)
- Error: <strong class=”td-wp-booster-title”>wp_booster error:<br>Missing parameter: ‘file'<br>/var/www/wptbox/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php (rara-error)
What is this wp_booster
?
Lastly, I’m also seeing in the footer:
<script type="text/javascript" async="" src="//g.ezoic.net/ezosuigeneris.js"></script>
Ezoic is not compatible with the AMP plugin which you can see from https://www.ezoic.com/compatibility/
Do the issues go away if you turn off Ezoic?