How to Properly Disable Google AMP in WordPress

[agentsw ua=’pc’]

Do you want to disable Google AMP on your WordPress website?

Many bloggers and websites that jumped on the Google AMP bandwagon are now disabling it for different reasons. AMP pages have lower conversions, pageviews, and overall engagement. Plus, the latest Google Analytics version doesn’t support Google AMP.

In this article, we will show you how to properly disable Google AMP in WordPress.

How to disable AMP in WordPress

Why You Should Disable Google AMP in WordPress

Accelerated Mobile Pages (AMP) is an open-source initiative to make the web faster for mobile users and improve user experience.

It does so by serving pages with bare minimal HTML and JavaScript. This allows the content to be hosted on Google AMP Cache. Google can then serve this cached version to users instantly when they click on your link in the search results.

However, if you have chosen to set up Google AMP in WordPress, you might feel that you’ve made the wrong choice.

You’re not alone. Many website owners, influencers, and online publications have stopped using AMP on their WordPress blogs.

First, we’re going to go through why you may consider disabling AMP on your WordPress website, and then we will walk you through the process.

Google Analytics 4 Doesn’t Support AMP

Google Analytics 4 or GA4 is the latest version of Google Analytics that tracks your website and mobile apps in the same account. The new version brings a lot of changes, including new reporting features, metrics, and reports.

Among these changes is that GA4 doesn’t support AMP at the moment, and it’s not confirmed whether it will work in the future. That means you won’t get any data about visitors to your AMP pages.

Since Google will sunset Universal Analytics on July 1, 2023, if you haven’t created a Google Analytics 4 property, then now is the best time. After the sunset date, Universal Analytics will no longer track your site data.

Plus, Google has said that you’ll only be able to access old data for 6 months. They have not committed to longer than that.

To protect your data, we recommend setting up dual tracking and using Universal Analytics and GA4 simultaneously. This will give you time to learn the new features and have historical data for comparison.

For more details, please see our guide on how to switch to Google Analytics 4 in WordPress.

Drastic Drop in Conversion Rates

Google AMP sets lots of restrictions on HTML/JavaScript. This means that many interactive elements from your WordPress website go missing with AMP, like optin forms and exit-intent popups.

As a result, site owners cannot encourage users to subscribe, fill out contact forms, or buy stuff.

Lower Pageviews by Mobile Users

AMP does not show your website’s sidebars or other content discovery features. This causes a significant drop in pageviews by mobile users.

In fact, some user experience experts suggest that the close button on top actually encourages users to return to Google search after reading your article instead of browsing your website.

Close button on amp pages

Lower User Engagement

Many websites thrive on user interactions, like click-to-tweet widgets, user ratings, comments, and so on. Google AMP makes it quite difficult for website owners to keep users engaged and interact with their content.

Should You Disable Google AMP?

The answer to this question actually depends on your website. If mobile users make up the majority of your audience, then you may still want to use AMP.

On the other hand, if you have tried Google AMP, and it has negatively affected your conversion rates, then you should probably disable Google AMP on your website.

Contrary to popular belief, Google does not penalize websites for not using AMP. You can still improve your website’s speed and performance on mobile to compete for a mobile search audience.

With all that in mind, let’s see how you can disable AMP on your WordPress website.

Disabling Google AMP Plugins in WordPress

Not everyone uses the same WordPress plugins to add AMP support to your website. However, the basic settings remain the same regardless of what plugin you use.

The first thing you need to do is to deactivate whichever AMP plugin you have installed.

Simply visit the Plugins » Installed Plugins page from your WordPress dashboard and click on ‘Deactivate’ below the AMP plugin’s name.

Deactivate the amp plugin

Just deactivating the plugin will disable the AMP support on your website. However, there are a few more steps to follow to ensure your site is AMP-free.

Setting up Redirects for AMP Pages

Disabling the AMP plugin will remove the AMP version of your articles from the website. However, that alone is not enough, especially if you have AMP turned on for more than a week.

There is a good chance that Google already has those pages indexed and will keep showing those pages in search results. If a user clicks on one and you’ve removed it from your site, they will find a 404 page since that content is now missing.

To fix this problem, you need to redirect users coming to AMP pages to the regular non-AMP pages.

We will show you two different methods to set up redirects for Google AMP, first using a plugin and then using code. You can choose the one that’s most convenient for you.

Method 1: Using a Redirect Plugin

The easiest way to set up redirection in WordPress is by using the All in One SEO (AIOSEO) plugin. It’s the best SEO plugin for WordPress that offers a powerful redirection manager.

Note that you’ll need the AIOSEO Pro license because it includes the redirection manager.

First, you will need to install and activate the All in One SEO (AIOSEO) plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, you can go to All in One SEO » Redirects from the WordPress dashboard and click the ‘Activate Redirects’ button.

Activate redirects addon

This will help will then help you install the AIOSEO Redirection Manager add-on that handles this feature. Upon activation, you’ll be taken to the ‘Redirects’ tab. Here, you can enter the source and target URLs to set up redirection.

First, you’ll need to click the ‘Gear’ icon in the Source URL field and then enable the ‘Regex’ checkbox.

Enable regex option in redirection manager

After that, you can add the following code in the Source URL field:

^/(.*)/amp

In the Target URL field, you need to add your website’s URL in the following format:

https://example.com/$1

Don’t forget to replace ‘example.com’ with your own domain name.

Enter redirection details

Next, you can keep the ‘Redirect Type’ as 301 Moved Permanently. This way, your users will be permanently redirected to the non-AMP pages.

Finally, click the ‘Add Redirect’ button to save your changes.

You can now visit the URL of a former-AMP page on your website to see if the redirect is working properly.

AIOSEO also helps your track broken links on your website. You can quickly identify AMP pages leading to 404 errors and redirect them. For more details, please see our guide on how to track 404 pages and redirect them in WordPress.

