AMP Pages Kya Hote Hain?
🔷 AMP Pages Kya Hote Hain?
AMP pages special version hote hain aapki website ke fast, lightweight aur simplified form mein.
Ye pages mobile par turant load hote hain, bina zyada wait ke.
Google ne AMP banaya tha taaki mobile users ko faster experience mil sake.
🔶 Simple Example:
-
Aapka normal blog URL:
https://example.com/blog-post
-
Uska AMP version:
https://example.com/blog-post/amp/
Is AMP version mein kuch CSS, JavaScript aur features limit kar diye jaate hain taaki page bahut hi fast load ho.
🔶 AMP Page Ke Fayde:
Fayda | Details |
---|---|
⚡ Super Fast | Page turant open hota hai mobile par |
📈 SEO Boost | Fast page se ranking improve ho sakti hai |
📱 Better Mobile Experience | User ko smooth aur clean layout milta hai |
🔍 Google Top Stories Me Dikhta Hai | AMP pages kabhi kabhi top carousel me dikhte hain |
🔶 AMP Page Banane Ka Tarika (Basic Idea):
👉 HTML File Mein:
<!doctype html>
<html amp lang="en">
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<title>My AMP Page</title>
<link rel="canonical" href="https://example.com/page.html">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<style amp-custom>
body { font-family: Arial; padding: 20px; }
</style>
</head>
<body>
<h1>This is an AMP Page</h1>
<p>Fast loading page for mobile users.</p>
</body>
</html>
Ya agar aap WordPress use kar rahe ho toh simple plugin se AMP pages activate kar sakte ho jaise:
🔴 AMP Pages Ki Limitation:
-
JavaScript use karna allowed nahi hota (sirf AMP JS hi chalega)
-
Custom design aur animation limited hote hain
-
Analytics tracking limited hoti hai
📌 Summary (Ek Line Mein):
AMP pages aise web pages hote hain jo specially mobile ke liye banaye jaate hain taaki woh bahut fast load ho aur Google ranking mein madad mile.
Comments
Post a Comment