Entwicklerportal
CodeGewölbe
Kostenlose Sammlung für Entwickler, Admins und Website-Betreiber: Snippets, VelinStyle-Komponenten, VelinScript-Automationen und Security-Rezepte — copy-paste-fertig.
Canonical Batch
Canonical-Tags mehrerer URLs prüfen.
Fortgeschritten
5 Min.
Code
while read -r u; do echo -n "$u -> "; curl -sL "$u" | grep -o 'rel="canonical"[^>]*' | head -1; done < urls.txt