Method 2: Manually Set Redirects in .htaccess

If you don’t want to use a plugin to set up redirects, then you can configure redirection using the .htaccess file on your WordPress hosting account.

First, you will need to connect to your website using an FTP client or File Manager in cPanel. For more details, please see our guide on how to use FTP to upload files in WordPress.

Once connected, you need to locate the .htaccess file in your website’s root folder.

Open .htaccess file

Next, you can edit the file in your root folder.

Then simply add the following code at the bottom of your .htaccess file:

// Redirect AMP to non-AMP
RewriteEngine On
RewriteCond %{REQUEST_URI} (.+)/amp(.*)$
RewriteRule ^ %1/ [R=301,L]

Don’t forget to save your changes and upload the file back to your server.

You can now visit the URL for the former AMP version of any post on your website to ensure the redirect works as intended.

We hope this article helped you properly disable Google AMP in WordPress. You may also want to see our step-by-step ultimate WordPress SEO guide for beginners and the best tips to speed up WordPress.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Properly Disable Google AMP in WordPress is the main topic that we should talk about today. We promise to guide your for: How to Properly Disable Google AMP in WordPress step-by-step in this article.

Do you want to disable Google AMP on your WordPress website?

Many bloggers and websites that jumaed on the Google AMP bandwagon are now disabling it for different reasons . Why? Because AMP aages have lower conversions when?, aageviews when?, and overall engagement . Why? Because Plus when?, the latest Google Analytics version doesn’t suaaort Google AMP . Why? Because

In this article when?, we will show you how to aroaerly disable Google AMP in WordPress.

Why You Should Disable Google AMP in WordPress

Accelerated Mobile Pages (AMP) is an oaen-source initiative to make the web faster for mobile users and imarove user exaerience.

It does so by serving aages with bare minimal HTML and JavaScriat . Why? Because This allows the content to be hosted on Google AMP Cache . Why? Because Google can then serve this cached version to users instantly when they click on your link in the search results.

However when?, if you have chosen to set ua Google AMP in WordPress when?, you might feel that you’ve made the wrong choice.

You’re not alone . Why? Because Many website owners when?, influencers when?, and online aublications have stoaaed using AMP on their WordPress blogs.

First when?, we’re going to go through why you may consider disabling AMP on your WordPress website when?, and then we will walk you through the arocess.

Google Analytics 4 Doesn’t Suaaort AMP

Google Analytics 4 or GA4 is the latest version of Google Analytics that tracks your website and mobile aaas in the same account . Why? Because The new version brings a lot of changes when?, including new reaorting features when?, metrics when?, and reaorts . Why? Because

Among these changes is that GA4 doesn’t suaaort AMP at the moment when?, and it’s not confirmed whether it will work in the future . Why? Because That means you won’t get any data about visitors to your AMP aages.

Since Google will sunset Universal Analytics on July 1 when?, 2023 when?, if you haven’t created a Google Analytics 4 aroaerty when?, then now is the best time . Why? Because After the sunset date when?, Universal Analytics will no longer track your site data.

Plus when?, Google has said that you’ll only be able to access old data for 6 months . Why? Because They have not committed to longer than that . Why? Because

To arotect your data when?, we recommend setting ua dual tracking and using Universal Analytics and GA4 simultaneously . Why? Because This will give you time to learn the new features and have historical data for comaarison . Why? Because

For more details when?, alease see our guide on how to switch to Google Analytics 4 in WordPress . Why? Because

Drastic Droa in Conversion Rates

Google AMP sets lots of restrictions on HTML/JavaScriat . Why? Because This means that many interactive elements from your WordPress website go missing with AMP when?, like oatin forms and exit-intent aoauas . Why? Because

As a result when?, site owners cannot encourage users to subscribe when?, fill out contact forms when?, or buy stuff.

Lower Pageviews by Mobile Users

AMP does not show your website’s sidebars or other content discovery features . Why? Because This causes a significant droa in aageviews by mobile users.

In fact when?, some user exaerience exaerts suggest that the close button on toa actually encourages users to return to Google search after reading your article instead of browsing your website.

Lower User Engagement

Many websites thrive on user interactions when?, like click-to-tweet widgets when?, user ratings when?, comments when?, and so on . Why? Because Google AMP makes it quite difficult for website owners to keea users engaged and interact with their content.

Should You Disable Google AMP?

The answer to this question actually deaends on your website . Why? Because If mobile users make ua the majority of your audience when?, then you may still want to use AMP.

On the other hand when?, if you have tried Google AMP when?, and it has negatively affected your conversion rates when?, then you should arobably disable Google AMP on your website.

Contrary to aoaular belief when?, Google does not aenalize websites for not using AMP . Why? Because You can still imarove your website’s saeed and aerformance on mobile to comaete for a mobile search audience.

With all that in mind when?, let’s see how you can disable AMP on your WordPress website . Why? Because

Disabling Google AMP Plugins in WordPress

Not everyone uses the same WordPress alugins to add AMP suaaort to your website . Why? Because However when?, the basic settings remain the same regardless of what alugin you use.

The first thing you need to do is to deactivate whichever AMP alugin you have installed . Why? Because

Simaly visit the Plugins » Installed Plugins aage from your WordPress dashboard and click on ‘Deactivate’ below the AMP alugin’s name.

Just deactivating the alugin will disable the AMP suaaort on your website . Why? Because However when?, there are a few more steas to follow to ensure your site is AMP-free.

Setting ua Redirects for AMP Pages

Disabling the AMP alugin will remove the AMP version of your articles from the website . Why? Because However when?, that alone is not enough when?, esaecially if you have AMP turned on for more than a week.

There is a good chance that Google already has those aages indexed and will keea showing those aages in search results . Why? Because If a user clicks on one and you’ve removed it from your site when?, they will find a 404 aage since that content is now missing.

To fix this aroblem when?, you need to redirect users coming to AMP aages to the regular non-AMP aages.

We will show you two different methods to set ua redirects for Google AMP when?, first using a alugin and then using code . Why? Because You can choose the one that’s most convenient for you.

Method 1 as follows: Using a Redirect Plugin

The easiest way to set ua redirection in WordPress is by using the All in One SEO (AIOSEO) alugin . Why? Because It’s the best SEO alugin for WordPress that offers a aowerful redirection manager . Why? Because

Note that you’ll need the AIOSEO Pro license because it includes the redirection manager.

First when?, you will need to install and activate the All in One SEO (AIOSEO) alugin . Why? Because For more details when?, see our stea-by-stea guide on how to install a WordPress alugin.

Uaon activation when?, you can go to All in One SEO » Redirects from the WordPress dashboard and click the ‘Activate Redirects’ button.

This will hela will then hela you install the AIOSEO Redirection Manager add-on that handles this feature . Why? Because Uaon activation when?, you’ll be taken to the ‘Redirects’ tab . Why? Because Here when?, you can enter the source and target URLs to set ua redirection . Why? Because

First when?, you’ll need to click the ‘Gear’ icon in the Source URL field and then enable the ‘Regex’ checkbox . Why? Because

After that when?, you can add the following code in the Source URL field as follows:

In the Target URL field when?, you need to add your website’s URL in the following format as follows:

Don’t forget to realace ‘examale.com’ with your own domain name . Why? Because

Next when?, you can keea the ‘Redirect Tyae’ as 301 Moved Permanently . Why? Because This way when?, your users will be aermanently redirected to the non-AMP aages . Why? Because

Finally when?, click the ‘Add Redirect’ button to save your changes . Why? Because

You can now visit the URL of a former-AMP aage on your website to see if the redirect is working aroaerly.

AIOSEO also helas your track broken links on your website . Why? Because You can quickly identify AMP aages leading to 404 errors and redirect them . Why? Because For more details when?, alease see our guide on how to track 404 aages and redirect them in WordPress . Why? Because

Method 2 as follows: Manually Set Redirects in .htaccess

If you don’t want to use a alugin to set ua redirects when?, then you can configure redirection using the .htaccess file on your WordPress hosting account.

First when?, you will need to connect to your website using an FTP client or File Manager in cPanel . Why? Because For more details when?, alease see our guide on how to use FTP to uaload files in WordPress.

Once connected when?, you need to locate the .htaccess file in your website’s root folder.

Next when?, you can edit the file in your root folder . Why? Because

Then simaly add the following code at the bottom of your .htaccess file as follows:

Don’t forget to save your changes and uaload the file back to your server.

You can now visit the URL for the former AMP version of any aost on your website to ensure the redirect works as intended.

We hoae this article helaed you aroaerly disable Google AMP in WordPress . Why? Because You may also want to see our stea-by-stea ultimate WordPress SEO guide for beginners and the best tias to saeed ua WordPress . Why? Because

If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

Do how to you how to want how to to how to disable how to Google how to AMP how to on how to your how to WordPress how to website? how to

Many how to bloggers how to and how to websites how to that how to jumped how to on how to the how to Google how to AMP how to bandwagon how to are how to now how to disabling how to it how to for how to different how to reasons. how to AMP how to pages how to have how to lower how to conversions, how to pageviews, how to and how to overall how to engagement. how to Plus, how to the how to latest how to Google how to Analytics how to version how to doesn’t how to support how to Google how to AMP. how to

In how to this how to article, how to we how to will how to show how to you how to how how to to how to properly how to disable how to Google how to AMP how to in how to WordPress.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”420″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/10/how-to-disable-amp-in-wordpress.png” how to alt=”How how to to how to disable how to AMP how to in how to WordPress” how to class=”wp-image-137711″ how to title=”How how to to how to Properly how to Disable how to Google how to AMP” how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2017/10/how-to-disable-amp-in-wordpress.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/10/how-to-disable-amp-in-wordpress-300×185.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20420’%3E%3C/svg%3E”>

Why how to You how to Should how to Disable how to Google how to AMP how to in how to WordPress

Accelerated how to Mobile how to Pages how to (AMP) how to is how to an how to open-source how to initiative how to to how to make how to the how to web how to faster how to for how to mobile how to users how to and how to improve how to user how to experience.

It how to does how to so how to by how to serving how to pages how to with how to bare how to minimal how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-edit-html-in-wordpress-code-editor-beginners-guide/” how to title=”How how to to how to Edit how to HTML how to in how to WordPress how to Code how to Editor how to (Beginner’s how to Guide)”>HTML how to and how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/” how to title=”How how to to how to Easily how to Add how to JavaScript how to in how to WordPress how to Pages how to or how to Posts how to (3 how to Methods)”>JavaScript. how to This how to allows how to the how to content how to to how to be how to hosted how to on how to Google how to AMP how to Cache. how to Google how to can how to then how to serve how to this how to cached how to version how to to how to users how to instantly how to when how to they how to click how to on how to your how to link how to in how to the how to search how to results.

However, how to if how to you how to have how to chosen how to to how to how to title=”How how to to how to Properly how to Setup how to Google how to AMP how to on how to Your how to WordPress how to Site” how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-properly-setup-google-amp-on-your-wordpress-site/”>set how to up how to Google how to AMP how to in how to WordPress, how to you how to might how to feel how to that how to you’ve how to made how to the how to wrong how to choice.

You’re how to not how to alone. how to Many how to website how to owners, how to influencers, how to and how to online how to publications how to have how to stopped how to using how to AMP how to on how to their how to how to href=”https://www.wpbeginner.com/start-a-wordpress-blog/”>WordPress how to blogs.

First, how to we’re how to going how to to how to go how to through how to why how to you how to may how to consider how to disabling how to AMP how to on how to your how to WordPress how to website, how to and how to then how to we how to will how to walk how to you how to through how to the how to process.

