AMP : Googleके कुछ specific AMP Issues.
Google-specific AMP Issues
Issue | Description |
Content mismatch: Missing embedded video सामग्री बेमेल: एम्बेड किया गया वीडियो गुम है | कैननिकल वेब पेज में एक एम्बेडेड वीडियो है जो एएमपी संस्करण में गायब है। अपने AMP संस्करण में सभी समान महत्वपूर्ण सामग्री संसाधनों को शामिल करना आमतौर पर सबसे अच्छा होता है जैसा कि विहित वेब पेज में होता है। ध्यान दें कि वीडियो का पता URL द्वारा लगाया जाता है; यदि आपके पास एक ही वीडियो की ओर इशारा करने वाले दो अलग-अलग URL हैं, तो आपको यह चेतावनी दिखाई देगी। |
AMP में संरचित डेटा एक ऐसी छवि को संदर्भित करता है जो हमारे अनुशंसित आकार से छोटी है। यह पृष्ठ को Google खोज पर सभी AMP-संबंधित सुविधाओं के साथ प्रदर्शित होने से रोक सकता है, और आपके डिस्कवर कार्ड को बड़ी छवियों के साथ प्रदर्शित होने से भी रोक सकता है (जिससे वेबसाइट ट्रैफ़िक और उपयोगकर्ता जुड़ाव कम हो जाता है)। ठीक करने के लिए, हमारे दिशानिर्देशों के अनुसार एक बड़ी छवि का उपयोग करें । | |
The AMP page is hosted on a different domain than its canonical version. यह उन मोबाइल खोजकर्ताओं के लिए भ्रमित करने वाला हो सकता है जो खोज परिणामों में एक यूआरएल डोमेन देखते हैं और जब वे एएमपी रीडर में पेज खोलते हैं तो एक अलग। (Does not affect page indexing or ranking.) | |
The AMP URL requested could not be found. Learn about fixing 404 pages. | |
AMP पेज का अनुरोध करते समय अनिर्दिष्ट 5XX सर्वर त्रुटि। सर्वर त्रुटियों के बारे में और जानें ।. Learn more about server errors. | |
अनुरोधित AMP URL को robots.txt नियम द्वारा अवरोधित किया गया था । यदि यह वह नहीं है जो आप चाहते हैं, तो अवरोधन नियम के लिए अपनी robots.txt फ़ाइल का परीक्षण करें , और फिर नियम को संशोधित करें या हटा दें (या अपने वेब डेवलपर से इसे आपके लिए करने के लिए कहें)। | |
Crawl issue | AMP पेज के लिए अनिर्दिष्ट क्रॉलिंग त्रुटि। समस्या का निवारण करने के लिए अपने AMP URL पर URL निरीक्षण टूल का उपयोग करें । |
A canonical page references an AMP का संदर्भ देता है जो वास्तव में एक AMP page नहीं है। . Learn how a non-AMP page should reference an AMP page. | |
The canonical page points to a stand-alone AMP. आप किसी स्टैंड-अलोन AMP को किसी पृष्ठ के AMP संस्करण के रूप में संदर्भित नहीं कर सकते। Learn how to reference an AMP from a non-AMP page. | |
AMP को 'noindex' निर्देश द्वारा blocked किया गया है । Google cannot index a page that is blocked by noindex; either remove the noindex directive, or remove the reference to the blocked page. | |
AMP page has an "unavailable_after" meta tag or directive जो पहले ही पारित passed हो चुका है, , indicating that it should no longer be served. You should either update the tag to a future date, or remove the tag. | |
Canonical points to invalid URL | A canonical page references an AMP version using an invalidly formatted URL. Learn how to properly reference an AMP version. |
एक पेज किसी amp-story page को उसके AMP वर्शन के रूप में गलत तरीके से reference करता है. This is not allowed because an amp-story page is, by definition, self-canonical: it must point to itself with a <rel="canonical"> tag, and cannot serve as an AMP version of another page. | |
Module script declared without nomodule alternative (or the reverse) | You are using either a <script type="module"> tag without a matching <script nomodule async> tag, or the reverse. इन टैगों का मिलान जोड़े में किया जाना चाहिए । to enable proper handling by browsers that do or don't support module scripts. |
The specified HTML tag के लिए एक मान्य, गैर-शून्य-लंबाई वाले URL वाली विशेषता की आवश्यकता होती है, लेकिन URL एक खाली स्ट्रिंग है।. Provide a valid URL for the highlighted attribute. | |
The attribute is missing or incorrect, but required by the attribute 'on' | The specified attribute is required but is incorrect or missing. This attribute आवश्यक है क्योंकि आपने उसी टैग में "on" attribute in the same tag. |
You specified a tag outside an <svg> block that must be nested within an <svg> block. | |
The page is loading multiple versions of the same extension script | पेज पर एक ही AMP extension loading multiple versions load हो रहे हैं. To fix, remove one of the script का एक version को निकालें। |
Posting Komentar untuk "AMP : Googleके कुछ specific AMP Issues. "