• Hi,

    My website pages contain Java programs. For these pages, google shows an error message in the search results saying “Your page has AMP implementation errors.” I do not see such error on other posts.

    Following is the link:

    http://krazytech.com/programs/a-login-application-in-java-using-model-view-controllermvc-design-pattern/amp

    Also, the coding part is completely broken and looks like the post is truncated. I see only one part of the coding. (If you compare AMP and nonAMP page you will understand it)

    <td>< %=(request.getAttribute("errMessage") == null) ? "" : request.getAttribute("errMessage")%></td>
    </tr>
    <tr>
    <td></td>

    Is there any way that I skip AMP for selected pages/posts?

    Your help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google search results show “Your page has AMP implementation errors.”’ is closed to new replies.