Position par mots clefs

{% for website in pagestested limit:1 %} {% if whatsmyserp %} {% if site.data %} {% assign whatsmyserp = site.data.[website].whatsmyserp[datelastcrawl] | sort: 'position' %} {% else %} {% assign whatsmyserp = [website].whatsmyserp[datelastcrawl] | sort: 'position' %} {% endif %} {% endif %} {% endfor %}