Как исправить 404 на страницах AMP после деактивации плагина AMP

Примечание: Сначала следует отменить индексацию страниц /amp/.

Вы хотите перенаправить AMP permalink на URL, не относящийся к AMP? Это руководство поможет вам.

Вы, наверное, хорошо знаете, что Twitter также начал обслуживать AMP-страницы. Поэтому использование перенаправления очень важно для предотвращения ошибок 404 для старых AMP пермалинков WordPress. После деактивации плагина вы получите ошибку 404 для всех пермалинков AMP.

Чтобы решить эту проблему, необходимо настроить перенаправление с AMP на NON-AMP(канонический) URL.

  1. Перейдите в Yoast SEO Plugin > Инструменты > Редактор файлов
  2. В поле .htaccess добавьте правило перенаправления пути AMP на путь Non-AMP
    yoast tools file editor htaccess
  3. и Сохранить изменения
# Redirect from AMP to non-AMP path
RewriteEngine On
RewriteCond %{REQUEST_URI} (.+)/amp(.*)$
RewriteCond %{REQUEST_URI} !^/wp-content/(.*)$ 
RewriteRule ^ %1/ [R=301,L]

Важные изменения IST 3:15 PM 5/11/2017
* Исключается wp-контент, касающийся изображений, которые могут содержать ‘amp’ в названии.

Что делать, если у вас нет доступа к .htaccess?

Кроме того, вы можете предотвратить 404, сделав перенаправление с AMP на страницы без AMP-пути (канонические) с помощью бесплатного плагина «Redirection«.

redirection
  1. Установите бесплатный плагин под названием «Redirection«.
  2. Перейдите в Панель управления WordPress > Инструменты > Перенаправление
  3. Добавить новое 301 перенаправление
  4. Сохранить источник /(.*)\/amp
  5. Целевой URL-адрес https://www.yourdomain.com/$1

Обратите внимание: Эти шаги должны быть выполнены после отключения/отмены индексации AMP.

Как настроить AMP на Canonical Redirect в случае NGINX?

location ~ /amp/?$ { rewrite ^(.*/)amp/?$ $1 permanent; }

Где я могу найти файл .htaccess? 🤔

На сервере Apache файл .htaccess обычно находится в директории public_html. Также может быть полезно использовать Yoast File Editor или плагин WP File manager.

Какой метод следует использовать .htaccess или перенаправление?

Если вы используете веб-сервер Apache, то используйте .htaccess, в противном случае можно воспользоваться плагином.

Мой Search Console все еще показывает 404

Search Console может потребоваться некоторое время для обновления данных. Подождите несколько дней и проверьте еще раз.

Надеюсь, это руководство поможет исправить 404 для AMP URL. Если у вас есть какие-то конкретные вопросы, пожалуйста, спрашивайте. Спасибо!

Оставьте комментарий

