Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.46 KB

📄 Sitemap Generator & Broken Link Checker

This Next.js application allows you to generate sitemaps and check for broken links on your website. This helps improve your site's SEO and ensures proper indexing by search engines.

🌟 Features

  • Sitemap Generation: Crawls your website and generates an XML sitemap containing all accessible links.
  • Broken Link Detection: Identifies broken links (4xx and 5xx status codes) on your website.
  • Priority Calculation: Assigns priority values to URLs based on their depth, helping search engines prioritize important pages.
  • Robots.txt Compliant: Respects robots.txt rules to avoid crawling disallowed sections of your website.
  • Easy Download: Provides a simple button to download the generated sitemap in XML format.
  • Server-Side Rendering: Uses server-side rendering for improved performance and SEO.

🚀 Usage

  • Enter the URL of your website in the input field.
  • Click the arrow button to start the process.
  • The application will crawl your website and display the generated sitemap and a list of broken links (if any).
  • Click the "Save" button to download the sitemap as an XML file.

🛠️ Tech Stack

  • Next.js
  • Puppeteer
  • TypeScript
  • Tailwind CSS

📬 Feedback and Suggestions

Your feedback is valuable! If you have any suggestions, ideas, or improvements for this project, please feel free to open an issue or submit a pull request. Your contributions are welcomed and appreciated 🚀.