📚 Documentation

Complete guide to understanding your domain analysis results, scoring system, and technical insights

🎯 Overview

Webyverse Domain Analyzer is a comprehensive tool that evaluates websites across multiple dimensions to provide actionable insights for improvement. Our analysis covers three main areas:

🔍 SEO Analysis

Evaluates search engine optimization factors including meta tags, Open Graph data, structured data, and content optimization.

🔒 Security Assessment

Analyzes SSL certificates, security headers, HTTPS implementation, and other security best practices.

Performance Metrics

Reviews hosting quality, server configuration, compression, caching, and technical optimization factors.

Getting Started: Simply enter any domain name (with or without www, http://, or https://) and our analyzer will automatically detect the best URL format and perform a comprehensive analysis.

📊 Scoring System

Our scoring system provides clear, actionable insights into your website's performance across three key areas. Each score ranges from 0-100, with specific thresholds indicating different performance levels.

Score Ranges Explained

90-100 Excellent
Outstanding performance with industry best practices fully implemented. Your website excels in this area.
70-89 Good
Solid performance with most best practices in place. Minor optimizations could push you to excellent.
50-69 Average
Acceptable performance but significant improvements are needed to compete effectively.
0-49 Poor
Critical issues present that need immediate attention. This may impact user experience and rankings.

How Scores Are Calculated

Overall Score Formula
Overall Score = (SEO Score + Security Score + Performance Score) ÷ 3

The overall score is the average of all three individual scores, providing a balanced view of your website's health.

Important: Scores are calculated in real-time based on current website status. Regular monitoring is recommended as changes to your website can affect scores.

🔍 SEO Analysis

SEO (Search Engine Optimization) score evaluates how well your website is optimized for search engines like Google, Bing, and Yahoo. A higher SEO score typically correlates with better search engine rankings and visibility.

SEO Score Breakdown

Factor Points Description Impact
Meta Tags +40 Title, description, keywords, and other meta information High
Open Graph Tags +30 Social media sharing optimization (Facebook, Twitter, etc.) High
Language Declaration +10 HTML lang attribute or meta language tags Medium
XML Sitemap +20 Presence of XML sitemap for search engine crawling High

Meta Tags Deep Dive

Essential Meta Tags

Title Tag

The most important meta tag for SEO. Should be 50-60 characters and include primary keywords.

<title>Your Page Title - Brand Name</title>

Meta Description

Appears in search results. Should be 150-160 characters and compelling to encourage clicks.

<meta name="description" content="A compelling description of your page content that encourages users to click.">

Meta Keywords

Less important for modern SEO but still analyzed by some search engines.

<meta name="keywords" content="keyword1, keyword2, keyword3">

Viewport Meta Tag

Essential for mobile responsiveness and mobile SEO.

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Open Graph Protocol

Open Graph tags control how your content appears when shared on social media platforms. These tags significantly impact social media engagement and indirect SEO benefits.

📝 og:title

The title of your content as it should appear in social media shares.

<meta property="og:title" content="Page Title">
📄 og:description

A brief description of your content for social media previews.

<meta property="og:description" content="Description">
🖼️ og:image

The image that represents your content in social shares.

<meta property="og:image" content="image-url">
🔗 og:url

The canonical URL of your page for social media.

<meta property="og:url" content="page-url">
Pro Tip: Testing Open Graph

Use Facebook's Sharing Debugger or Twitter's Card Validator to test how your Open Graph tags appear on social media platforms.

Additional SEO Factors

Language Declaration: Helps search engines understand your content's language and serve it to the right audience.
XML Sitemap: A roadmap for search engines to discover and index all your important pages efficiently.
SEO Score Examples

95/100: All meta tags present, Open Graph implemented, sitemap available, language declared

75/100: Meta tags present, Open Graph partial, sitemap missing

55/100: Basic meta tags only, no Open Graph, no sitemap

25/100: Missing title tag, no meta description, no optimization

🔒 Security Analysis

Security score evaluates your website's implementation of security best practices. A high security score indicates that your site protects user data and follows modern security standards.

Security Score Breakdown

Security Factor Points Description Risk Level
SSL Certificate +50 Valid HTTPS encryption with trusted certificate Critical
Security Headers +10 each HTTP security headers (max 50 points total) High

SSL Certificates

SSL (Secure Sockets Layer) certificates encrypt data between your website and visitors. They're essential for:

🔐 Data Encryption

Protects sensitive information like passwords, credit card numbers, and personal data from interception.

Trust Indicators

Browsers show a padlock icon and "Secure" label, building user confidence in your website.

📈 SEO Benefits

Google considers HTTPS as a ranking factor, giving secure sites a slight advantage in search results.

Modern Features

Required for HTTP/2, service workers, and many modern web APIs that improve performance.

SSL Certificate Details We Analyze

Certificate Authority (Issuer)

We identify who issued your SSL certificate. Trusted authorities include:

  • Let's Encrypt: Free, automated certificates
  • DigiCert: Premium certificates with extended validation
  • Cloudflare: CDN-integrated certificates
  • Comodo/Sectigo: Widely trusted commercial certificates

Expiration Date

We check when your certificate expires. Expired certificates cause:

  • Browser security warnings
  • Loss of user trust
  • Potential SEO penalties
  • Blocked access to your site

Certificate Type

Different validation levels provide different security assurances:

  • Domain Validated (DV): Basic encryption, fastest to obtain
  • Organization Validated (OV): Includes company verification
  • Extended Validation (EV): Highest trust level, shows company name in browser

Security Headers

HTTP security headers are additional instructions sent by your server to browsers, telling them how to handle your website securely. Each header we detect adds 10 points to your security score (maximum 50 points).

🛡️ Strict-Transport-Security (HSTS)

Forces browsers to use HTTPS and prevents downgrade attacks. Essential for any site handling sensitive data.

Strict-Transport-Security: max-age=31536000; includeSubDomains
🖼️ X-Frame-Options

Prevents your site from being embedded in frames, protecting against clickjacking attacks.

X-Frame-Options: DENY X-Frame-Options: SAMEORIGIN
📄 X-Content-Type-Options

Prevents browsers from MIME-sniffing responses, reducing XSS attack vectors.

X-Content-Type-Options: nosniff
🔒 Content-Security-Policy (CSP)

Controls which resources browsers can load, providing strong protection against XSS attacks.

Content-Security-Policy: default-src 'self'
🔗 Referrer-Policy

Controls how much referrer information is shared when users navigate away from your site.

Referrer-Policy: strict-origin-when-cross-origin
⚙️ Permissions-Policy

Controls which browser features and APIs your site can use, reducing attack surface.

Permissions-Policy: camera=(), microphone=()

Security Best Practices

Critical: Sites without SSL certificates receive 0 security points and show browser warnings to users.
Important: Security headers are often missing on shared hosting. Consider upgrading to hosting that supports custom headers.
Quick Security Wins

The fastest way to improve your security score:

  1. Enable HTTPS with a valid SSL certificate
  2. Add basic security headers through your hosting control panel
  3. Use a CDN like Cloudflare that adds security headers automatically
  4. Keep your CMS and plugins updated
Security Score Examples

100/100: Valid SSL + 5 security headers (HSTS, X-Frame-Options, CSP, etc.)

80/100: Valid SSL + 3 security headers

50/100: Valid SSL certificate only, no security headers

10/100: No SSL, only basic security headers from hosting provider

0/100: No SSL certificate, no security headers

⚡ Performance Analysis

Performance score evaluates technical factors that affect your website's speed, reliability, and user experience. Unlike simple speed tests, we analyze the underlying infrastructure and optimization techniques.

Performance Factors

Performance Factor Points Description Impact
Successful Connection +20 Website loads successfully without errors Critical
Compression (Gzip/Brotli) +15 Content is compressed to reduce transfer size High
Caching Headers +5 each Cache-Control, ETag, Last-Modified, Expires (max +20) High
Content-Type Optimization +10 Proper MIME type declaration Medium
Server Efficiency +10 Modern server software (Nginx, Apache, etc.) Medium
CDN Detection +15 Content Delivery Network usage High
Modern Framework +10 React, Vue, Angular, Next.js, etc. Low
Hosting Quality +10 Dedicated hosting or premium providers Medium
SSL Implementation +5 HTTPS properly configured Medium
Favicon Presence +5 Website has a favicon for better UX Low
Performance Range: Performance scores typically range from 30-100, with a minimum base score ensuring basic functionality is recognized.

Hosting Quality Assessment

We analyze your hosting infrastructure to determine performance potential:

🏢 Dedicated Hosting

+20 points: Your website has its own server resources, ensuring consistent performance and no resource sharing with other sites.

Excellent Performance
🌐 Shared Hosting

+10 points: Resources are shared with other websites, which can affect performance during high traffic periods.

Variable Performance
☁️ Cloud Providers

+10 points: Major cloud providers (AWS, Google Cloud, Azure) typically offer excellent infrastructure and global reach.

High Performance
🚀 CDN Integration

+15 points: Content Delivery Networks cache your content globally, dramatically improving load times worldwide.

Global Performance

Performance Optimization Tips

Quick Performance Improvements

Enable Compression

Gzip or Brotli compression can reduce file sizes by 70-90%. Most hosting providers offer this in their control panels.

Set Up Caching Headers

Tell browsers how long to cache your content:

Cache-Control: public, max-age=31536000 # Cache for 1 year ETag: "abc123" # Version identifier Last-Modified: Wed, 21 Oct 2023 07:28:00 GMT

Use a CDN

Services like Cloudflare, AWS CloudFront, or MaxCDN can dramatically improve global performance.

Optimize Images

Use modern formats (WebP, AVIF) and appropriate compression. Consider lazy loading for below-the-fold images.

Minimize HTTP Requests

Combine CSS/JS files, use CSS sprites, and eliminate unnecessary plugins or widgets.

Performance Score Examples

95/100: Dedicated hosting + CDN + compression + caching + modern framework

75/100: Good hosting + compression + basic caching

55/100: Shared hosting + basic optimization

35/100: Basic hosting, minimal optimization

🌐 Hosting Information

Understanding your hosting setup is crucial for performance optimization and security planning. We analyze multiple aspects of your hosting infrastructure.

Hosting Types Explained

🏠 Shared Hosting

Characteristics:

  • Multiple websites on one server
  • Shared resources (CPU, RAM, bandwidth)
  • Most affordable option
  • Performance can vary
Budget-Friendly
🏢 Dedicated Hosting

Characteristics:

  • Entire server for your website
  • Dedicated resources
  • Consistent performance
  • Higher cost but better control
High Performance
☁️ Cloud Hosting

Characteristics:

  • Scalable resources
  • Pay-as-you-use pricing
  • High availability
  • Global infrastructure
Scalable
🔧 VPS Hosting

Characteristics:

  • Virtual private server
  • Dedicated virtual resources
  • More control than shared
  • Moderate pricing
Balanced

IP Address Analysis

We perform comprehensive IP analysis to understand your hosting infrastructure:

What We Analyze About Your IP

Hosting Provider Identification

We identify your hosting company and their reputation:

  • Premium Providers: AWS, Google Cloud, Microsoft Azure, DigitalOcean
  • Popular Hosts: GoDaddy, Bluehost, SiteGround, Hostinger
  • CDN Providers: Cloudflare, Fastly, KeyCDN, MaxCDN
  • Specialized Hosts: WP Engine, Kinsta, Pantheon

Geographic Location

Server location affects performance for your visitors:

  • Closer servers = faster loading times
  • Multiple locations = global CDN
  • Data sovereignty considerations
  • SEO implications for local search

ASN (Autonomous System Number)

Technical identifier for your hosting network:

  • Helps identify the actual infrastructure provider
  • Useful for troubleshooting network issues
  • Indicates network size and reliability

Reverse DNS Lookup

The hostname associated with your IP address:

  • Often reveals hosting provider details
  • Can indicate server configuration
  • Helps identify shared vs dedicated hosting

Shared vs Dedicated Hosting Detection

We use multiple techniques to determine if your hosting is shared or dedicated:

Detection Method Shared Hosting Indicators Dedicated Hosting Indicators
Reverse IP Lookup Multiple domains on same IP Single domain or related domains only
Hosting Provider Type Budget hosting companies Enterprise or cloud providers
Server Headers Generic server configurations Custom or optimized configurations
IP Range Analysis IP in shared hosting ranges IP in dedicated/cloud ranges
Shared Domain Detection: When we detect shared hosting, we also show you other domains sharing the same IP address (up to 20 domains for privacy).
Hosting Upgrade Considerations

Consider upgrading your hosting if you experience:

  • Slow loading times during peak hours
  • Frequent downtime or server errors
  • Limited customization options
  • Poor customer support response times
  • Security concerns with shared resources

⚙️ Technical Details

We analyze the technical stack powering your website to understand its capabilities, performance characteristics, and potential optimization opportunities.

Content Management System (CMS) Detection

We identify the platform powering your website by analyzing HTML patterns, file structures, and meta tags:

📝 WordPress

Detection Methods:

  • /wp-content/ directory references
  • WordPress-specific meta tags
  • wp-includes script references
  • WordPress REST API endpoints
Most Popular CMS
🛒 Shopify

Detection Methods:

  • Shopify-specific JavaScript libraries
  • myshopify.com domain references
  • Shopify analytics tracking
  • Liquid template syntax
E-commerce Platform
🎨 Wix

Detection Methods:

  • Wix-specific CSS classes
  • static.wixstatic.com resources
  • Wix application framework
  • Corvid by Wix features
Website Builder
🔧 Custom/Other

Also Detects:

  • Drupal (drupal.js, Drupal.settings)
  • Joomla (Joomla-specific patterns)
  • Magento (e-commerce indicators)
  • Squarespace (squarespace.com assets)
  • Webflow (webflow.com indicators)
  • Ghost (Ghost blogging platform)
  • TYPO3 (TYPO3-specific markup)
Various Platforms
CMS Benefits: Knowing your CMS helps us provide targeted optimization recommendations and security advice specific to your platform.

Technology Stack Analysis

We use advanced detection methods to identify the technologies powering your website:

Technology Categories We Analyze

Frontend Frameworks

Modern JavaScript frameworks and libraries:

  • React: Component-based UI library by Facebook
  • Vue.js: Progressive JavaScript framework
  • Angular: Full-featured framework by Google
  • Next.js: React-based full-stack framework
  • Nuxt.js: Vue.js-based universal application framework
  • Svelte: Compile-time optimized framework

JavaScript Libraries

Common libraries and utilities:

  • jQuery: DOM manipulation library
  • Lodash: Utility library
  • Moment.js: Date manipulation
  • Chart.js: Data visualization
  • Bootstrap: CSS framework

Analytics & Tracking

Analytics and marketing tools:

  • Google Analytics: Web analytics
  • Google Tag Manager: Tag management
  • Facebook Pixel: Social media tracking
  • Hotjar: User behavior analytics
  • Mixpanel: Product analytics

Server Technologies

Backend server information:

  • Apache: Traditional web server
  • Nginx: High-performance web server
  • Cloudflare: CDN and security service
  • IIS: Microsoft web server
  • LiteSpeed: High-performance web server

Server Information

Server details help understand performance capabilities and security posture:

Server Header Information Provided Performance Impact
Server Web server software and version Medium
X-Powered-By Backend technology (PHP, ASP.NET, etc.) Low
Content-Encoding Compression method (gzip, brotli) High
Content-Type MIME type and character encoding Medium
Modern Technology Benefits

Websites using modern frameworks often benefit from:

  • Better Performance: Optimized rendering and loading
  • Enhanced Security: Built-in security features
  • Improved SEO: Better crawling and indexing
  • Mobile Optimization: Responsive design capabilities

🌍 DNS Records

DNS (Domain Name System) records are instructions that tell the internet how to find your website. We analyze key record types to understand your domain configuration.

DNS Record Types Explained

🎯 A Records

Purpose: Point your domain to an IPv4 address

Example: example.com → 192.168.1.1

Common Issues:

  • Multiple A records can cause confusion
  • Outdated IPs lead to downtime
  • Missing A records prevent access
Critical for Access
📧 MX Records

Purpose: Direct email to your mail servers

Example: mail.example.com (priority 10)

Key Points:

  • Priority numbers determine order
  • Multiple MX records provide redundancy
  • Missing MX records break email
Email Functionality
🌐 NS Records

Purpose: Specify which servers handle DNS for your domain

Example: ns1.cloudflare.com

Importance:

  • Control where DNS is managed
  • Affect all other DNS records
  • Critical for domain functionality
DNS Authority
📝 TXT Records

Purpose: Store text information for various services

Common Uses:

  • SPF records for email authentication
  • Domain verification for services
  • DMARC policies for email security
  • Site ownership verification
Verification & Security

DNS Troubleshooting Guide

Common DNS Issues and Solutions

Website Not Loading

Symptoms: "This site can't be reached" or "DNS_PROBE_FINISHED_NXDOMAIN"

Possible Causes:

  • Missing or incorrect A records
  • DNS propagation delays (up to 48 hours)
  • Nameserver configuration issues
  • Domain expiration

Solutions:

  1. Verify A records point to correct IP
  2. Check domain expiration date
  3. Confirm nameservers are correct
  4. Wait for DNS propagation

Email Not Working

Symptoms: Emails bouncing or not being received

Possible Causes:

  • Missing or incorrect MX records
  • Wrong priority values
  • Mail server configuration issues

Solutions:

  1. Verify MX records exist and are correct
  2. Check priority values (lower = higher priority)
  3. Test mail server connectivity
  4. Add SPF and DMARC records for security

Slow DNS Resolution

Symptoms: Website takes long to start loading

Possible Causes:

  • Slow DNS servers
  • Too many DNS lookups
  • Geographic distance to DNS servers

Solutions:

  1. Use faster DNS providers (Cloudflare, Google)
  2. Reduce external resource dependencies
  3. Implement DNS prefetching
  4. Use a CDN with global DNS
DNS Health Indicators
Record Type Healthy Configuration Warning Signs
A Records 1-2 records pointing to active IPs No A records or unreachable IPs
MX Records At least 1 record with proper priority Missing MX records or wrong priorities
NS Records 2+ nameservers from reliable provider Single nameserver or unreliable provider
TXT Records SPF, DMARC records for email security No email authentication records

📋 WHOIS Data

WHOIS data provides registration information about your domain, including ownership details, registration dates, and nameserver information.

Key WHOIS Information

🏢 Registrar Information

The company where your domain is registered:

  • Popular Registrars: GoDaddy, Namecheap, Google Domains
  • Impact: Affects renewal costs and management interface
  • Considerations: Transfer policies and customer support quality
📅 Important Dates

Critical timeline information:

  • Creation Date: When domain was first registered
  • Expiration Date: When domain registration expires
  • Updated Date: Last modification to WHOIS data
🌐 Nameservers

DNS servers managing your domain:

  • Registrar Default: Basic DNS management
  • Third-party DNS: Cloudflare, Route 53, etc.
  • Custom Nameservers: Self-managed DNS
🔒 Privacy Protection

Domain privacy considerations:

  • WHOIS Privacy: Hides personal information
  • Public Records: Contact details visible
  • Business Domains: Often use public registration
Domain Expiration Warning: Domains typically expire annually. Set up auto-renewal to prevent accidental loss of your domain.
Domain Management Best Practices
  • Enable Auto-Renewal: Prevent accidental expiration
  • Use Domain Privacy: Protect personal information
  • Keep Contact Info Updated: Ensure you receive important notices
  • Use Strong Passwords: Protect your registrar account
  • Enable 2FA: Add extra security to domain management

📱 Social Media Presence

We scan your website for social media links to understand your online presence and social media integration. Social signals can indirectly impact SEO and user engagement.

Social Platforms We Detect

📘 Facebook

Detection: facebook.com links in navigation, footer, or content

SEO Benefits:

  • Social signals for content validation
  • Increased brand awareness
  • Potential referral traffic
  • Enhanced local SEO for businesses
🐦 Twitter/X

Detection: twitter.com or x.com links

Benefits:

  • Real-time engagement opportunities
  • News and trending topic visibility
  • Customer service channel
  • Content distribution platform
💼 LinkedIn

Detection: linkedin.com links

Professional Benefits:

  • B2B networking and lead generation
  • Professional credibility
  • Industry thought leadership
  • Recruitment and talent acquisition
📸 Instagram

Detection: instagram.com links

Visual Marketing:

  • Visual brand storytelling
  • Product showcase opportunities
  • Influencer collaboration potential
  • Younger demographic engagement
📺 YouTube

Detection: youtube.com links

Video Content Benefits:

  • Second largest search engine
  • Long-form content opportunities
  • Educational and tutorial content
  • Video SEO advantages
📌 Pinterest

Detection: pinterest.com links

Discovery Platform:

  • Visual search and discovery
  • E-commerce integration
  • DIY and lifestyle content
  • Long content lifespan
🎵 TikTok

Detection: tiktok.com links

Short-form Content:

  • Viral content potential
  • Gen Z and millennial reach
  • Creative marketing opportunities
  • Trend-based content strategy
💻 GitHub

Detection: github.com links

Developer Presence:

  • Open source project showcase
  • Technical credibility
  • Developer community engagement
  • Code portfolio demonstration

Social Media Integration Best Practices

Optimizing Social Media Integration

Strategic Link Placement

  • Header/Navigation: Easy access for all visitors
  • Footer: Standard location users expect
  • Contact Page: Part of comprehensive contact information
  • About Page: Builds trust and credibility

Social Proof Integration

  • Social Media Feeds: Display recent posts on your website
  • Testimonials: Include social media reviews and mentions
  • Follow Counts: Show social media following (if substantial)
  • User-Generated Content: Feature customer posts and photos

Cross-Platform Consistency

  • Brand Voice: Maintain consistent messaging across platforms
  • Visual Identity: Use consistent logos, colors, and imagery
  • Content Strategy: Adapt content for each platform's strengths
  • Posting Schedule: Regular, coordinated content updates
Social SEO Impact: While social media links don't directly impact search rankings, they contribute to brand authority, referral traffic, and content distribution.

🔧 Troubleshooting

Common issues you might encounter when using Webyverse Domain Analyzer and how to resolve them.

Analysis Issues

Domain Analysis Problems

"Unable to fetch domain" Error

Possible Causes:
  • Domain doesn't exist or is misspelled
  • Website is down or unreachable
  • Firewall blocking our analysis servers
  • Domain has no A records configured

Solutions:

  1. Double-check domain spelling
  2. Try with and without 'www' prefix
  3. Verify the website loads in your browser
  4. Check if domain is properly configured
  5. Wait a few minutes and try again

Incomplete Analysis Results

Symptoms: Some sections show "Unknown" or missing data

Common Reasons:

  • Website blocks automated requests
  • Cloudflare or other security services
  • Slow server response times
  • Incomplete HTML or missing meta tags

Solutions:

  1. Whitelist our analysis servers if possible
  2. Check if website loads quickly in browser
  3. Verify meta tags are properly implemented
  4. Try analysis during off-peak hours

Outdated Information

Note: Analysis reflects current website state

If results seem outdated:

  1. Clear your browser cache
  2. Wait for DNS propagation (up to 48 hours)
  3. Run a new analysis
  4. Check if changes were properly deployed

Score Interpretation Issues

Understanding Your Scores

Lower Than Expected Scores

SEO Score Lower Than Expected:

  • Missing or incomplete meta tags
  • No Open Graph implementation
  • Missing XML sitemap
  • No language declaration

Security Score Lower Than Expected:

  • No SSL certificate or expired certificate
  • Missing security headers
  • Mixed content issues (HTTP resources on HTTPS site)

Performance Score Lower Than Expected:

  • Shared hosting environment
  • No compression enabled
  • Missing caching headers
  • Slow or unreliable hosting provider

Score Fluctuations

Why scores might change:

  • Website updates or changes
  • Hosting provider changes
  • SSL certificate renewal
  • DNS configuration updates
  • Server configuration changes

Technical Support

Getting Help

If you continue experiencing issues:

  • Check our FAQ: Common questions and solutions
  • Contact Support: Use the contact form with specific details
  • Include Information: Domain name, error messages, browser used
  • Screenshots: Visual evidence helps us diagnose issues
Before Contacting Support
  1. Try the analysis with a different domain to isolate the issue
  2. Clear your browser cache and cookies
  3. Try from a different browser or device
  4. Check if the issue persists after a few hours
  5. Gather specific error messages or screenshots

🔌 API Reference

For developers who want to integrate Webyverse analysis into their own applications, we provide API endpoints for programmatic access.

Available Endpoints

📊 GET /api/domains

Purpose: Retrieve list of analyzed domains

GET /api/domains Response: [ { "domain": "example.com", "timestamp": "2024-01-15 10:30:00" } ]
🔍 GET /api/domain/{name}

Purpose: Get detailed analysis for specific domain

GET /api/domain/example.com Response: { "domain": "example.com", "seo_score": 85, "security_score": 90, "performance_score": 75, "overall_score": 83 }
📥 GET /api/export/{name}

Purpose: Export domain analysis as JSON

GET /api/export/example.com Response: JSON file download Content-Type: application/json
🗑️ DELETE /api/domain/{name}

Purpose: Delete domain analysis data

DELETE /api/domain/example.com Response: 200 OK (success) Response: 404 Not Found (domain not found)

API Usage Examples

Code Examples

JavaScript/Fetch Example

// Get domain analysis fetch('/api/domain/example.com') .then(response => response.json()) .then(data => { console.log('SEO Score:', data.seo_score); console.log('Security Score:', data.security_score); console.log('Performance Score:', data.performance_score); }) .catch(error => console.error('Error:', error)); // Get all analyzed domains fetch('/api/domains') .then(response => response.json()) .then(domains => { domains.forEach(domain => { console.log(`${domain.domain} - ${domain.timestamp}`); }); });

Python Example

import requests # Get domain analysis response = requests.get('http://your-domain.com/api/domain/example.com') if response.status_code == 200: data = response.json() print(f"Overall Score: {data['overall_score']}") print(f"SEO Score: {data['seo_score']}") else: print("Domain not found") # Export domain data response = requests.get('http://your-domain.com/api/export/example.com') if response.status_code == 200: with open('domain_analysis.json', 'wb') as f: f.write(response.content)

cURL Example

# Get domain analysis curl -X GET "http://your-domain.com/api/domain/example.com" # Get all domains curl -X GET "http://your-domain.com/api/domains" # Export domain data curl -X GET "http://your-domain.com/api/export/example.com" \ -o "example_com_analysis.json" # Delete domain analysis curl -X DELETE "http://your-domain.com/api/domain/example.com"
Rate Limiting: API endpoints are rate-limited to prevent abuse. Contact us for higher rate limits if needed for legitimate use cases.
API Best Practices
  • Error Handling: Always check response status codes
  • Caching: Cache responses to reduce API calls
  • Retry Logic: Implement exponential backoff for failed requests
  • Data Validation: Validate domain names before API calls
🎉 Congratulations! You've completed the Webyverse documentation. Use this knowledge to optimize your websites and improve their performance, security, and SEO rankings.
Next Steps
  1. Analyze Your Website: Run a comprehensive analysis of your domain
  2. Identify Issues: Focus on areas with lower scores first
  3. Implement Improvements: Use our recommendations to enhance your site
  4. Monitor Progress: Regular analysis to track improvements
  5. Share Results: Use export features to share with your team