Rimuovere tutte le versioni dei contenuti AMP, tra cui le pagine AMP e non AMP
Questa sezione descrive come rimuovere tutte le versioni di contenuti AMP, che includono pagine AMP e non AMP, dalla Ricerca Google.
Per rimuovere le pagine AMP e non AMP dalla Ricerca Google, procedi come riportato di seguito:
Elimina le versioni AMP e non AMP della pagina dal tuo server o CMS.
Utilizza lo strumento Rimuovi contenuti obsoleti per richiedere la rimozione della tua pagina. Inserisci gli URL (indirizzi web) per le versioni AMP e non AMP della pagina che vuoi rimuovere.
Rimuovere solo le pagine AMP e mantenere pagine non AMP canoniche
Questa sezione descrive come rimuovere solo le pagine AMP dalla Ricerca Google e mantenere le pagine non AMP canoniche.
Per rimuovere la versione AMP della tua pagina dalla Ricerca Google (e mantenere la pagina non AMP canonica), procedi come riportato di seguito:
Rimuovi il link rel="amphtml" dalla pagina canonica non AMP nel codice sorgente.
Configura il server in modo che restituisca una risposta HTTP 301 Moved Permanently o 302 Found per la pagina AMP rimossa.
Configura un reindirizzamento dalla pagina AMP rimossa alla pagina non AMP canonica.
Se vuoi rimuovere una pagina AMP da piattaforme diverse da Google oltre che dalla Ricerca Google, procedi come riportato di seguito:
Per rimuovere la pagina AMP in modo che non sia più accessibile, configura il tuo server per inviare un messaggio HTTP 404 Not Found per la pagina AMP rimossa. Ciò garantisce che il server Google AMP Cache
non pubblichi contenuti obsoleti su altre piattaforme.
Se vuoi mantenere attivi i permalink, configura il server in modo che invii HTTP 301 Redirect per la pagina AMP rimossa alla pagina non AMP canonica.
Rimuovere le pagine AMP e non AMP con un sistema CMS
Generalmente, i provider CMS pubblicano contemporaneamente pagine AMP e non AMP. Per rimuovere una singola pagina, annulla la pubblicazione o elimina la pagina: questa operazione rimuove le versioni AMP e non AMP di quella pagina.
Eliminare una singola pagina
Per eliminare una pagina e interromperne la pubblicazione in entrambi i formati, AMP e non AMP, utilizza l'interfaccia CMS. Consulta la guida del provider CMS per i dettagli su come interrompere la pubblicazione di AMP:
Per disattivare AMP, consulta la guida del provider CMS o contatta il tuo provider CMS. Se il tuo sito è ospitato su un dominio di CMS, il CMS può reindirizzare gli utenti alla pagina non AMP canonica dopo la disattivazione della pagina AMP. Se il reindirizzamento non si verifica, contatta il provider CMS per ricevere assistenza.
[null,null,["Ultimo aggiornamento 2025-08-04 UTC."],[[["\u003cp\u003eThis guide explains how web developers can remove their AMP (Accelerated Mobile Pages) content from Google Search, offering methods for removing all versions of a page or just the AMP version.\u003c/p\u003e\n"],["\u003cp\u003eThree primary removal options are detailed: removing all page versions (AMP and non-AMP), removing only the AMP page while keeping the canonical non-AMP page, and using a CMS to manage AMP removal.\u003c/p\u003e\n"],["\u003cp\u003eRemoving all page versions involves deleting them from your server and using Google's removal tools, while removing only the AMP version requires adjusting HTML links and server configurations for redirects.\u003c/p\u003e\n"],["\u003cp\u003eCMS platforms typically offer options to unpublish pages, removing both AMP and non-AMP versions, or to completely disable AMP across the entire site.\u003c/p\u003e\n"]]],["To remove AMP pages from Google Search, you can either remove all versions (AMP and non-AMP) or only AMP pages. To remove all versions, delete both page types from your server/CMS, use the \"Remove outdated content\" tool, and update the Google AMP Cache. To remove only AMP, remove the `rel=\"amphtml\"` link, configure redirects from the AMP page to the canonical non-AMP page, and update the Google AMP Cache. Removing content via CMS can remove all or single AMP pages.\n"],null,["# How To Remove your AMP Pages From Search | Google Search Central\n\nRemove your AMP pages from Google Search\n========================================\n\nThis page describes how web developers can remove their AMP pages from Google Search.\n| **Key Point:** Throughout this page, we refer to canonical pages, AMP pages, and non-AMP pages. The canonical page can be either a non-AMP version of the page or it can be the AMP page itself. You may have one of two possible page setups:\n|\n| - **Canonical AMP**: One version of a page, where the AMP page is the canonical page.\n| - **Canonical non-AMP**: Two versions of a page that includes an AMP page and a canonical non-AMP page.\n\nThere are three options for removing AMP content:\n\n- [Quickly remove all versions of a page](#remove-all-content), including the AMP and canonical non-AMP pages\n- [Remove only the AMP page](#remove-only-amp) that is paired with a canonical non-AMP page, while keeping the canonical non-AMP page live\n- [Remove AMP content with a CMS](#remove-amp-with-cms) (with options to remove all versions of a page, or only the AMP version)\n\nRemove all versions of AMP content, including AMP and non-AMP\n-------------------------------------------------------------\n\nThis section describes how to remove all versions of AMP content from Google Search, which includes AMP and non-AMP pages.\n| **Caution**: This method might display an error message to the user. Only use this method to remove your AMP page as quickly as possible from Google Search.\n\nTo remove AMP and non-AMP pages from Google Search, follow these steps:\n\n1. Delete the AMP and non-AMP versions of the page from your server or CMS.\n2. Use the [Remove\n outdated content](https://www.google.com/webmasters/tools/removals) tool to request the removal of your page. Enter the URLs (web addresses) to your AMP and non-AMP versions of the page that you want to remove.\n3. [Update the\n Google AMP Cache](/amp/cache/update-cache) to ensure that your AMP content is removed from the cache.\n4. Verify the removal of your AMP page by searching for your content using Google Search. To verify the removal of a large number of AMP pages, use the [AMP status report](https://search.google.com/search-console/amp) in Search Console. [Watch for a\n decreasing trendline on the \"indexed AMP pages\" graph.](https://support.google.com/webmasters/answer/7450883)\n\nYou can check the status of your request on the [Remove outdated\ncontent](https://www.google.com/webmasters/tools/removals) page.\n| **Note**: When you delete your AMP page, there's a delay before the Googlebot discovers it has been removed. Google Search displays an error to the user during this time.\n\nRemove only AMP pages, while preserving the canonical non-AMP pages\n-------------------------------------------------------------------\n\nThis section describes how to remove only AMP pages from Google Search, while still\npreserving your canonical non-AMP pages.\n\n\n| **Caution**: Don't remove AMP content by simply deleting content in the file. Documents that are empty and missing all markup are considered invalid. When Google Search recognizes that a document is invalid, Google Search continues to serve the oldest valid version that's available.\n\nTo remove the AMP version of your page from Google Search (while preserving\nthe canonical non-AMP page), follow these steps:\n\n1. Remove the `rel=\"amphtml\"` link from the canonical non-AMP page in the source code.\n2. Configure your server to return either an `HTTP 301 Moved Permanently` or `302 Found` response for the removed AMP page.\n3. Configure a redirect from the removed AMP page to the canonical non-AMP page.\n4. If you want to remove an AMP page from non-Google platforms in addition to removing from Google Search, complete these steps:\n 1. Remove your AMP page so that it is no longer accessible by configuring your server to send an `HTTP 404 Not Found` for your removed AMP page. This ensures that the Google AMP Cache doesn't serve stale content to other platforms.\n 2. [Update the\n Google AMP Cache](/amp/cache/update-cache) to ensure that your AMP content is removed from the cache.\n 3. Verify the removal of your AMP page by searching for your content in Google Search. To verify removal of a large number of AMP pages, use the [AMP status report](https://search.google.com/search-console/amp) in Search Console. [Watch for a decreasing trendline on\n the \"indexed AMP pages\" graph.](https://support.google.com/webmasters/answer/7450883)\n 4. If you want to keep permalinks active, configure your server to send an `HTTP 301 Redirect` for your removed AMP page to your canonical non-AMP page.\n\nRemove AMP and non-AMP pages with a CMS\n---------------------------------------\n\nGenerally, CMS providers publish AMP and non-AMP pages at the same time. To\nremove a single page, unpublish or delete the page, which removes both the AMP\nand non-AMP versions of that page.\n\n### Delete a single page\n\nTo delete a page and stop publishing it in both its AMP and non-AMP forms, use\nthe CMS interface. Check your CMS provider's help page for details on how to\nstop serving AMP:\n\n- [WordPress.com\n help](https://en.support.wordpress.com/google-amp-accelerated-mobile-pages/)\n- [Drupal\n help](https://cgit.drupalcode.org/amp/tree/README.md?h=8.x-1.x)\n- [SquareSpace\n help](https://support.squarespace.com/hc/en-us/articles/223766868-Using-AMP-with-Squarespace)\n\n### Remove all AMP pages\n\n\nAnother option is to disable AMP from your CMS.\n| **Warning**: This option removes all AMP pages from your site.\n\nTo disable AMP, check your CMS provider's help page or contact your CMS provider. If your site is\nhosted on a CMS domain, the CMS can redirect users to the canonical non-AMP page after AMP\nis disabled. If the redirect doesn't occur, contact your CMS provider for assistance."]]