Site Analyzer Results

Report for: webstix.com ↗ Domain audited 39 times ↗

90
Overall Score
Top 9% of All Sites Scanned Scored higher than 91% of tested websites

Excellent

We found 14 items that need attention across 8 sections.

+10 Points Available

Fix the items below to reach a perfect 100/100 score

Click to Save on Streaming TV ↗
Fix Your Website Help Guide Book Cover
Report Companion Guide

This Report Found the Problems. This Guide Helps You Fix Them.

A website analysis is only useful if you know what to do next.

The Fix Your Website Help Guide explains all 144 checks used by SiteAnalyzerFree.com in straightforward language. You’ll learn what each result means, why it matters, and how to correct it.

Instant Digital Access & Companion Guide - Just $17

1. SEO (9/9)

Items needing attention are listed first, followed by checks that passed and any informational items from this scan.

PASS

→ Needs Attention

No issues found for this section for this scan - good job!

Passed Checks

Critical #1 Homepage Title Detected: Homepage title is present and avoids generic wording.
  • Web Design & SEO Agency in Madison, WI | Webstix
Google Search Snippet Preview
webstix.com https://webstix.com
Web Design & SEO Agency in Madison, WI | Webstix
Welcome to webstix.com. Discover our services, solutions, and get in touch with our team.
Medium #2 Homepage Meta Description Detected: Homepage meta description is present.
  • Web design, development & SEO Agency in Madison, WI, serving Wisconsin, Michigan, Illinois & Indiana. Websites designed to rank, build trust, and win leads.
High #3 Canonical URL Detected: A canonical tag was found and matches the current page URL.
  • https://webstix.com/
Medium #12 Internal Links Detected on the Homepage: The homepage includes internal links to other pages on the site.
  • Internal links: 333
  • External links: 39
Medium #10 Single Homepage H1 Found: Exactly one H1 was detected on the homepage.
  • Web Design, Digital Marketing, and AI Integration
High #9 No Duplicate Page Titles Detected: No duplicate page titles were flagged across the scanned pages.
Low #14 HTML Language Attribute Defined: The html element declares a valid language attribute ('en-us').
Low #15 Logical Subheading Hierarchy Active: Detected 41 H2 and 41 H3 subheadings, providing a clear structural flow.
Medium #16 No Duplicate Meta Descriptions Detected: No duplicate meta descriptions were flagged across the scanned pages.

Informational Items

Medium #34 Homepage Images Could Not Be Reliably Evaluated: Image accessibility details were flagged, but access to the site appears limited, so this may reflect a challenge page or blocked response instead of the real homepage.
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTA4IDQxMS... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTA4IDQxMS... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTA4IDQxMS... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTA4IDQxMS... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTA4IDQxMS... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTA4IDQxMS... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTA4IDQxMS... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTA4IDQxMS... [Inline Base64 Data]

2. Technical (24/33)

Items needing attention are listed first, followed by checks that passed and any informational items from this scan.

NEEDS WORK

→ Needs Attention

9 items found in this section (worth up to +22 points if fixed).

Medium Priority +4 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#39 Exposed Software Version Headers

Why it matters

Disclosing specific version numbers of your web server (Apache, Nginx, IIS) or application language (PHP, ASP.NET) in HTTP headers makes it easier for attackers to identify and target version-specific vulnerabilities.

What we found

Exposed software details found in response headers:

- X-Powered-By header: PHP/8.3.33
Result/Outcome

Stops browsers from guessing MIME types, preventing malicious scripts disguised as images or text files from executing on your domain.

Recommended Action

Configure your web server to hide specific technology version numbers (e.g., set ServerTokens ProductOnly in Apache or expose_php = Off in php.ini).

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#40 Missing Clickjacking Protection

Why it matters

Clickjacking is a malicious technique where an attacker tricks a user into clicking on a button or link on another page when they think they are clicking on the parent page. This is prevented by blocking your site from being loaded inside an iframe.

What we found

No X-Frame-Options or Content-Security-Policy (frame-ancestors) headers were detected.

Result/Outcome

Reduces server bandwidth and speeds up asset delivery by serving modern pre-compressed resources to supporting browsers.

Recommended Action

Add the 'X-Frame-Options: SAMEORIGIN' header to your web server responses to prevent framing.

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#42 DNSSEC Security Disabled

Why it matters

