
Un enlace muerto (enlace roto) es un enlace en una página web que no se puede conectar. Estos enlaces pueden tener un impacto negativo en el SEO y la seguridad. buscador Las herramientas facilitan la identificación y modificación.
Instalar
Instalar con gema
gem install deadfinder
imagen acoplable
docker pull ghcr.io/hahwul/deadfinder:latest
uso
Commands: deadfinder file # Scan the URLs from File. (e.g deadfinder file urls.txt) deadfinder help [COMMAND] # Describe available commands or one specific command deadfinder pipe # Scan the URLs from STDIN. (e.g cat urls.txt | deadfinder pipe) deadfinder sitemap # Scan the URLs from sitemap. deadfinder url # Scan the Single URL. deadfinder version # Show version. Options: c, [--concurrency=N] # Set Concurrncy # Default: 20 t, [--timeout=N] # Set HTTP Timeout # Default: 10 o, [--output=OUTPUT] # Save JSON Result
modelo
# Scan the URLs from STDIN (multiple URLs) cat urls.txt | deadfinder pipe # Scan the URLs from File. (multiple URLs) deadfinder file urls.txt # Scan the Single URL. deadfinder url # Scan the URLs from sitemap. (multiple URLs) deadfinder sitemap /sitemap.xml
Procesamiento JSON
deadfinder sitemap /sitemap.xml \ -o output.json cat output.json | jq