<nav aria-label="breadcrumb" role="navigation">
<ol class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="breadcrumb-item">
<a href="/" title="Porównywarka ubezpieczeń" itemscope="" itemtype="http://schema.org/Thing" itemprop="item" name="Porównywarka ubezpieczeń" itemid="https://wygodnie.pl/">
<h3 itemprop="name">Porównywarka ubezpieczeń</h3>
</a>
<meta itemprop="position" content="1">
</li>
{% if pageSubNavTitle %}
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="breadcrumb-item">
<a itemscope itemtype="http://schema.org/Thing" itemprop="item" href="{{ pageSubNavTitleLink }}" title="{{ pageSubNavTitle }}" name="{{ pageSubNavTitle }}" itemid="https://wygodnie.pl{{ pageSubNavTitleLink }}">
<h3 itemprop="name">{{ pageSubNavTitle }}</h3>
</a>
<meta itemprop="position" content="2">
</li>
{% endif %}
{% if pageNavTitle %}
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="breadcrumb-item active">
<a href="{{ pageNavLink }}" title="{{ pageNavTitle }}" itemscope itemtype="http://schema.org/Thing" itemprop="item" name="{{ pageNavTitle }}" itemid="https://wygodnie.pl{{ pageNavLink }}">
<h3 itemprop="name"> {{ pageNavTitle }}</h3>
</a>
<meta itemprop="position" content="3">
</li>
{% endif %}
</ol>
</nav>