Skip to content

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.

License

Notifications You must be signed in to change notification settings

ProgrammerKR/web_analyzer.kr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages