Package versions that aren't the latest shouldn’t be indexed by google etc
joellabes opened this issue · 0 comments
joellabes commented
https://getdbt.slack.com/archives/CU4MRJ7QB/p1659984818869459
/calogica/dbt_expectations/everything-not-latest/ should be no-index'd in search, but https://hub.getdbt.com/calogica/ is a valid page to be indexed too.
@krevitt says
the best way to do that would be to put a
<meta name="robots" content="noindex">
in the<head>
of each version-specific page
it looks like there's intent to do that in the repo, but the noindex isn't applying properly due to some of the if statement criteria