You can use this method to test the validity of our amp : https://search.google.com/test/amp?url=[your website]
when we try, a warning sign like this appears
This error occurs because there is a change in the Blogger HTML editing. As you know that currently Blogger is updating its features including an HTML editor.
The change that makes this error is the addition of code for the Adsense data-ad-client that uses the <! - and -> comments in the HTML source of the blog.
The first step
find this code first
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<HTML amp='amp' lang='id'>
The second step
change this code : <HTML amp='amp' lang='id'> to :
<HTML amp='amp' b:css='false' b:js='false'>
The third step
find these two codes
</head><!--<head/>-->
<body>
The fourth step
Change the two codes, into the two codes below
</head>
<body>
The fifth step
find these two codes
<noscript><!--</body>--></noscript></body>
</HTML>
The sixth step
Then again change the two codes, into the two codes below
<!--<head/><!--<body/>--> </body>
</HTML>
I hope this solution from us can be useful
Posting Komentar