jaap

Removing AMP from webshop

by @jaap (1667), 9 months ago

A shop installed AMP. I see the mobile conversion going down, more than 15%

So the owner wants to get it removed. However the pages are indexed well in Google.

Is the best solution to redirect every AMP page to the original one in .htaccess? Or is there a better solution?

The structure of the URL is like: index.php?route=product/amp_product&product_id=230 index.php?route=product/amp_product&product_id=231 index.php?route=product/amp_product&product_id=232

So redirecting complete maps isn't possible.

Already read : kinsta.com/blog/disable-google-amp/ but it's about Wordpress.

Help appreciated!

488 Views
0 Upvotes
5 Replies
3 Users
Sort replies:
binayjha
by @binayjha (4749), 9 months ago

Redirection is fine,

https://developers.google.com/search/docs/crawling-indexing/amp/remove-amp
jaap
by @jaap (1667), 9 months ago

Super, al amp pages are redirect to the original ones with 301 In .htaccess with

RewriteEngine On 
RewriteCond %{REQUEST_URI} (.+)/amp(.*)$ 
RewriteRule ^ %1/ [R=301,L]
jaap
by @jaap (1667), 9 months ago

Will wait till all is indexed before deleting the amp module.

Thanks for the info!

eujian
by @eujian (105), 8 months ago

Have You disabled the amp? just ensure to check all amp url is redirected to the correct url already to avoid 404.

jaap
by @jaap (1667), 8 months ago

No, I'll wait some weeks to disable AMP. First all 301 redirects should be indexed properly.

Join the forum to unlock true power of SEO community

You're welcome to become part of SEO Forum community. Register for free, learn and contribute.

Log In Sign up