DNSSEC adds cryptographic signatures to your DNS records. Without it, your domain DNS records are susceptible to cache poisoning or man-in-the-middle redirection attacks.

What we found

DNSSEC records (DNSKEY or DS) were not detected.

Result/Outcome

Protects your DNS lookups against spoofing and cache poisoning, ensuring visitors always reach your authentic server.

Recommended Action

Enable DNSSEC in your domain registrar panel and add the DS records to your DNS provider settings.

Medium Priority +4 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#43 Missing Text Compression

Why it matters

Compressing text assets (HTML, CSS, JS) using Gzip or Brotli reduces download sizes by up to 70%, significantly speeding up initial page load.

What we found

HTTP responses do not include Content-Encoding compression headers.

Result/Outcome

Shrinks transferred file sizes by up to 70%, dramatically speeding up page rendering especially on slower mobile connections.

Recommended Action

Enable Gzip or Brotli compression in your server configuration (Apache .htaccess, Nginx.conf, or Cloudflare settings).

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#44 Unminified Code Assets

Why it matters

Minifying code assets strips unnecessary spacing, comments, and line breaks to minimize file transfers and improve load speeds.

What we found

Found unminified assets: 8 CSS file(s) and 3 JS file(s).

Result/Outcome

Removes whitespace and comments from JavaScript and CSS bundles, reducing code download sizes and execution latency.

Recommended Action

Minify CSS and JS files and update link references to use minified version outputs.

Estimated Page Weight & Asset Breakdown Total: 723.7 KB
● HTML 23.4 KB
● CSS 80.1 KB
● JavaScript 210 KB
● Images 410.2 KB
Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#45 Legacy Image Formats Used

Why it matters

Modern formats like WebP, AVIF, and SVG compress images much more efficiently than legacy formats (JPEG, PNG), reducing file weight without losing quality.

What we found

Found 58 image(s) using legacy file formats.

Result/Outcome

Reduces image file weights by up to 80% without losing visual clarity by serving modern next-generation formats like WebP or AVIF.

Recommended Action

Convert images to WebP or AVIF and update HTML tags accordingly.

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#48 Insecure Referrer-Policy

Why it matters

A secure Referrer-Policy prevents your server from leaking sensitive internal page URLs, query parameters, or path structures to third-party sites in referral logs.

What we found

Referrer-Policy header is either missing or set to an insecure default.

Result/Outcome

Controls sensitive URL data leakage in HTTP Referrer headers when users navigate from your site to external destinations.

Recommended Action

Add the 'Referrer-Policy: strict-origin-when-cross-origin' header to your web server configuration.

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#51 Missing Social Preview Image

Why it matters

An og:image meta tag is needed to display a visual card preview when users share your site on social networks or messaging apps.

What we found

No og:image tag was found on the homepage.

Result/Outcome

Ensures social share preview cards load instantly and reliably over secure, valid image URLs across all messaging platforms.

Recommended Action

Add an og:image tag with a high-resolution preview image URL.

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#49 Missing Content Security Policy (CSP)

Why it matters

A Content Security Policy (CSP) header guards against cross-site scripting (XSS) and code injection by specifying exactly which scripts and assets are allowed to load.

What we found

No Content-Security-Policy header was detected.

Result/Outcome

Establishes a strict security boundary that prevents unauthorized scripts, tracking beacons, and cross-site scripting injections.

Recommended Action

Add the Content-Security-Policy header to your web server settings to whitelist allowed sources.

Passed Checks

Critical #4 Meta Robots Tag Looks Indexable: Meta robots tag was found and does not appear to block indexing.
  • follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large
High #28 Mobile Viewport Detected: Viewport meta tag appears to be configured for mobile devices.
  • width=device-width, initial-scale=1
Medium #27 Structured Data Detected: JSON-LD schema was detected on the homepage.
Critical #25 HTTPS Detected: The homepage resolved over HTTPS.
High #26 No Mixed Content Detected on the Homepage: No HTTP-based resource URLs were flagged on the HTTPS homepage.
Medium #30 Robots.txt and Sitemap Reference Detected: robots.txt was found and includes a sitemap reference.
Medium #33 Homepage Found in Sitemap: The homepage URL appears in the sitemap checked during this scan.
  • https://webstix.com/sitemap_index.xml
