grumpyp / grumpyp/backlink-checker
check if the backlinks are dofollow
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
As I got an intresting proposal to actually check wheather the link we're checking is dofollow or not, this should be implemented.
So make sure, that the link which is checked on the website we get the response of is **dofollow**.
My approach would be:
use `beautifulsoup` and look for the all links, then check for `sponsored and nofollow`, which we don't want our backlinks to be.
if this isn't the case, print ok, otherwise `print("---link marked as nofollow or sponsored")`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.