51 комментарий к “Как исправить 404 на страницах AMP после деактивации плагина AMP”

  1. Hello 🙏 bhai rank Math plugin ki htaccess file me kya same to same ye hi code paste karna hai aur save changes par click karna hai sirf yeh hi ek step karna ke baad kya sabhi amp pages non amp me redirect ho jayege kyu ki bhai mujhe inn files ki knowledge nah ke brabar hai.

    Question (2) bhai htaccess file ke process me ya redirection plugin ke process dono me Amp disable is process ko karne k bad karna hai ya pehle karne hai.

    Please Reply 🙏

    Ответить
  2. Sir 🙏

    1. ek sawal hai sir real time find replace ka plugin kya sare process k baad deactivate kar sakte hai.
    2. Redirection wala process kya 5 -7 din baad karna hai jab sare pages de index ho jye. Ya real time, SEO aur redirect
    Ke 3 step ek sath karne hai.

    Please please reply 😭

    Ответить
    • 1. Sabse pehle aapko AMP pages ko noindex karna hai jiske liye maine pichle article mein do method bataya hai. Jismein ki Real Time Find and Replace method (as old method) jikra kiya hai. Ek baar AMP noindex ho jaaye fir aap iss Real Time Find and Replace plugin aur apne AMP plugin dono ko hata sakte hain. I repeat jab tak noindex AMP pages na ho tab tak mat hataana. Koi confusion ho to aap fir se sawaal puch sakte hain.

      2. Jab aap pehle step noindex wala complete kar lete hain (approximately in a week), tab jaa kar aapko redirect man ho to set kar lena. Ye jaruri nahin hai but optional agar aap AMP related permalink pe 404 nahin chaahte ho to. So agar Redirect kar lete hain to koi harz nahin hai, in fact behtar hi hoga.

      Agar koi aur questions ho to please contact me.

      Ответить
  3. Hello

    Apke batai hui method pe Mein AMP ko delete kiya or uske baad meri Google Search Console account mein or ek error ayya «Reference Amp url is not an Amp» (https:/eample.com/url/to/amp/document.html) ye error arrahihe Gulshan bhai please bataye eshe kaise solve karun.

    Google mein aphi ese mile jisne AMP remove karneka solution essay method se bataya
    Thank you

    Ответить
  4. Dear Gulshan, I read your post and tried to redirect my amp urls to my normal url with your information but it doesn’t work

    I have an AMP URL that looks like this: https://www.mydomain/mypost?amp and for that the regex rule: /(.*)\/amp —> https://www.yourdomain.com/$1 doesn’t work 🙁 I also have tried redirect ?amp pages —> source: ^/(.*?)/\?amp=.* —> Target: /$1/ but here the redirection tool tells me that $ for target is wrong. What should I do?

    Thanks for your help.
    Greetings Kathrin

    Ответить
  5. Hai Gulshan I need your suggestion.
    Now my amp posts are not showing up in google.com when checked using this format with my blog /*/amp/ , but in google search console it shows I valid post.

    Can I deactivate the ampforwp plugin and delete it.

    As far as for setting up redirect to avoid 404 errors I can add this code to my rank math plugin .htacess editor right.

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

    But I don’t know whether my server is Nginx or not , I am using sitegrounds managed wordpress gogeek hosting plan. So please help me out now I am seeing lots of 404 redirections in wp admin. Thank You for your time.

    Ответить
  6. Hi Bro,
    Actually, I have done everything with your method, within some time error gone from the AdSense. Yesterday I disabled Find and Replace plugin.
    Today, when I open my adsense, account its showing. I tried to open my home page like http://www.jiofiber.in/amp ist showing.
    But if i open my post with amp version, then my all post are opening. What is the issue can you tell me, please.

    Ответить
  7. Hey Gulshan,

    How are you? It’s been a long time.

    I have a quick question. I am using AMP on my website. In that case, should I optimize my default mobile pages also for speed? Will there be any impact?

    Ответить
  8. Hi, gulshan

    I wish, I got your good piece of article before. But unfortunately, I deactivated the amp for wp plugin without disabling/noindexing AMP properly. Now what i can do about the amp pages that shows 404. Should I do redirection or google will take them out after some time.

    Thanks.

    Ответить
  9. Hey, gulshan thanks for this informative article. Iam having problem with 404 after disabling amp plugin. I have Followed each and every steps carefully but still having lots of 404 errors on webmaster. Plz help

    Ответить
  10. Hi,

    Your code is working fine for posts AMP URLs but not for home page. When I am going to https://example.com/amp, it’s redirecting to https://example.com/amp/

    However, if post AMP URL is https://example.com/post-name/amp then it’s properly redirecting to https://example.com/post-name.

    How do I fix the home page redirect issue?

    Ответить
  11. thank you very much for such a wonderfull information, sir
    this is 100% working solution

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

    how many days this code need to be place there
    as i am not using AMP further

    Ответить
  12. Hi Gulshan!

    I read your post but I got a little stuck where you show the .htaccess field because mine looks different than yours, mine starts as follows:

    # Use PHP56 Single php.ini as default
    AddHandler application/x-httpd-php56s .php

    # BEGIN W3TC Browser Cache

    Do you think it’ll still work?

    The other question is what you mean when you put:

    Important changelogs IST 3:15 PM 5/11/2017
    * Excluded wp-content path concerning images which may contain ‘amp’ in the name.

    Would you please explain what that means? Do we have to do something else with that info?

    Thank you! I really appreciate your help!

    Ответить
    • Hi,

      Thanks for the comment. Let me explain you in the detail. When I had written «AMP to non-AMP redirect» code for the first time, it was

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

      But after few months, I noticed that some of my images with file name «amp» were not loading.
      That’s why, I decided to exclude wp-content path completely.

      So, as per my current knowledge, below code is correct and it should work for you.

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

      Here, RewriteCond %{REQUEST_URI} !^/wp-content/(.*)$ means redirection is excluded for static files of wp-content. path.

      I had forget to update my screenshot after updating this thing in the changelogs.
      Thanks for reminding. Due to your question, I felt encouraged to update the screenshot.

      Feel free to use this code, it should work for you. You should add this code just above # BEGIN W3TC Browser Cache since you are using a Cache plugin.

      If you have any more queries, please feel free to ask.

      Thanks & Regards,
      Gulshan

      Ответить
      • Thank Gulshan! I am not very tech about stuff like this. Do you think this system works no matter what type of plugins a website has installed ( I mean compatibility) or the type of robot.txt someone has set up?

        As I don’t know much about this stuff I want to be sure I won’t screw my site even more lol. A girl put that AMP plugin on my website saying it would help with my ranking and it was worse! all the tables on my website look completely wrong.

        Thanks Gulshan!

        Ответить
  13. Hi Gulshan,

    Thanks for sharing this useful info on rectifying the AMP page errors on how to remove 404 error pages after disabling the AMP plugin

    Please post about more amp errors like user modified javascript errors and user modified css types of amp errors, I am struggling to rectify them, my webmaster reports are flooded with this errors.

    Thanks in advance!!

    Ответить