selam arkadaşlar.
web sitem var ve google web sitemdeki filtrelemelerdeki url yapısını indexliyor örnek: site.com/web?q=605&fileType=xlsx bu linkte &fileType=xlsx bu bölümü engellemek için nofollow eklemem yeterli olacakmıdır yoksa başka bir formülü varmı ?

örnek iç link tablosu:
<a rel="nofollow" href="https://site.com/web?q=605&freshness=&fileType=xlsx" class="menu-active">All</a>
<a rel="nofollow" href="https://site.com/web?q=605&freshness=Day&fileType=xlsx">Past day</a>
<a rel="nofollow" href="https://site.com/web?q=605&freshness=Week&fileType=xlsx">Past week</a>
<a rel="nofollow" href="https://site.com/web?q=605&freshness=Month&fileType=xlsx">Past month</a>