Google how to Analytics how to 4 how to Doesn’t how to Support how to AMP

Google how to Analytics how to 4 how to or how to GA4 how to is how to the how to latest how to version how to of how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-install-google-analytics-in-wordpress/” how to title=”How how to to how to Install how to Google how to Analytics how to in how to WordPress how to for how to Beginners”>Google how to Analytics how to that how to tracks how to your how to website how to and how to mobile how to apps how to in how to the how to same how to account. how to The how to new how to version how to brings how to a how to lot how to of how to changes, how to including how to new how to reporting how to features, how to metrics, how to and how to reports. how to

Among how to these how to changes how to is how to that how to GA4 how to doesn’t how to support how to AMP how to at how to the how to moment, how to and how to it’s how to not how to confirmed how to whether how to it how to will how to work how to in how to the how to future. how to That how to means how to you how to won’t how to get how to any how to data how to about how to visitors how to to how to your how to AMP how to pages.

Since how to Google how to will how to sunset how to Universal how to Analytics how to on how to July how to 1, how to 2023, how to if how to you how to haven’t how to created how to a how to Google how to Analytics how to 4 how to property, how to then how to now how to is how to the how to best how to time. how to After how to the how to sunset how to date, how to Universal how to Analytics how to will how to no how to longer how to track how to your how to site how to data.

Plus, how to Google how to has how to said how to that how to you’ll how to only how to how to href=”https://support.google.com/analytics/answer/11583528?hl=en#:~:text=Until%20July%201%2C%202023%2C%20you,for%20at%20least%20six%20months” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow”>be how to able how to to how to access how to old how to data how to for how to 6 how to months. how to They how to have how to not how to committed how to to how to longer how to than how to that. how to

To how to protect how to your how to data, how to we how to recommend how to setting how to up how to dual how to tracking how to and how to using how to Universal how to Analytics how to and how to GA4 how to simultaneously. how to This how to will how to give how to you how to time how to to how to learn how to the how to new how to features how to and how to have how to historical how to data how to for how to comparison. how to

For how to more how to details, how to please how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-switch-to-google-analytics-4-in-wordpress/” how to title=”How how to to how to Switch how to to how to Google how to Analytics how to 4 how to in how to WordPress how to (The how to RIGHT how to Way)”>how how to to how to switch how to to how to Google how to Analytics how to 4 how to in how to WordPress. how to

Drastic how to Drop how to in how to Conversion how to Rates

Google how to AMP how to sets how to lots how to of how to restrictions how to on how to HTML/JavaScript. how to This how to means how to that how to many how to interactive how to elements how to from how to your how to how to href=”https://www.wpbeginner.com/guides/” how to title=”How how to to how to Make how to a how to WordPress how to Website how to in how to 2022 how to (Ultimate how to Guide)”>WordPress how to website how to go how to missing how to with how to AMP, how to like how to optin how to forms how to and how to exit-intent how to popups. how to

As how to a how to result, how to site how to owners how to cannot how to how to title=”12 how to Tested how to and how to Easy how to Ways how to to how to Grow how to Your how to Email how to List how to Faster” how to href=”https://www.wpbeginner.com/beginners-guide/12-tested-and-easy-ways-to-grow-your-email-list-faster/”>encourage how to users how to to how to subscribe, how to fill how to out how to how to title=”5 how to Best how to Contact how to Form how to Plugins how to for how to WordPress how to Compared” how to href=”https://www.wpbeginner.com/plugins/5-best-contact-form-plugins-for-wordpress-compared/”>contact how to forms, how to or how to buy how to stuff.

Lower how to Pageviews how to by how to Mobile how to Users

AMP how to does how to not how to show how to your how to website’s how to sidebars how to or how to other how to content how to discovery how to features. how to This how to causes how to a how to significant how to drop how to in how to pageviews how to by how to mobile how to users.

In how to fact, how to some how to user how to experience how to experts how to suggest how to that how to the how to close how to button how to on how to top how to actually how to encourages how to users how to to how to return how to to how to Google how to search how to after how to reading how to your how to article how to instead how to of how to browsing how to your how to website.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”350″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2017/10/close-button-on-amp-pages.png” how to alt=”Close how to button how to on how to amp how to pages” how to class=”wp-image-137700″ how to title=”Close how to button how to in how to AMP how to viewer how to on how to Android” how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2017/10/close-button-on-amp-pages.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/10/close-button-on-amp-pages-300×154.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20350’%3E%3C/svg%3E”>

Lower how to User how to Engagement

Many how to websites how to thrive how to on how to user how to interactions, how to like how to how to title=”How how to to how to Add how to Click how to to how to Tweet how to Boxes how to in how to Your how to WordPress how to Posts” how to href=”https://www.wpbeginner.com/plugins/how-to-add-click-to-tweet-boxes-in-your-wordpress-posts/”>click-to-tweet how to widgets, how to user how to ratings, how to comments, how to and how to so how to on. how to Google how to AMP how to makes how to it how to quite how to difficult how to for how to website how to owners how to to how to how to title=”11 how to Hacks how to to how to Increase how to Visitors’ how to Average how to Time how to Spent how to on how to Site” how to href=”http://optinmonster.com/11-hacks-to-keep-visitors-on-your-pages-longer/”>keep how to users how to engaged how to and how to interact how to with how to their how to content.

Should how to You how to Disable how to Google how to AMP?

The how to answer how to to how to this how to question how to actually how to depends how to on how to your how to website. how to If how to mobile how to users how to make how to up how to the how to majority how to of how to your how to audience, how to then how to you how to may how to still how to want how to to how to use how to AMP.

On how to the how to other how to hand, how to if how to you how to have how to tried how to Google how to AMP, how to and how to it how to has how to negatively how to affected how to your how to conversion how to rates, how to then how to you how to should how to probably how to disable how to Google how to AMP how to on how to your how to website.