High #97 Sitemap XML Validity Secure: The XML sitemap is reachable and conforms to valid XML specifications.
High #98 Sitemap URLs Health Secure: All scanned sitemap URLs responded with successful status codes (HTTP 200).
Medium #99 Sitemap Indexability Directives Align: No sitemap URLs specify noindex blocking instructions.
Medium #100 Sitemap Robots Crawl Alignment Secure: No sitemap URLs are blocked in robots.txt.
Medium #86 No Redirect Chains Detected: All scanned internal links load directly without multiple redirect hops.
High #87 Canonical Target Health Secure: All referenced canonical target URLs resolve successfully.
High #29 Response Time Within Current Threshold: Homepage responded in 0.53 seconds.
High #72 WWW vs Non-WWW Canonical Redirect: The alternate domain version (www.webstix.com) properly redirects to your preferred primary version (webstix.com).
  • http://webstix.com/HTTP 301 Redirect ➔ https://webstix.com/
  • https://webstix.com/HTTP 200 OK (Primary live URL)
  • http://www.webstix.com/HTTP 301 Redirect ➔ https://webstix.com/
  • https://www.webstix.com/HTTP 301 Redirect ➔ https://webstix.com/
Medium #73 Homepage URL Canonicalization: The direct index URL (https://webstix.com/index.php) properly redirects (HTTP 301) to your clean root homepage URL (/).
  • index.php
Low #74 DNS TTL Settings: DNS records have optimal TTL values (at or near 1 day / 86400s).
  • webstix.com (A) TTL: 86376s
  • www.webstix.com (A) TTL: 86376s
  • www.webstix.com (CNAME) TTL: 86400s
High #37 PHP Info Leak Safe: No publicly exposed phpinfo.php or info.php files were detected at standard root locations.
Critical #38 Directory Listing Disabled: Directory indexing appears to be correctly disabled on common folder paths.
Critical #41 Domain Expiration Date Secure: Your domain registration is active and does not expire soon (expires in 867 days).
Low #46 Strict Transport Security Active (HSTS): HTTP Strict Transport Security (HSTS) header is correctly configured, enforcing secure connections.
Medium #47 Cookie Security Checked: No session cookies are being initialized by response headers.
High #50 No Broken Assets or Resources: All local stylesheets and scripts referenced on your homepage resolve successfully.
Medium #52 Structured Data Syntax Valid: No syntax or decoding errors were found in referenced JSON-LD structured data.

Informational Items

Info Access to the Site Appears Limited: The scanner appears to have reached a firewall, security challenge, or bot-protection page instead of the normal homepage. This report may reflect that limited-access page rather than the real site.
  • Cloudflare detected
  • HTTP status: 200
Critical #5 No X-Robots-Tag Header Detected: No X-Robots-Tag header was detected on the homepage in this scan.
Low #35 Homepage Image Dimensions Could Not Be Reliably Evaluated: Image dimension issues were flagged, but access to the site appears limited, so this may reflect a challenge page or blocked response instead of the real homepage.
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjE0IDg0Ii... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTU5IDk2Ii... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTI3IDkyIi... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTU1IDkwIi... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjMxIDQwIi... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAxIDEwOS... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjE0IDg0Ii... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTU5IDk2Ii... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTI3IDkyIi... [Inline Base64 Data]
  • data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTU1IDkwIi... [Inline Base64 Data]
Info Internal Pages Scanned: Scanned 5 internal page(s) in addition to the homepage.

3. Conversion (3/3)

Items needing attention are listed first, followed by checks that passed and any informational items from this scan.

PASS

→ Needs Attention

No issues found for this section for this scan - good job!

Passed Checks

High #54 Clear Contact Path Detected: At least one clear contact method was detected on the site.
  • Phone detected
  • Contact CTA text detected
Medium #55 Homepage Form Fields Appear Labeled: Homepage form fields appear to have labels or aria-label support.
Low #56 Homepage Form Autocomplete Looks Complete: Common homepage form fields do not appear to be missing autocomplete attributes.

Informational Items

No issues found for this section for this scan - good job!

4. Page Conversion Analysis (2/2)

Items needing attention are listed first, followed by checks that passed and any informational items from this scan.

PASS

→ Needs Attention

No issues found for this section for this scan - good job!

Passed Checks

