Canonical URL – HTML canonical link tag redirect

EN
A canonical link element is an HTML element that helps webmasters prevent duplicate content issues by specifying the „canonical” or „preferred” version of a web page as part of search engine optimization.

RO:
Tag-ul rel=canonical reprezinta o modalitate de a-i spune motorului de cautare Google, ca un URL este echivalent cu un alt URL in ceea ce priveste cautarea. Acest tag previne continutul duplicitar al unui site.
Iata cum vom folosi acest tag:




1.The canonical link tag should be added in the <head> section
Tag-ul canonical se va plasa in sectiunea <head>
[su_note note_color=”#d6dfe2″]<!DOCTYPE html>
<html>
<head>
  

   <link rel=”canonical” href=”http://www.mydomain.com/new-page.html”>
</head>
<body>
   …
</body>
</html>[/su_note]

Cum folosim tag-ul Rel=Canonical pentru Paginatie?

In mod normal este bine de stiut ca nu este recomandat sa avem Rel=Canonical pentru fiecare pagina atunci cand folosim acest tag.

Exemplu:
[su_note note_color=”#d6dfe2″]<!DOCTYPE html>
<html>
<head>
  

   <link rel=”canonical” href=”http://www.mydomain.com/page2.html”>
</head>
<body>
   …
</body>
</html>[/su_note]

Recomandam in acest caza folosirea Rel=Canonical pentru pagina principala din sectiune
Exemplu:
[su_note note_color=”#d6dfe2″]<!DOCTYPE html>
<html>
<head>
  

   <link rel=”canonical” href=”http://www.mydomain.com/news.html”>
</head>
<body>
   …
</body>
</html>[/su_note]

EN:
The most common reasons for duplication are:
– Duplication due to GET-parameters
– Duplication with multiple URLs due to CMS
– Duplication due to accessibility on different hosts/protocols
– Duplication due to print versions of websites.

Lasă un răspuns

Adresa ta de email nu va fi publicată. Câmpurile obligatorii sunt marcate cu *