11ty / 11ty/docs

Add rel=nofollow links to external sites?

Open
#1,322 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Nunjucks
Stars
547
Forks
726
Avg merge
2h 23m
Merged PRs (30d)
3

Description

@zachleat Not sure if this is something we want to consider.
Not that I imagine people are submitting random sites to the leaderboard just to get a referral link bump.

Possibly:

<a href="..." rel="ugc nofollow" >

Via https://developers.google.com/search/docs/advanced/guidelines/qualify-outbound-links

rel values NOTES
rel="ugc" We recommend marking user-generated content (UGC) links, such as comments and forum posts, with the ugc value.
If you want to recognize and reward trustworthy contributors, you might remove this attribute from links posted by members or users who have consistently made high-quality contributions over time.
rel="nofollow" Use the nofollow value when other values don't apply, and you'd rather Google not associate your site with, or crawl the linked page from, your site. For links within your own site, use the robots.txt disallow rule.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named. First locate the rendering path for external links and confirm which links are user-generated or outside the site; done means the agreed rel attributes appear on the intended links and existing checks still pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
documentation
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.