«trailing-slash» etiketlenmiş sorular


1
Bir ana sayfa ve sondaki eğik çizgiler için standart URL
Ana sayfam şu şekilde bağlanabilir: http://example.com http://example.com/ http://example.com/?ref=1 http://example.com/index.html http://example.com/index.html?ref=2 (the same page is served for all those URLs) Google'ın bu URL'leri farklı sayfalar olarak görmediğinden emin olmak için standart bir URL tanımlamayı düşünüyorum: <link rel="canonical" href="/webmasters//" /> (relative) <link rel="canonical" href="http://example.com/" /> (trailing slash) <link rel="canonical" href="http://example.com" /> (no …


Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.