catalog/controller/product/product.php



$this->document->addLink($this->url->link('product_id', 'product_id=' . $this->request->get['product_id']), 'canonical');

üstteki satırın altına aşağıdaki kodu ekle.

$this->document->addLink($this->url->link('product/amp_product', 'product_id' . $this->request->get['product_id']), 'amphtml');

ben kullanıyorum hatta seo linklerini dahi yaptım.