Bir tane amp sayfa oluşturdum.
<link rel="amphtml" href="http://www.siteadi.com/amp.html">
şeklinde tagı ekledim.
http://www.siteadi.com/amp.html#development=1 şeklinde girince konsola "AMP validation successful." mesajo geliyor ama hala wmt de "Sitenizde Hızlandırılmış Mobil Sayfa (AMP) bulunamadı" mesajı çıkıyor. Ekstra bir şey yapmamıza gerek var mı?
Google gibi getir ile indeksletmeniz gerekiyor olabilir sayfayi.
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 13:24:41 -->-> Daha önceki mesaj 12:58:02 --
Basit bir şekilde kodlamasına başlamak istedim ama
https://www.ampproject.org/docs/get_...about-amp.html şuradaki örneği koyduğumda bile console'da doğrula mesajını göremedim.
<!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<link rel="canonical" href="hello-world.html">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible }}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible }}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible }}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible }}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible }}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
<body>Hello World!</body>
</html>
ampproject'in kendi sayfasında da hatalar var. Hataları bir tek ben mi görüyorum, yoksa sizde doğru bir şekilde doğrulama oluyor mu?
Örnek olarak çalışan bir link paylaşabilecek bir arkadaşımız var mıdır?