Skip to content
Extraits de code Groupes Projets
Valider c3715cc1 rédigé par real3t@gmail.com's avatar real3t@gmail.com
Parcourir les fichiers

Quand on n'indexe pas le flux RSS d'un site, indiquer en plus en rel ...

Quand on n'indexe pas le flux RSS d'un site, indiquer en plus en rel  canonical l'url de la page originale.
parent 6fbea1bd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -19,6 +19,7 @@
[(#ENV{noindex}|?{'<meta name="robots" content="noindex" />',
[(#CONFIG{soyezcreateurs_google/indexation,oui}|=={oui}|?{'<meta name="robots" content="index,follow" />','<meta name="robots" content="noindex, nofollow" />'})]
})]
[<link rel="canonical" href="(#ENV{canonical})" />]
[<meta name="author" content="(#LESAUTEURS|attribut_html)" />]
<meta name="DC.title" content="[(#NOM_SITE_SPIP|attribut_html)]" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
......
<paquet
prefix="soyezcreateurs"
categorie="squelette"
version="4.0.73"
version="4.0.74"
etat="stable"
compatibilite="[3.0.20;3.1.*]"
logo="img_pack/soyezcreateurs_48.png"
......
......@@ -13,6 +13,7 @@
{id_rubrique}
{secteurencours=#ID_SECTEUR}
{noindex=#GET{noindex}}
{canonical=(#GET{noindex}|?{#URL_ARTICLE,''})}
>
</BOUCLE_ArticleSyndiqueTitre>
[(#SET{title,[(#NOM_SITE|typo|supprimer_tags|texte_script) ]})]
......@@ -24,6 +25,7 @@
{id_secteur}
{id_rubrique}
{secteurencours=#ID_SECTEUR}
{canonical=(#ID_SYNDIC|generer_url_entite{site}|url_absolue)}
>
<//B_ArticleSyndiqueTitre>
<nav id="miettesdepain">
......@@ -66,7 +68,7 @@
[<div class="enclosures">(#TAGS|afficher_enclosures)</div>]
<small>[(#DATE|affdate_court)][, <:par_auteur:> (#LESAUTEURS)][ &mdash; <em>(#TAGS|afficher_tags|supprimer_tags)</em>]</small>
[<div class="#EDIT{descriptif}">(#DESCRIPTIF|propre|image_reduire{300})</div>]
[<p class="#EDIT{url_article} hyperlien">&rarr;&nbsp;<a href="(#URL_ARTICLE*)" class="spip_out" title="[<:soyezcreateurs:liresuitede|typo|texte_script|supprimer_tags|attribut_html:> (#TITRE|typo|texte_script|supprimer_tags|attribut_html)]"><:soyezcreateurs:liresuitesyndic|typo:></a></p><br class="nettoyeur" />]
[<p class="#EDIT{url_article} hyperlien">&rarr;&nbsp;<a href="(#URL_ARTICLE)" class="spip_out" title="[<:soyezcreateurs:liresuitede|typo|texte_script|supprimer_tags|attribut_html:> (#TITRE|typo|texte_script|supprimer_tags|attribut_html)]"><:soyezcreateurs:liresuitesyndic|typo:></a></p><br class="nettoyeur" />]
</BOUCLE_ArticleSyndique>
</div>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter