Skip to content

Add Python script to detect broken links on a website #558

@JaivPatel07

Description

@JaivPatel07

Sometimes it is hard to manually check if all links on a webpage are working. If a website has many links, checking each one by hand takes a lot of time. Broken links like 404 pages or connection errors can affect user experience, so it would be helpful to have a simple script that checks them automatically.
I would like to add a Python script that scans a webpage and checks all the links on that page. The script will collect the links and check their status codes to see if they are working or broken. It will then print the results and show a summary of working and broken links.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions