AMP Plugin powered WordPress – well that’s annoying isn’t it for your Accelerated Mobile Pages.
After getting AMP working on your site those helpful folks over at Automatic decide to create a link back to WordPress.
Automatic AMP WordPress Plugin
The AMP Plugin is developed by Automatic (but looks as though it has not been maintained for a while)
AMP Plugin Powered WordPress
To remove the “Powered by WordPress” from your AMP pages you need to navigate to:
/public_html/yoursite.co/wp-content/plugins/amp/templates
Modify the footer.php line
<a href=”<?php echo esc_url( __( ‘https://yoursite.co.uk’, ‘amp’ ) ); ?>”><?php printf( __( ‘Powered by %s’, ‘amp’ ), ‘Microsite Design’ ); ?></a>
That’s it – you are done.