Avsnitt 1. Kapitel 7
single
Challenge: Find Orphan Pages
Svep för att visa menyn
Identifying orphan pages—pages on your website that are not linked to by any other page—is a crucial step in improving site structure and SEO. Orphan pages are often overlooked by both users and search engines, resulting in poor discoverability and lower rankings. By programmatically detecting these pages, you can ensure your site is fully interconnected and optimized for crawling.
Uppgift
Swipe to start coding
Given a dictionary representing a website's internal link structure, return a list of orphan page names—pages that are not linked to by any other page.
- The function receives
site_structure, a dictionary where keys are page names and values are lists of linked page names. - Identify all pages that are present as keys in
site_structurebut do not appear in any of the values ofsite_structure. - Return a list of these orphan page names.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 7
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal