/web_analyzer.kr

A Website Analyzer built with HTML, CSS, and JavaScript, offering detailed insights on page titles, meta descriptions, keywords, headings, Open Graph data, images, links, scripts, stylesheets, and favicon. Fully responsive design with no external APIs required.

Primary LanguageHTMLMIT LicenseMIT

🌐 Website Analyzer

The Website Analyzer is a simple yet powerful tool built using HTML, CSS, and JavaScript that allows you to fetch and analyze basic information from any public webpage.

It extracts meta data such as the title, description, keywords, Open Graph tags, heading tags, and more, all in a clean and responsive UI.


🔍 Features

  • 🔗 Analyze any public website by entering its URL
  • 📄 Extract:
    • Page Title
    • Meta Description
    • Meta Keywords
    • Open Graph Title & Description
    • Main Heading (<h1>)
    • Application Name
    • Number of:
      • Images
      • Links
      • Scripts
      • Stylesheets
    • Favicon URL
  • 📱 Fully responsive design
  • ⚠️ Handles CORS errors gracefully using api.allorigins.win

📦 How to Use

  1. Clone or download this repository.
git clone https://github.com/your-username/website-analyzer.git
  1. Open the index.html file in any browser, or deploy it using GitHub Pages.

  2. Enter the full URL of the website you want to analyze (e.g. https://example.com), and click Analyze.


🚀 Live Demo

👉 Click here to use it online


🛠️ Tech Stack


⚠️ Disclaimer

This tool uses a public CORS proxy (https://api.allorigins.win) to fetch website content. Some websites may restrict access or block proxy requests. For advanced analysis or large-scale use, consider building a backend with proper proxying and rate limiting.


📄 License

This project is licensed under the MIT License.