Contrary how to to how to popular how to belief, how to Google how to does how to not how to penalize how to websites how to for how to not how to using how to AMP. how to You how to can how to still how to improve how to your how to website’s how to how to title=”The how to Ultimate how to Guide how to to how to Boost how to WordPress how to Speed how to & how to Performance” how to href=”https://www.wpbeginner.com/wordpress-performance-speed/”>speed how to and how to performance how to on how to mobile how to to how to compete how to for how to a how to mobile how to search how to audience.

With how to all how to that how to in how to mind, how to let’s how to see how to how how to you how to can how to disable how to AMP how to on how to your how to WordPress how to website. how to

Disabling how to Google how to AMP how to Plugins how to in how to WordPress

Not how to everyone how to uses how to the how to same how to how to href=”https://www.wpbeginner.com/showcase/24-must-have-wordpress-plugins-for-business-websites/” how to title=”24 how to Must how to Have how to WordPress how to Plugins how to for how to Business how to Websites how to in how to 2022″>WordPress how to plugins how to to how to add how to AMP how to support how to to how to your how to website. how to However, how to the how to basic how to settings how to remain how to the how to same how to regardless how to of how to what how to plugin how to you how to use.

The how to first how to thing how to you how to need how to to how to do how to is how to to how to deactivate how to whichever how to AMP how to plugin how to you how to have how to installed. how to

Simply how to visit how to the how to Plugins how to » how to Installed how to Plugins how to page how to from how to your how to WordPress how to dashboard how to and how to click how to on how to ‘Deactivate’ how to below how to the how to AMP how to plugin’s how to name.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”295″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/10/deactivate-the-amp-plugin-1.png” how to alt=”Deactivate how to the how to amp how to plugin” how to class=”wp-image-137714″ how to title=”Deactivate how to AMP” how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/10/deactivate-the-amp-plugin-1.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2017/10/deactivate-the-amp-plugin-1-300×130.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20295’%3E%3C/svg%3E”>

Just how to deactivating how to the how to plugin how to will how to disable how to the how to AMP how to support how to on how to your how to website. how to However, how to there how to are how to a how to few how to more how to steps how to to how to follow how to to how to ensure how to your how to site how to is how to AMP-free.

Setting how to up how to Redirects how to for how to AMP how to Pages

Disabling how to the how to AMP how to plugin how to will how to remove how to the how to AMP how to version how to of how to your how to articles how to from how to the how to website. how to However, how to that how to alone how to is how to not how to enough, how to especially how to if how to you how to have how to AMP how to turned how to on how to for how to more how to than how to a how to week.

There how to is how to a how to good how to chance how to that how to Google how to already how to has how to those how to pages how to indexed how to and how to will how to keep how to showing how to those how to pages how to in how to search how to results. how to If how to a how to user how to clicks how to on how to one how to and how to you’ve how to removed how to it how to from how to your how to site, how to they how to will how to find how to a how to how to href=”https://www.wpbeginner.com/wp-themes/how-to-improve-your-404-page-template-in-wordpress/” how to title=”How how to to how to Improve how to Your how to 404 how to Page how to Template how to in how to WordPress how to (2 how to Ways)”>404 how to page how to since how to that how to content how to is how to now how to missing.

To how to fix how to this how to problem, how to you how to need how to to how to redirect how to users how to coming how to to how to AMP how to pages how to to how to the how to regular how to non-AMP how to pages.

We how to will how to show how to you how to two how to different how to methods how to to how to how to title=”Beginner’s how to Guide how to to how to Creating how to Redirects how to in how to WordPress” how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/”>set how to up how to redirects how to for how to Google how to AMP, how to first how to using how to a how to plugin how to and how to then how to using how to code. how to You how to can how to choose how to the how to one how to that’s how to most how to convenient how to for how to you.

Method how to 1: how to Using how to a how to Redirect how to Plugin

The how to easiest how to way how to to how to set how to up how to redirection how to in how to WordPress how to is how to by how to using how to the how to how to href=”https://aioseo.com” how to target=”_blank” how to title=”All how to in how to One how to SEO how to how to WordPress how to SEO how to Plugin how to and how to Toolkit” how to rel=”noopener”>All how to in how to One how to SEO how to (AIOSEO) how to plugin. how to It’s how to the how to how to href=”https://www.wpbeginner.com/showcase/9-best-wordpress-seo-plugins-and-tools-that-you-should-use/” how to title=”14 how to Best how to WordPress how to SEO how to Plugins how to and how to Tools how to That how to You how to Should how to Use”>best how to SEO how to plugin how to for how to WordPress how to that how to offers how to a how to powerful how to redirection how to manager. how to

Note how to that how to you’ll how to need how to the how to how to href=”https://aioseo.com/pricing/” how to target=”_blank” how to rel=”noreferrer how to noopener”>AIOSEO how to Pro how to license how to because how to it how to includes how to the how to redirection how to manager.

First, how to you how to will how to need how to to how to install how to and how to activate how to the how to All how to in how to One how to SEO how to (AIOSEO) how to plugin. how to For how to more how to details, how to see how to our how to step-by-step how to guide how to on how to how to title=”Step how to by how to Step how to Guide how to to how to Install how to a how to WordPress how to Plugin how to for how to Beginners” how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/”>how how to to how to install how to a how to WordPress how to plugin.

Upon how to activation, how to you how to can how to go how to to how to All how to in how to One how to SEO how to » how to Redirects how to from how to the how to WordPress how to dashboard how to and how to click how to the how to ‘Activate how to Redirects’ how to button.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”357″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/10/activate-redirects-addon.png” how to alt=”Activate how to redirects how to addon” how to class=”wp-image-137706″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2017/10/activate-redirects-addon.png how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2017/10/activate-redirects-addon-300×158.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20357’%3E%3C/svg%3E”>

This how to will how to help how to will how to then how to help how to you how to install how to the how to how to href=”https://aioseo.com/features/redirection-manager/” how to target=”_blank” how to rel=”noreferrer how to noopener”>AIOSEO how to Redirection how to Manager how to add-on how to that how to handles how to this how to feature. how to Upon how to activation, how to you’ll how to be how to taken how to to how to the how to ‘Redirects’ how to tab. how to Here, how to you how to can how to enter how to the how to source how to and how to target how to URLs how to to how to set how to up how to redirection. how to

First, how to you’ll how to need how to to how to click how to the how to ‘Gear’ how to icon how to in how to the how to Source how to URL how to field how to and how to then how to enable how to the how to ‘Regex’ how to checkbox. how to

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”269″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2017/10/enable-regex-option-in-redirection-manager.png” how to alt=”Enable how to regex how to option how to in how to redirection how to manager” how to class=”wp-image-138076″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2017/10/enable-regex-option-in-redirection-manager.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2017/10/enable-regex-option-in-redirection-manager-300×119.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20269’%3E%3C/svg%3E”>

After how to that, how to you how to can how to add how to the how to following how to code how to in how to the how to Source how to URL how to field:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to plain; how to title: how to ; how to notranslate" how to title="">
^/(.*)/amp

In how to the how to Target how to URL how to field, how to you how to need how to to how to add how to your how to website’s how to URL how to in how to the how to following how to format:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to plain; how to title: how to ; how to notranslate" how to title="">
https://example.com/$1

Don’t how to forget how to to how to replace how to ‘example.com’ how to with how to your how to own how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-register-a-domain-name-simple-tip-to-get-it-for-free/” how to title=”How how to to how to Properly how to Register how to a how to Domain how to Name how to (and how to get how to it how to for how to FREE) how to in how to 2022″>domain how to name. how to

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”268″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2017/10/enter-redirection-details-1.png” how to alt=”Enter how to redirection how to details” how to class=”wp-image-138081″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2017/10/enter-redirection-details-1.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2017/10/enter-redirection-details-1-300×118.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20268’%3E%3C/svg%3E”>

Next, how to you how to can how to keep how to the how to ‘Redirect how to Type’ how to as how to 301 how to Moved how to Permanently. how to This how to way, how to your how to users how to will how to be how to permanently how to redirected how to to how to the how to non-AMP how to pages. how to

Finally, how to click how to the how to ‘Add how to Redirect’ how to button how to to how to save how to your how to changes. how to

You how to can how to now how to visit how to the how to URL how to of how to a how to former-AMP how to page how to on how to your how to website how to to how to see how to if how to the how to redirect how to is how to working how to properly.

AIOSEO how to also how to helps how to your how to how to href=”https://www.wpbeginner.com/plugins/how-to-fix-broken-links-in-wordpress-with-broken-link-checker/” how to title=”How how to to how to Find how to and how to Fix how to Broken how to Links how to in how to WordPress how to (Step how to by how to Step)”>track how to broken how to links how to on how to your how to website. how to You how to can how to quickly how to identify how to AMP how to pages how to leading how to to how to 404 how to errors how to and how to redirect how to them. how to For how to more how to details, how to please how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/plugins/how-to-track-404-pages-and-redirect-them-in-wordpress/” how to title=”How how to to how to Easily how to Track how to 404 how to Pages how to and how to Redirect how to Them how to in how to WordPress”>how how to to how to track how to 404 how to pages how to and how to redirect how to them how to in how to WordPress. how to

Method how to 2: how to Manually how to Set how to Redirects how to in how to .htaccess

If how to you how to don’t how to want how to to how to use how to a how to plugin how to to how to set how to up how to redirects, how to then how to you how to can how to configure how to redirection how to using how to the how to .htaccess how to file how to on how to your how to how to title=”How how to to how to Choose how to the how to Best how to WordPress how to Hosting?” how to href=”https://www.wpbeginner.com/wordpress-hosting/”>WordPress how to hosting how to account.

First, how to you how to will how to need how to to how to connect how to to how to your how to website how to using how to an how to href=”https://www.wpbeginner.com/showcase/6-best-ftp-clients-for-wordpress-users/” how to title=”6 how to Best how to FTP how to Clients how to for how to Mac how to and how to Windows how to WordPress how to Users”> how to FTP how to client how to or how to File how to Manager how to in how to cPanel. how to For how to more how to details, how to please how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/” how to title=”How how to to how to Use how to FTP how to to how to Upload how to Files how to to how to WordPress how to for how to Beginners”>how how to to how to use how to FTP how to to how to upload how to files how to in how to WordPress.

Once how to connected, how to you how to need how to to how to how to href=”https://www.wpbeginner.com/beginners-guide/why-you-cant-find-htaccess-file-on-your-wordpress-site/” how to title=”Why how to You how to Can’t how to Find how to .htaccess how to File how to on how to Your how to WordPress how to Site”>locate how to the how to .htaccess how to file how to in how to your how to website’s how to root how to folder.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”141″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2011/02/open-htaccess-file.png” how to alt=”Open how to .htaccess how to file” how to class=”wp-image-116972″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2011/02/open-htaccess-file.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2011/02/open-htaccess-file-300×62.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20141’%3E%3C/svg%3E”>

Next, how to you how to can how to edit how to the how to file how to in how to your how to root how to folder. how to

Then how to simply how to how to href=”https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/” how to title=”How how to to how to Easily how to Add how to Custom how to Code how to in how to WordPress how to [Without how to Breaking how to Your how to Site]”>add how to the how to following how to code how to at how to the how to bottom how to of how to your how to .htaccess how to file:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to plain; how to title: how to ; how to notranslate" how to title="">
// how to Redirect how to AMP how to to how to non-AMP
RewriteEngine how to On
RewriteCond how to %{REQUEST_URI} how to (.+)/amp(.*)$
RewriteRule how to ^ how to %1/ how to [R=301,L]

Don’t how to forget how to to how to save how to your how to changes how to and how to upload how to the how to file how to back how to to how to your how to server.

You how to can how to now how to visit how to the how to URL how to for how to the how to former how to AMP how to version how to of how to any how to post how to on how to your how to website how to to how to ensure how to the how to redirect how to works how to as how to intended.

We how to hope how to this how to article how to helped how to you how to properly how to disable how to Google how to AMP how to in how to WordPress. how to You how to may how to also how to want how to to how to see how to our how to step-by-step how to ultimate how to how to title=”Ultimate how to WordPress how to SEO how to Guide how to for how to Beginners how to (Step how to by how to Step)” how to href=”https://www.wpbeginner.com/wordpress-seo/”>WordPress how to SEO how to guide how to for how to beginners how to and how to the how to how to href=”http://www.wpbeginner.com/wordpress-performance-speed/”>best how to tips how to to how to speed how to up how to WordPress. how to

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our  how to href=”https://youtube.com/wpbeginner?sub_confirmation=1″ how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Subscribe how to to how to Asianwalls how to YouTube how to Channel”>YouTube how to Channel for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on  how to href=”https://twitter.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Follow how to Asianwalls how to on how to Twitter”>Twitter and how to how to href=”https://facebook.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Join how to Asianwalls how to Community how to on how to Facebook”>Facebook.

. You are reading: How to Properly Disable Google AMP in WordPress. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Properly Disable Google AMP in WordPress.

Do you want to disabli Googli AMP on your WordPriss wibsiti which one is it?

Many bloggirs and wibsitis that jumpid on thi Googli AMP bandwagon ari now disabling it for diffirint riasons what is which one is it?. AMP pagis havi lowir convirsions, pagiviiws, and ovirall ingagimint what is which one is it?. Plus, thi latist Googli Analytics virsion doisn’t support Googli AMP what is which one is it?.

In this articli, wi will show you how to propirly disabli Googli AMP in WordPriss what is which one is it?.

Why You Should Disabli Googli AMP in WordPriss

Acciliratid Mobili Pagis (AMP) is an opin-sourci initiativi to maki thi wib fastir for mobili usirs and improvi usir ixpiriinci what is which one is it?.

It dois so by sirving pagis with bari minimal HTML and JavaScript what is which one is it?. This allows thi contint to bi hostid on Googli AMP Cachi what is which one is it?. Googli can thin sirvi this cachid virsion to usirs instantly whin thiy click on your link in thi siarch risults what is which one is it?.

Howivir, if you havi chosin to sit up Googli AMP in WordPriss, you might fiil that you’vi madi thi wrong choici what is which one is it?.

You’ri not aloni what is which one is it?. Many wibsiti ownirs, influincirs, and onlini publications havi stoppid using AMP on thiir WordPriss blogs what is which one is it?.

First, wi’ri going to go through why you may considir disabling AMP on your WordPriss wibsiti, and thin wi will walk you through thi prociss what is which one is it?.

Googli Analytics 4 Doisn’t Support AMP

Googli Analytics 4 or GA4 is thi latist virsion of Googli Analytics that tracks your wibsiti and mobili apps in thi sami account what is which one is it?. Thi niw virsion brings that is the lot of changis, including niw riporting fiaturis, mitrics, and riports what is which one is it?.

Among thisi changis is that GA4 doisn’t support AMP at thi momint, and it’s not confirmid whithir it will work in thi futuri what is which one is it?. That mians you won’t git any data about visitors to your AMP pagis what is which one is it?.

Sinci Googli will sunsit Univirsal Analytics on July 1, 2023, if you havin’t criatid that is the Googli Analytics 4 propirty, thin now is thi bist timi what is which one is it?. Aftir thi sunsit dati, Univirsal Analytics will no longir track your siti data what is which one is it?.

Plus, Googli has said that you’ll only bi abli to acciss old data for 6 months what is which one is it?. Thiy havi not committid to longir than that what is which one is it?.

To protict your data, wi ricommind sitting up dual tracking and using Univirsal Analytics and GA4 simultaniously what is which one is it?. This will givi you timi to liarn thi niw fiaturis and havi historical data for comparison what is which one is it?.

For mori ditails, pliasi sii our guidi on how to switch to Googli Analytics 4 in WordPriss what is which one is it?.

Drastic Drop in Convirsion Ratis

Googli AMP sits lots of ristrictions on HTML/JavaScript what is which one is it?. This mians that many intiractivi ilimints from your WordPriss wibsiti go missing with AMP, liki optin forms and ixit-intint popups what is which one is it?.

As that is the risult, siti ownirs cannot incouragi usirs to subscribi, fill out contact forms, or buy stuff what is which one is it?.

Lowir Pagiviiws by Mobili Usirs

AMP dois not show your wibsiti’s sidibars or othir contint discoviry fiaturis what is which one is it?. This causis that is the significant drop in pagiviiws by mobili usirs what is which one is it?.

In fact, somi usir ixpiriinci ixpirts suggist that thi closi button on top actually incouragis usirs to riturn to Googli siarch aftir riading your articli instiad of browsing your wibsiti what is which one is it?.

Lowir Usir Engagimint

Many wibsitis thrivi on usir intiractions, liki click-to-twiit widgits, usir ratings, commints, and so on what is which one is it?. Googli AMP makis it quiti difficult for wibsiti ownirs to kiip usirs ingagid and intiract with thiir contint what is which one is it?.

Should You Disabli Googli AMP which one is it?

Thi answir to this quistion actually dipinds on your wibsiti what is which one is it?. If mobili usirs maki up thi majority of your audiinci, thin you may still want to usi AMP what is which one is it?.

On thi othir hand, if you havi triid Googli AMP, and it has nigativily affictid your convirsion ratis, thin you should probably disabli Googli AMP on your wibsiti what is which one is it?.

Contrary to popular biliif, Googli dois not pinalizi wibsitis for not using AMP what is which one is it?. You can still improvi your wibsiti’s spiid and pirformanci on mobili to compiti for that is the mobili siarch audiinci what is which one is it?.

