Help needed to fix my AMP

Posted in: Newsmag
Post count: 74

Hello,

I implemented AMP on my site https://www.vpnmag.fr

However i have an issue with it : https://search.google.com/search-console/amp?id=DFXEBr-6JyT3amMg2M0NDQ

Could you pls kindly help me to fix this, i do not know where to start.

thx

Post count: 9544

You can’t use styles inline in modern HTML… even though WordPress encouraged it with the built-in visual editor for centering text for paragraphs or other elements.

e.g.

wrong = <h2 style="align:center">Text</h2>

correct = <h2 class="center-text">Text</h2>

You will need to google many of the articles of the past couple of years on how to optimize WordPress for AMP as styles you’ve used in posts, not part of theme.

Some IMG classes might need to be fixed depending on how used.

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