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.
- 🔗 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 usingapi.allorigins.win
- Clone or download this repository.
git clone https://github.com/your-username/website-analyzer.git-
Open the
index.htmlfile in any browser, or deploy it using GitHub Pages. -
Enter the full URL of the website you want to analyze (e.g.
https://example.com), and click Analyze.
- HTML5
- CSS3 (Vanilla, no framework)
- JavaScript (Vanilla, no library)
- AllOrigins CORS Proxy
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.
This project is licensed under the MIT License.