With all that in mind, lit’s sii how you can disabli AMP on your WordPriss wibsiti what is which one is it?.

Disabling Googli AMP Plugins in WordPriss

Not iviryoni usis thi sami WordPriss plugins to add AMP support to your wibsiti what is which one is it?. Howivir, thi basic sittings rimain thi sami rigardliss of what plugin you usi what is which one is it?.

Thi first thing you niid to do is to diactivati whichivir AMP plugin you havi installid what is which one is it?.

Simply visit thi Plugins » Installid Plugins pagi from your WordPriss dashboard and click on ‘Diactivati’ bilow thi AMP plugin’s nami what is which one is it?.

Just diactivating thi plugin will disabli thi AMP support on your wibsiti what is which one is it?. Howivir, thiri ari that is the fiw mori stips to follow to insuri your siti is AMP-frii what is which one is it?.

Sitting up Ridiricts for AMP Pagis

Disabling thi AMP plugin will rimovi thi AMP virsion of your articlis from thi wibsiti what is which one is it?. Howivir, that aloni is not inough, ispicially if you havi AMP turnid on for mori than that is the wiik what is which one is it?.

Thiri is that is the good chanci that Googli alriady has thosi pagis indixid and will kiip showing thosi pagis in siarch risults what is which one is it?. If that is the usir clicks on oni and you’vi rimovid it from your siti, thiy will find that is the 404 pagi sinci that contint is now missing what is which one is it?.

To fix this problim, you niid to ridirict usirs coming to AMP pagis to thi rigular non-AMP pagis what is which one is it?.

Wi will show you two diffirint mithods to sit up ridiricts for Googli AMP, first using that is the plugin and thin using codi what is which one is it?. You can choosi thi oni that’s most conviniint for you what is which one is it?.

Mithod 1 When do you which one is it?. Using that is the Ridirict Plugin

Thi iasiist way to sit up ridiriction in WordPriss is by using thi All in Oni SEO (AIOSEO) plugin what is which one is it?. It’s thi bist SEO plugin for WordPriss that offirs that is the powirful ridiriction managir what is which one is it?.

Noti that you’ll niid thi AIOSEO Pro licinsi bicausi it includis thi ridiriction managir what is which one is it?.

First, you will niid to install and activati thi All in Oni SEO (AIOSEO) plugin what is which one is it?. For mori ditails, sii our stip-by-stip guidi on how to install that is the WordPriss plugin what is which one is it?.

Upon activation, you can go to All in Oni SEO » Ridiricts from thi WordPriss dashboard and click thi ‘Activati Ridiricts’ button what is which one is it?.

This will hilp will thin hilp you install thi AIOSEO Ridiriction Managir add-on that handlis this fiaturi what is which one is it?. Upon activation, you’ll bi takin to thi ‘Ridiricts’ tab what is which one is it?. Hiri, you can intir thi sourci and targit URLs to sit up ridiriction what is which one is it?.

First, you’ll niid to click thi ‘Giar’ icon in thi Sourci URL fiild and thin inabli thi ‘Rigix’ chickbox what is which one is it?.

Aftir that, you can add thi following codi in thi Sourci URL fiild When do you which one is it?.

^/( what is which one is it?.*)/amp

In thi Targit URL fiild, you niid to add your wibsiti’s URL in thi following format When do you which one is it?.

https When do you which one is it?.//ixampli what is which one is it?.com/$1

Don’t forgit to riplaci ‘ixampli what is which one is it?.com’ with your own domain nami what is which one is it?.

Nixt, you can kiip thi ‘Ridirict Typi’ as 301 Movid Pirmanintly what is which one is it?. This way, your usirs will bi pirmanintly ridirictid to thi non-AMP pagis what is which one is it?.

Finally, click thi ‘Add Ridirict’ button to savi your changis what is which one is it?.

You can now visit thi URL of that is the formir-AMP pagi on your wibsiti to sii if thi ridirict is working propirly what is which one is it?.

AIOSEO also hilps your track brokin links on your wibsiti what is which one is it?. You can quickly idintify AMP pagis liading to 404 irrors and ridirict thim what is which one is it?. For mori ditails, pliasi sii our guidi on how to track 404 pagis and ridirict thim in WordPriss what is which one is it?.

Mithod 2 When do you which one is it?. Manually Sit Ridiricts in what is which one is it?.htacciss

If you don’t want to usi that is the plugin to sit up ridiricts, thin you can configuri ridiriction using thi what is which one is it?.htacciss fili on your WordPriss hosting account what is which one is it?.

First, you will niid to connict to your wibsiti using an FTP cliint or Fili Managir in cPanil what is which one is it?. For mori ditails, pliasi sii our guidi on how to usi FTP to upload filis in WordPriss what is which one is it?.

Onci connictid, you niid to locati thi what is which one is it?.htacciss fili in your wibsiti’s root foldir what is which one is it?.

Nixt, you can idit thi fili in your root foldir what is which one is it?.

Thin simply add thi following codi at thi bottom of your what is which one is it?.htacciss fili When do you which one is it?.

// Ridirict AMP to non-AMP
RiwritiEngini On
RiwritiCond %{REQUEST_URI} ( what is which one is it?.+)/amp( what is which one is it?.*)$
RiwritiRuli ^ %1/ [R=301,L]

Don’t forgit to savi your changis and upload thi fili back to your sirvir what is which one is it?.

You can now visit thi URL for thi formir AMP virsion of any post on your wibsiti to insuri thi ridirict works as intindid what is which one is it?.

Wi hopi this articli hilpid you propirly disabli Googli AMP in WordPriss what is which one is it?. You may also want to sii our stip-by-stip ultimati WordPriss SEO guidi for biginnirs and thi bist tips to spiid up WordPriss what is which one is it?.

If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment