Sélection de la langue

Recherche


Fil d'arianne

Documentation sur l'utilisation du fil d'arianne.

Note: GCWeb vX.0 n'est plus compatible avec le modèle de mégamenu antérieur à 2019 (GCWEB v4.x) qui prenait toute la largeur de la page.

Recommendation

Voici la sortie html avec des données structurées au format RDFa pour l'exemple de fil d'Ariane ci-dessus:

<nav id="wb-bc" property="breadcrumb">
		<h2>Vous êtes ici:</h2>
		<div class="container">
			<ol class="breadcrumb" typeof="BreadcrumbList">
				<li property="itemListElement" typeof="ListItem">
					<a property="item" typeof="WebPage" href="https://www.canada.ca/fr.html">
						<span property="name">Canada.ca</span>
					</a>
					<meta property="position" content="1">
				</li>
				<li property="itemListElement" typeof="ListItem">
					<a property="item" typeof="WebPage" href="https://wet-boew.github.io/GCWeb/index-fr.html">
						<span property="name">GCWeb accueil</span>
					</a>
					<meta property="position" content="2">
				</li>
				<li property="itemListElement" typeof="ListItem">
					<a property="item" typeof="WebPage" href="https://wet-boew.github.io/GCWeb/méli-mélo/méli-mélo-fr.html">
						<span property="name">GCWeb accueil</span>
					</a>
					<meta property="position" content="3">
				</li>
			</ol>
		</div>
	</nav>