Cached Analysis

This analysis was performed 1 month ago (05.07.2026 13:43). The website may have changed since then.

Analyzed: 05.07.2026 13:43 1 month ago

SEO Analysis Report

56
/ 100

Average

Site needs optimization in many areas

Urgently plan optimization actions. Focus on critical issues.

Bridge the gap. Get a free action plan to reach score 80+ within 24h.

Get free plan

⚠️ Critical Issues (3)

  • 0/100
    Robots & Sitemap

    Missing robots.txt file, Sitemap.xml file not found

    Recommendation: Create a robots.txt file to control how bots crawl your site
  • 44/100
    Core Web Vitals

    38 of 38 images lack width/height - major CLS risk

    Recommendation: Add async or defer to 2 render-blocking scripts for better LCP
  • 55/100
    Mobile Friendliness

    No media queries detected - page may not be responsive

    Recommendation: Add CSS media queries for responsive design (@media (max-width: 768px))

Your site loads slowly. Our hosting runs on fast NVMe drives with built-in CDN, HTTP/2, and Brotli compression — measurably faster.

Free SSL certificate NVMe drives + CDN Daily backups HTTP/2 + Brotli
Ask about hosting

Category Scores

Meta Information

33/100
33
/ 100

Content

80/100
80
/ 100

Resources

70/100
70
/ 100

Technical SEO

55/100
55
/ 100

Priority Recommendations

Top 15
1

Create a robots.txt file to control how bots crawl your site

CRITICAL
Technical SEO Robots & Sitemap
Documentation
2

Create and publish a sitemap.xml file containing all important pages

CRITICAL
Technical SEO Robots & Sitemap
Documentation
3

Add H1 heading and H2/H3 structure - crucial for AI citation

CRITICAL
Content AI Citation
4

Add Article/BlogPosting structured data - crucial for AI content understanding

Missing structured data

The page has no Schema.org markup that tells Google exactly what the content is (article, product, company, etc.).

Impact

You're not taking advantage of "rich snippets" - enhanced results with stars, prices, images.

How to fix

Add appropriate Schema.org type (e.g., Article, Product, Organization) in JSON-LD format.

CRITICAL
Content AI Citation
Documentation
5

Page needs significant changes to be well-cited by AI systems - start with adding Schema.org and clear content structure

Missing structured data

The page has no Schema.org markup that tells Google exactly what the content is (article, product, company, etc.).

Impact

You're not taking advantage of "rich snippets" - enhanced results with stars, prices, images.

How to fix

Add appropriate Schema.org type (e.g., Article, Product, Organization) in JSON-LD format.

CRITICAL
Content AI Citation
6

Add exactly one H1 heading with the main topic of the page

CRITICAL
Meta Information Header Structure
Documentation
7

Add explicit width and height to all images to prevent Cumulative Layout Shift

CRITICAL
Technical SEO Core Web Vitals
Documentation
8

Add CSS media queries for responsive design (@media (max-width: 768px))

CRITICAL
Technical SEO Mobile Friendliness
Documentation
9

Add lang attribute (e.g. lang="en") to <html> tag for screen readers

Missing language attribute

The <html> tag doesn't have a lang attribute specifying the page language.

Impact

Screen readers may mispronounce text. This makes it difficult for blind users.

How to fix

Add lang="en" (or appropriate language code) to the <html> tag.

CRITICAL
Content Accessibility
Documentation
10

Enable gzip or brotli compression for HTML, CSS, JS - reduces size by up to 70%

No resource compression

Server does not compress text files (HTML, CSS, JS) before sending.

Impact

Data transfer is 60-80% larger than it could be. Page loads much slower.

How to fix

Enable gzip or brotli compression in server configuration.

CRITICAL
Resources Page Speed
Documentation
11

Add <meta property="og:image"> tag with an image at least 1200x630 pixels. Without it, Facebook shows a random or empty preview

Missing og:image

No image for social media. Shared links will be without graphics.

Impact

Posts without images get significantly fewer clicks and shares.

How to fix

Add og:image with an image address minimum 1200x630 pixels.

HIGH
Meta Information Social Preview
12

Add Strict-Transport-Security header with max-age of at least 31536000 (1 year). This protects users against HTTPS downgrade attacks

Page is not secure (no HTTPS)

Your page doesn't use encrypted HTTPS connection. Browsers show "Not Secure" warning next to the address.

Impact

Google lowers rankings for pages without HTTPS. Users don't trust pages without the "padlock" in the address bar.

How to fix

Install an SSL certificate (many hosts offer free Let's Encrypt) and redirect traffic to https://.

HIGH
Technical SEO HTTP Headers Security
Documentation
13

Add Content-Security-Policy header - the most effective protection against XSS attacks. Start with report-only mode: Content-Security-Policy-Report-Only

Missing security headers

The page doesn't send basic security headers that protect against attacks.

Impact

The page is more vulnerable to XSS, clickjacking, and other attacks.

How to fix

Add headers: X-Content-Type-Options, X-Frame-Options, Content-Security-Policy.

HIGH
Technical SEO HTTP Headers Security
Documentation
14

Add X-Frame-Options: SAMEORIGIN header. This protects against clickjacking attacks where an attacker embeds your page in a hidden iframe

Missing security headers

The page doesn't send basic security headers that protect against attacks.

Impact

The page is more vulnerable to XSS, clickjacking, and other attacks.

How to fix

Add headers: X-Content-Type-Options, X-Frame-Options, Content-Security-Policy.

HIGH
Technical SEO HTTP Headers Security
Documentation
15

Add X-Content-Type-Options: nosniff header. This prevents the browser from interpreting files as a different MIME type, which can lead to malicious code execution

Missing security headers

The page doesn't send basic security headers that protect against attacks.

Impact

The page is more vulnerable to XSS, clickjacking, and other attacks.

How to fix

Add headers: X-Content-Type-Options, X-Frame-Options, Content-Security-Policy.

HIGH
Technical SEO HTTP Headers Security
Documentation

🎯 Quick Wins

Best ROI

Robots & Sitemap

ROI: 20
0 80 (+80)
Effort 4/5
  • Create a robots.txt file to control how bots crawl your site
  • Create and publish a sitemap.xml file containing all important pages

Schema.org Markup

ROI: 16
20 52 (+32)
Effort 2/5
  • Consider migrating microdata to JSON-LD - it is easier to maintain and preferred by Google

    Missing structured data

    The page has no Schema.org markup that tells Google exactly what the content is (article, product, company, etc.).

    Impact

    You're not taking advantage of "rich snippets" - enhanced results with stars, prices, images.

    How to fix

    Add appropriate Schema.org type (e.g., Article, Product, Organization) in JSON-LD format.

Open Graph Protocol

ROI: 16
20 52 (+32)
Effort 2/5
  • Add Open Graph tags (og:title, og:description, og:image, og:url) for better sharing on Facebook

HTTP Headers Security

ROI: 15
0 60 (+60)
Effort 4/5
  • Add Strict-Transport-Security header with max-age of at least 31536000 (1 year). This protects users against HTTPS downgrade attacks

    Page is not secure (no HTTPS)

    Your page doesn't use encrypted HTTPS connection. Browsers show "Not Secure" warning next to the address.

    Impact

    Google lowers rankings for pages without HTTPS. Users don't trust pages without the "padlock" in the address bar.

    How to fix

    Install an SSL certificate (many hosts offer free Let's Encrypt) and redirect traffic to https://.

  • Add Content-Security-Policy header - the most effective protection against XSS attacks. Start with report-only mode: Content-Security-Policy-Report-Only

    Missing security headers

    The page doesn't send basic security headers that protect against attacks.

    Impact

    The page is more vulnerable to XSS, clickjacking, and other attacks.

    How to fix

    Add headers: X-Content-Type-Options, X-Frame-Options, Content-Security-Policy.

Social Preview

ROI: 13.33
0 40 (+40)
Effort 3/5
  • Add <meta property="og:image"> tag with an image at least 1200x630 pixels. Without it, Facebook shows a random or empty preview

    Missing og:image

    No image for social media. Shared links will be without graphics.

    Impact

    Posts without images get significantly fewer clicks and shares.

    How to fix

    Add og:image with an image address minimum 1200x630 pixels.

  • Add og:title tag - Facebook will use a dedicated title instead of the HTML title tag

Header Structure

ROI: 13
35 74 (+39)
Effort 3/5
  • Add exactly one H1 heading with the main topic of the page
  • Maintain logical heading hierarchy without skipping levels (H1 → H2 → H3)

    Broken heading hierarchy

    Headings should follow order: H1 → H2 → H3. Skips (e.g., H1 to H4) confuse screen readers and Google.

    Impact

    Blind users using screen readers may have navigation problems. Google understands structure worse.

    How to fix

    Maintain logical hierarchy: H1 → H2 → H3 → H4 without skipping levels.

Detailed Results

27 analyzers
T
Title OK Needs improvement

Sklep Komputerowy - Cieszyn Zamkowa 24 - Serwis Komputerowy - Kasy Fiskalne - Kasa Fiskalna Cieszyn - Podpis kwalifikowany Cieszyn - Podpis certum Cieszyn

Length: 155 characters
D
Meta Description OK Needs improvement

Komputery,laptopy,Sklep Komputerowy,serwis,Tanie Kasy Fiskalne,Serwis Komputerowy, serwis komputerów,serwis laptopów,kasa fiskalna cieszyn, kasy fiskalne cieszyn,kasa fiskalna farex, kasa fiskalna aclas

Length: 202 characters
V
Viewport OK Optimal

width=device-width, initial-scale=1

C
Charset OK

utf-8

L
Language Missing
R
Robots Missing
Index: Yes | Follow: Yes

HTML structure

<html> ✓ <head> ✓ <body> ✓
280
ms response
26.4
KB HTML
40
Resources
Compression

Resources

CSS: 2
JavaScript: 0
Images: 38

Cache

Cache-Control: None
ETag:
Validators:

Render-blocking resources: 2

CSS: 2 | JS: 0
18/100
AI citation readiness: Poor

Content structure

Headings:
Lists: ✓ (8)
Tables:
Avg. paragraph: 0 words

Answer format

Summary:
Definitions:
FAQ section:

Structured data

Article schema:
FAQ schema:
HowTo schema:

Authority signals

Author: ✓ Michał Glajc pozycjoner.net
Publish date:
Modified date:
25.9 KB
Budget: 1.5 MB

Weight breakdown by category

CSS (2 files) 0 B / 150 KB
HTML (1 files) 25.9 KB / 100 KB
Fonts (0 files) 0 B / 150 KB
Other (0 files) 0 B / 100 KB
Images (38 files) 0 B / 750 KB
JavaScript (0 files) 0 B / 500 KB

Compression

Encoding: none
Compressed: 0 / 2

Minification

CSS: 0 minified / 2 not
JS: 0 minified / 0 not
Total HTTP requests: 41
93.3%
Checked: 15 of 15 links
11 OK 1 broken 3 redirected

Internal links - redirected (1)

URL Code Redirects to
https://getcomp.pl/ 301 https://komputery.cieszyn.pl/

External links - broken (1)

URL Status Suggestion
http://odo.komputery.cieszyn.pl dns_error Remove or update

External links - redirected (2)

URL Code Redirects to
http://kasyfiskalne.cieszyn.pl/ 302 https://kasyfiskalne.cieszyn.pl/
http://pozycjoner.net 301 https://pozycjoner.net/
Status codes: 200 (11x) 301 (2x) 302 (1x) dns_error (1x)
Reason:
API key not configured
Available:
No
🌐 lang attribute
📱 Viewport

Scalable

📝 Form labels
Form fields: 0
With label: 0
🔘 Buttons
Total: 0
Accessible: 0
0
Depth
18
URL length
0
Keywords
Readability

Character analysis

✗ Dashes ✓ Uppercase letters ✓ Underscores ✓ Spaces ✓ Special characters

Additional features

GET parameters: No Trailing /: No
🔗 Canonical URL None
16
Total links
1
Internal
15
External

Dofollow / Nofollow

Dofollow: 16
Nofollow: 0

Anchor text

Descriptive: 12
Generic: 0
Empty: 4

Redirect chain (1 step)

301
http://getcomp.pl
58ms → redirects
200
https://komputery.cieszyn.pl/
152ms Destination page
Total time: 210ms

www redirect

Valid: Yes
Canonical version: non-www

HTTPS redirect

HTTP → HTTPS: Yes
Type: 301

Meta Refresh

Detected: Yes

JS redirect

Detected: Yes

Facebook

Incomplete
No
Title
No
Description
No
Image
No
URL
No
Type
No
Site name

Twitter/X

Incomplete
Card type: none
No
Title
No
Description
No
Image
No
Account

LinkedIn

Incomplete
No
Title
No
Description
No
Image

Social media image analysis

No available image or it could not be analyzed

676
Total words
458
Unique
7.1
Avg. word length
218
Sentences

Text readability

Metric Result
Flesch Reading Ease 14.6
Flesch-Kincaid Grade 12.0
Gunning Fog Index 13.8
Coleman-Liau Index 12.0
SMOG Index 9.9
Difficulty level Very Difficult
Words per sentence (average) 3.7

Structure

Paragraphs: 0
Lists: 8

Content to HTML ratio

Ratio: 4,040.0%
Text / HTML: 10.6 KB / 26.4 KB
LCP
Largest Contentful Paint
Risk: High
CLS
Cumulative Layout Shift
Risk: High
INP
Interaction to Next Paint
Risk: Medium
TTFB
Time to First Byte
Risk: Low

LCP - Details

Response time: 280 ms
Preload hints:
Render-blocking CSS: 2
Render-blocking JS: 2

INP - Details

External scripts: 3
Async scripts: 1
Defer scripts: 1
Sync in <head>: 2

CLS - Details

Images without dimensions: 38
Font display swap:
Iframes without dimensions: 0

TTFB - Details

Response time: 280 ms
Preconnect:
DNS prefetch:

Resource Hints

Preload: 0 Prefetch: 0 Preconnect: 0 DNS Prefetch: 0
Total words: 676
Unique: 458

Most frequent words (445 unique)

# Word How many times Density
1 kasy 8 1.18%
2 komputer 8 1.18%
3 fiskalne 7 1.04%
4 wymiana 6 0.89%
5 posnet 6 0.89%
6 pl 5 0.74%
7 komputery 5 0.74%
8 podzespoły 5 0.74%
9 drukarki 5 0.74%
10 fiskalnych 5 0.74%

Two-word phrases (40 unique)

# Phrase How many times Density
1 komputery laptopy 4 0.59%
2 kasy fiskalne 4 0.59%
3 komputer dla 4 0.59%
4 getcomp pl 3 0.45%
5 zamkowa 24 3 0.45%
6 podpis elektroniczny 3 0.45%
7 podzespoły komputerowe 3 0.45%
8 pomoc doradztwo 3 0.45%
9 na rynku 3 0.45%
10 532 431 2 0.30%

Three-word phrases (11 unique)

# Phrase How many times Density
1 532 431 678 2 0.30%
2 431 678 sklep 2 0.30%
3 678 sklep getcomp 2 0.30%
4 sklep getcomp pl 2 0.30%
5 43 400 cieszyn 2 0.30%
6 ul zamkowa 24 2 0.30%
7 swojej ofercie posiadamy 2 0.30%
8 komputer dla domu 2 0.30%
9 zapraszamy do zapoznania 2 0.30%
10 cieszynie pod zamkiem 2 0.30%
H1 0 found

Heading distribution

H1
0
H2
7
7
H3
0
H4
13
13
H5
0
H6
0
Heading hierarchy issues
  • Skok z H2 do H4 (pominięto H3)
1
Internal links
1
Unique destinations
0
In content
0
In navigation

Anchor text quality

0
Descriptive
0
Generic
0
Empty
1
Image
0
URL

Depth of linked URLs

1
/0
0
/1
0
/2
0
/3
0
/4+
Average depth: 0.0

Link location on the page

0
Navigation
0
Content
0
Footer
0
Sidebar
1
Other
🤖 robots.txt None
🗺️ Sitemap XML None
📋 JSON-LD 0 items
🏷️ Microdata 1 item
LocalBusiness
🖼️

No images on the page

🔒 HTTPS
Enabled
📜 SSL certificate
Issuer: Let's Encrypt
Expires in 32 days (2026-08-06 14:39:02)

HTTP → HTTPS redirect

Active (HTTP 301)
No mixed content

Security headers

HSTS
CSP
X-Frame-Options
X-Content-Type
X-XSS-Protection
Keyword Title Description H1 Consistency
kasy 2/3
posnet 0/3
wymiana 0/3
fiskalne 2/3
komputer 2/3
Viewport

width=device-width, initial-scale=1

Device Width
Initial Scale

Font size

Small fonts: 0

Tap targets

Interactive elements: 34

Media Queries

0 found

Responsive images

Images: 38
With srcset: 0
With <picture>: 0
🔤 Charset
Meta: utf-8
Header: None
🌍 Hreflang
Strona prawdopodobnie jednojęzyczna
💬 Content-Language
Meta: pl
Header: None
F
Virtually no security headers configured
0 of 7 headers present
Header Status Details
HSTS No none
Content-Security-Policy No none
X-Frame-Options No none
X-Content-Type-Options No none
Referrer-Policy No none
Permissions-Policy No none
X-XSS-Protection No none

Add this badge to your website

Your website scored 56/100 in the full SEO analysis. Copy the HTML code and paste it into your footer or sidebar.

SEO Score 56/100 - tested with Seometryka.pl
<a href="https://seometryka.pl" title="SEO Score 56/100 - tested with Seometryka.pl"><img src="https://seometryka.pl/badge/wynik/20122.svg?lang=en" alt="SEO Score 56/100 - tested with Seometryka.pl" height="28" loading="lazy"></a>

Your site needs professional help

With a score of 56/100, your site is losing customers and ranking. We can help — get a free improvement estimate within 24 hours.

Thank you!

We will contact you within 24 hours with a free improvement estimate for your site.