High #57 Top-of-Page CTA Detected: At least one call to action was detected near the top of the page.
  • Open menu
  • ×
  • .st0 { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; }
  • Find Out
  • Categories
  • Customize
  • Reject All
  • Accept All
  • Save My Preferences
  • Sign In
  • Contact
  • Buy Maintenance Blocks
  • AboutYou're an Expert at YOUR Business... So Do That We'll Take Care of the WebsiteIf you need any kind of web site work done, please contact Webstix and talk with us today so you, too, can get the benefit of our expert team and our high standards of website work.Contact Us
  • Contact Us
  • Support
  • .st0 { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Contact
  • .st0 { fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } See Who We've Helped
  • .st0 { fill: none; stroke: #a51e22; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Explore
  • .st0 { fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } View More Services
  • .st0 { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Learn More About Webstix
  • .st0 { fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Read More Reviews
  • .st0 { fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Read More Testimonials
  • .st0 { fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } View More Testimonials
  • .st0 { fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } See More Projects
  • .st0 { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Get My Free Website Diagnosis - No Hard Pitch
  • .st0 { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Get My Free ADA Evaluation
  • .st0 { fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Find Out More
  • .st0 { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } View Case Study
  • .st0 { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } See How Your Website Can Perform Better
  • .st0 { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Buy Maintenance Blocks
  • .st0 { fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Read More Blog Posts
  • .st0 { fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; } Ask Us Anything
Medium #60 Trust Signals Detected: The page appears to reference reviews, testimonials, ratings, or similar trust signals.

Informational Items

No issues found for this section for this scan - good job!

5. Trust (9/11)

Items needing attention are listed first, followed by checks that passed and any informational items from this scan.

NEEDS WORK

→ Needs Attention

2 items found in this section (worth up to +4 points if fixed).

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#6 Open Graph Tags are Incomplete or Suboptimal

Why it matters

Open Graph tags help links look professional when shared in social apps, chat, and other preview cards.

What we found

We found some missing tags or best practice issues on the homepage:

- Missing tag: **og:image** - Best practice warning: og:description is too long (156 chars). Previews may truncate descriptions over 150 characters.
Result/Outcome

Generates beautiful, eye-catching preview cards with your branding and image whenever anyone shares your link on Facebook, LinkedIn, Slack, or iMessage.

Recommended Action

Add the missing Open Graph tags and optimize lengths to fit social card previews.

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#78 Missing Authoritative Outbound Links

Why it matters

Linking to high-authority educational, governmental, or industry sources signals to search engines and LLM systems that your statements are factually backed, enhancing E-E-A-T.

What we found

No authoritative citations or outbound links were found.

Result/Outcome

Associates your site with respected industry authorities, signaling to search engines that your content is trustworthy and thoroughly fact-checked.

Recommended Action

Add outbound context links to reputable sources when referencing facts, data, or research.

Passed Checks

Low #7 Twitter Card Detected: twitter:card was detected on the homepage.
  • summary_large_image
Low #36 Favicon Detected: A favicon was detected in the page markup.
Low #62 Up-to-Date Copyright Notice: Found copyright notice with the current year (2026).
Medium #63 Privacy Policy Declared: Your website links to a Privacy Policy page, which builds trust and complies with data collection regulations.
Low #64 Terms of Service Declared: Your website links to a Terms of Service or Terms & Conditions page, defining the rules for using your website.
Low #75 Established Domain Age: Your domain has been registered since January 2002 (older than 5 years), commanding stronger historical authority with search engines.
Low #76 Domain Registration Term Secure: Your domain is registered for 2.4 years into the future.
Medium #77 Domain Email Configured (MX Records): Domain-level mail servers (MX records) are correctly configured, suggesting the domain is used for legitimate communication.
Low #65 Social Media Profiles Configured: Detected 103 active link(s) to company social profiles (e.g. https://webstix.com/my-account/, https://webstix.com/).

Informational Items

No issues found for this section for this scan - good job!

6. Content (5/6)

Items needing attention are listed first, followed by checks that passed and any informational items from this scan.

NEEDS WORK

→ Needs Attention

1 item found in this section (worth up to +2 points if fixed).

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#24 Inward-Focused Copywriting

Why it matters

Copywriting that focuses heavily on 'we', 'our', and 'us' can feel self-centered to prospective customers. Shifting the focus to 'you' and 'your' makes the value proposition more engaging and customer-centric.

What we found

The homepage copy uses more self-focused pronouns (we, our, us: 171) than customer-focused pronouns (you, your: 137). The ratio is only 0.8:1.

Result/Outcome

Engages prospects by focusing directly on their pain points, needs, and desired outcomes (using "you" and "your"), driving significantly higher inquiry and conversion rates.

Recommended Action

Rewrite some of your homepage copy to focus more on the customer's needs and experiences rather than your company's actions (e.g., instead of 'We deliver high-quality plumbing services,' use 'Get high-quality plumbing services delivered to your door').

Passed Checks

Critical #17 Homepage Content Length Looks Healthy: About 4360 words were detected on the homepage, which suggests the page has enough written content to explain the business.
Low #19 Homepage H2 Headings Detected: Found 41 H2 heading(s) on the homepage.
Low #20 Homepage H3 Headings Detected: Found 41 H3 heading(s) on the homepage.
Medium #21 No Empty Headings Detected: No empty heading tags were flagged on the homepage.
Low #15 Heading Order Looks Reasonable: No heading order skips were flagged in the homepage heading sequence.

Informational Items

No issues found for this section for this scan - good job!

7. Local SEO (1/1)

Items needing attention are listed first, followed by checks that passed and any informational items from this scan.

PASS

→ Needs Attention

No issues found for this section for this scan - good job!

Passed Checks

Medium #66 NAP Information Detected: The scanned pages appear to include business contact/location information.
  • Phone found
  • Street address pattern found
  • City/state/ZIP pattern found

Informational Items

No issues found for this section for this scan - good job!

8. AI & Generative Search (7/9)

Items needing attention are listed first, followed by checks that passed and any informational items from this scan.

NEEDS WORK

→ Needs Attention

2 items found in this section (worth up to +4 points if fixed).

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#96 Complex Content Readability

Why it matters

Text that is overly dense, uses long sentences, or has excessive multi-syllable jargon is difficult for both readers and LLM/voice search models to extract clear answers from.

What we found

Flesch Reading Ease score is low: 46.5/100.

Result/Outcome

Ensures your writing is clear and accessible, helping human visitors stay engaged and making it easier for AI models to synthesize your message.

Recommended Action

Simplify sentence lengths and use plain, active language where possible to make your copy more digestible.

Low Priority +2 Points to Gain
ℹ️
Marked as Not Pertaining: This item has been marked as not pertaining to this website. It is now listed under informational items that passed and does not reduce your site score.

#95 Missing Breadcrumb Structured Data

Why it matters

Breadcrumbs map your site taxonomy for search engines and LLMs, aiding sitelink snippet grouping in Google search and navigation clarity for AI systems.

What we found

BreadcrumbList structured data was not detected on the page.

Result/Outcome

Displays clean navigational breadcrumbs in Google search snippets and helps AI systems understand your website's hierarchy.

Recommended Action

Add JSON-LD BreadcrumbList markup to declare navigation parent-child links.

Passed Checks

High #88 AI Search Crawler Access: robots.txt allows search-enabled AI engines (e.g., OAI-SearchBot, PerplexityBot, ClaudeBot) to index your public content.
Low #89 Entity Verification Schema (sameAs Links): Found 13 authoritative sameAs verification link(s) connecting your business entity to verified profiles.
  • https://webstix.com
  • https://www.facebook.com/webstix
  • https://twitter.com/webstix
  • https://www.linkedin.com/company/webstix-inc
  • https://www.youtube.com/user/WebstixInc/
  • https://en.wikipedia.org/wiki/Web_design
  • https://en.wikipedia.org/wiki/Web_development
  • https://en.wikipedia.org/wiki/Search_engine_optimization
  • https://en.wikipedia.org/wiki/Local_search_engine_optimization
  • https://en.wikipedia.org/wiki/WordPress
  • https://en.wikipedia.org/wiki/Lead_generation
  • https://en.wikipedia.org/wiki/Conversion_rate_optimization
  • https://en.wikipedia.org/wiki/Web_hosting_service
Low #90 Topic & Service Taxonomy in Schema: Detected explicit expertise taxonomy (knowsAbout / hasOfferCatalog / serviceType) in structured data. Defined offer/service taxonomy.
Medium #91 Content Citability & Direct Answer Formatting: Detected structured content formatting that AI Overviews and LLMs frequently extract and cite.
  • FAQPage Schema
  • 282 Semantic List(s)
Low #92 Machine-Readable llms.txt Standard Detected: Found /llms.txt providing AI assistants and LLMs with a clean, Markdown-formatted summary of your website and services.
Low #93 Content Freshness & Modification Timestamps: Detected publication or modification timestamp metadata (datePublished / dateModified / <time> tags) for content freshness verification.
Low #94 Author Attribution & E-E-A-T Credentials: Detected author attribution or Person schema identifying content creators and subject-matter experts.

Informational Items

No issues found for this section for this scan - good job!

Fix Your Website Help Guide Book Cover
Report Companion Guide

This Report Found the Problems. This Guide Helps You Fix Them.

A website analysis is only useful if you know what to do next.

The Fix Your Website Help Guide explains all 144 checks used by SiteAnalyzerFree.com in straightforward language. You’ll learn what each result means, why it matters, and how to correct it.

Instant Digital Access & Companion Guide - Just $17

Need Help Fixing These Possible Issues?

Click to view estimated fix times, cost, and get a copy-and-paste work order

View Estimate Details ▾

Estimated Time

Select Estimated task Occurrences Minutes
No structured data
Missing Breadcrumb Structured Data
Add foundational structured data to the site so search engines can better understand the business and its pages.
1 20
Open Graph completion
Missing Social Preview Image
Complete the Open Graph and related social sharing tags so pages preview correctly when shared.
1 10
Homepage content depth
Complex Content Readability • Missing Authoritative Outbound Links
Expand or strengthen the homepage copy so it better explains what the business does, who it serves, and what makes it different.
1 20
Homepage clarity rewrite
Inward-Focused Copywriting
Rewrite or tighten the homepage messaging so the value proposition and service offering are clearer at the top of the page.
1 15
Slow page response
Missing Text Compression • Unminified Code Assets • Legacy Image Formats Used
Review the lighter page speed issues and make practical performance improvements that can help the page respond faster.
1 25
Domain resolution missing
DNSSEC Security Disabled
Review the domain DNS setup so the correct domain versions resolve properly.
1 20
HTTP security headers hardening
Exposed Software Version Headers • Missing Clickjacking Protection • Insecure Referrer-Policy • Missing Content Security Policy (CSP)
Configure the web server to suppress Server/X-Powered-By software version banners and enable clickjacking protection headers.
1 15
Total Minutes: 125

Total Estimate in Maintenance Blocks

This estimate groups related fixes together, adds up the total time, converts it into 30-minute Maintenance Blocks, and gives you an estimated cost for these fixes (1 block = 30 minutes).

Estimated minutes
125
Estimated blocks
5
Current rate
$80.00/block
Estimated price
$400.00

Based on this report, the current estimate is 5 blocks at $80.00 per block. The closest pack level for pricing is the 6-block level, but Webstix also lets people buy the exact quantity needed.

Copy-and-Paste Work Order

Send this to support@webstix.com to verify the quote before you pay. There is no charge for an estimate.

From Online Brochure to Working Business Asset
Go to the Next Level

Go Beyond These Fixes and REALLY Make Your Website Work

If you’re getting traffic from Google, ads, social, referrals, or word-of-mouth — and people still aren’t taking action — it’s usually not a “marketing problem.” It’s a website problem. Something on the page is confusing, missing, or quietly creating doubt.

This book is a practical, plain-English guide to finding those issues fast and fixing them in the right order — without rebuilding your whole site, and without needing to be a designer or developer.

76% Off - This Week
Instant PDF Download • 10 Valuable Site Fixes that Keep Working for You

Pages Scanned

6 Pages

Note: This is an automated algorithmic checkup limited to a small number of pages. It looks for common patterns and technical flags, but it is not a replacement for a deep manual audit by a human expert.

Make Better Decisions With Data

Where is Webstix Cited Online? - Check Visibility

On-page fixes are only half the battle. Measure your off-page editorial citations, uncover high-authority unlinked brand mentions for easy link-building, and see how AI knowledge engines (ChatGPT, Perplexity, Google AI Overviews) recognize webstix.com.


Claim your online mentions. Run against your competition.

Editorial Citation Discovery

Find citations across top news, trade magazines, and niche blogs with domain authority metrics.

1-Click Link Outreach

Turn unlinked brand mentions into powerful backlinks with auto-generated editor email templates.

4-Pillar AI Authority Score

Benchmark Volume, Diversity, Sentiment & Trust, and Topic Clarity against search standards.

Instant Free 5-Citation Preview • Full 50+ citation report available for $17

AI SEO / GEO Help:

More Tools / Websites:

Helpful Information: