Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @shubhamsharma7979

    Thank you for contacting us, there could be multiple reasons your site may be failing to do an AMP scan.

    1) One of the plugins may be conflicting with the AMP site scan.
    2) Your theme may have a conflicting AMP site scan.
    3) Your site may not be configured correctly.

    We will recommend self-debugging using the health and troubleshooting plugin.

    To narrow down further, could you use the Health Check & Troubleshooting plugin and enable its troubleshooting mode. This mode disables active plugins and switches to a default theme safely since it only affects the experience of the logged-in user.

    – Please enable the AMP plugin and let me know if the issue is present.
    – Enabling plugins and your theme one by one in this mode may help pinpoint if something else is involved.
    – Note you can disable troubleshooting mode from the plugins page.

    Hope this is helpful!

    Thread Starter shubhamsharma7979

    (@shubhamsharma7979)

    Tested: This Issue I Facing With Object Caching Pro Plugin….

    AMP Plugin Not Supported Object Caching Pro ?

    And please telle me if you have any solution

    Plugin Support Milind More

    (@milindmore22)

    Hello @shubhamsharma7979

    The issue seems to be related to footnotes that are being sent by the Object caching pro plugin which might be affecting the JSON response, we faced a similar issue with the Lite Speed cache.

    a similar issue has occurred before which has been resolved by setting footnotes to false in the Redis configuration.

    Please also contact the Object cache pro plugin support and ask them to make necessary changes in their plugin so that it can be AMP compatible.

    Following is the sample config which needed to be set.

    define('WP_REDIS_CONFIG', [
    ....
    'analytics' => [
    	'footnote' => false
    ],
    ]);
    Plugin Support Milind More

    (@milindmore22)

    @shubhamsharma7979 As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you require any further assistance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site scan failed’ is closed to new replies.