Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excluding an url rather than a domain #12

Open
nsa opened this issue Sep 4, 2020 · 0 comments
Open

Excluding an url rather than a domain #12

nsa opened this issue Sep 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@nsa
Copy link

nsa commented Sep 4, 2020

I wonder if it is feasible to exclude an url rather than a whole domain. For example, I would like to exclude my twitter profile but I don't want to exclude whole twitter profiles.

Maybe an option like exclude_url could be implemented for this.

nofollow:
  enable: true
  field: site
  exclude:
    - 'exclude1.com'
    - 'exclude2.com'
  exclude_url:
    - 'twitter.com/myprofile'
@SukkaW SukkaW added the enhancement New feature or request label Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants