{
    "url": "https://seonews1219.blogspot.com",
    "score": 5,
    "summary": {
        "missing": 9,
        "warnings": 1,
        "notices": 4
    },
    "caches": [
        "Website",
        "Browser"
    ],
    "headers": {
        "content-type": {
            "value": "text/html; charset=utf-8",
            "findings": [
                {
                    "severity": "info",
                    "message": "The type of the message body, specified as a <a href=\"https://en.wikipedia.org/wiki/Media_type\">MIME type</a>."
                }
            ]
        },
        "expires": {
            "value": "thu, 30 apr 2026 02:16:42 gmt",
            "findings": [
                {
                    "severity": "info",
                    "message": "The date and time after which the page should be considered stale and all caches should be refreshed."
                },
                {
                    "severity": "notice",
                    "message": "Because there is a <code>Cache-Control</code> header with a <code>max-age</code> and/or <code>s-maxage</code> directive, the <code>Expires</code> header will be ignored. Consider removing <code>Expires</code> to save bandwidth and processing power."
                }
            ]
        },
        "date": {
            "value": "thu, 30 apr 2026 02:16:42 gmt",
            "findings": [
                {
                    "severity": "info",
                    "message": "The date and time at which the request was made. A browser uses it for age calculations rather than using its own internal date and time; e.g. when comparing against <code>Max-Age</code> or <code>Expires</code>."
                }
            ]
        },
        "cache-control": {
            "value": "private, max-age=0",
            "findings": [
                {
                    "severity": "info",
                    "message": "<code>private</code> means the response can <em>only</em> be stored by the browser's cache, but <em>not</em> by CDNs, proxies, or any other shared caches."
                },
                {
                    "severity": "info",
                    "message": "<code>max-age</code> specifies the maximum amount of seconds a page is considered valid. The higher <code>max-age</code>, the longer a page can be cached."
                },
                {
                    "severity": "warning",
                    "message": "Because <code>max-age</code> is set to 0 seconds and no <code>s-maxage</code> is set, caching is effectively disabled. Every request will hit the origin server. Consider setting a positive <code>max-age</code> or adding <code>s-maxage</code> for shared caches."
                }
            ]
        },
        "last-modified": {
            "value": "fri, 27 sep 2024 03:35:37 gmt",
            "findings": [
                {
                    "severity": "info",
                    "message": "The date and time at which the origin server believes the page was last modified."
                },
                {
                    "severity": "notice",
                    "message": "Because there is an <code>Etag</code> header, <code>Last-Modified</code> is likely to be ignored. The <code>ETag</code> hash is more accurate than the date/time in <code>Last-Modified</code>. Consider removing <code>Last-Modified</code> to save bandwidth and processing power."
                }
            ]
        },
        "etag": {
            "value": "w/\"38ec609999a951006c50dba7fc0f8897a334fbab2e0b2cfb8b61421f038ba5b3\"",
            "findings": [
                {
                    "severity": "info",
                    "message": "A unique identifier that changes every time a page at a given URL changes. It acts as a <i>fingerprint</i>. A cache can compare <code>ETag</code> values to see if the page has changed and has become stale. For example, a browser will send the <code>ETag</code> value of a cached page in an <code>If-None-Match</code> header. The web server compares the <code>ETag</code> value sent by the browser with the <code>ETag</code> value of the current version of the page. If both values are the same, the web server sends back a <code>304 Not Modified</code> status and no body. This particular <code>ETag</code> value starts with <code>W/</code> which means that it is a <i>weak identifier</i>; while unlikely, multiple pages might have the same identifier. Weak identifiers are used because <i>strong identifiers</i> can be difficult and costly to generate."
                }
            ]
        },
        "content-encoding": {
            "value": "gzip",
            "findings": [
                {
                    "severity": "info",
                    "message": "Specifies how the resource is <em>compressed</em>. Not to be confused with <code>Transfer-Encoding</code> which specifies how the data is transferred."
                },
                {
                    "severity": "info",
                    "message": "<code>gzip</code> means that the data is compressed with <code>gzip</code>."
                }
            ]
        },
        "x-content-type-options": {
            "value": "nosniff",
            "findings": [
                {
                    "severity": "info",
                    "message": "The <code>X-Content-Type-Options</code> header prevents browsers from guessing a response's content type. Without it, browsers may interpret files differently than intended, which can lead to security vulnerabilities."
                },
                {
                    "severity": "info",
                    "message": "The value <code>nosniff</code> is correctly set."
                }
            ]
        },
        "x-xss-protection": {
            "value": "1; mode=block",
            "findings": [
                {
                    "severity": "info",
                    "message": "A legacy header that enables the browser's built-in cross-site scripting (XSS) filter. Modern browsers ignore it in favor of <code>Content-Security-Policy</code>."
                },
                {
                    "severity": "info",
                    "message": "<code>1</code> enables XSS filtering."
                },
                {
                    "severity": "info",
                    "message": "<code>mode=block</code> blocks the response entirely if an attack is detected, instead of sanitizing the page."
                },
                {
                    "severity": "notice",
                    "message": "Add a <code>Content-Security-Policy</code> header for more comprehensive protection."
                }
            ]
        },
        "content-length": {
            "value": "13635",
            "findings": [
                {
                    "severity": "info",
                    "message": "The size of the message body, in bytes."
                }
            ]
        },
        "server": {
            "value": "gse",
            "findings": [
                {
                    "severity": "info",
                    "message": "Identifies the software used by the origin server to handle the request (e.g. Apache, Nginx, Cloudflare)."
                },
                {
                    "severity": "notice",
                    "message": "Consider removing or minimizing the <code>Server</code> header. Even without a version number, it reveals the server software, which aids reconnaissance."
                }
            ]
        },
        "alt-svc": {
            "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000",
            "findings": [
                {
                    "severity": "info",
                    "message": "The <code>alt-svc</code> header tells the browser that the same content is available over a different protocol. This allows the browser to upgrade to a faster protocol (e.g. HTTP/3 over QUIC) on subsequent requests without a separate negotiation step."
                },
                {
                    "severity": "info",
                    "message": "<code>h3</code> indicates that HTTP/3 is supported. HTTP/3 uses the QUIC protocol (UDP-based) instead of TCP, which eliminates the TCP handshake delay and performs better on lossy networks. Variants like <code>h3-29</code> refer to specific drafts of the HTTP/3 protocol."
                },
                {
                    "severity": "info",
                    "message": "<code>ma=2592000</code> specifies that the alternative service information is fresh for 2592000 seconds."
                },
                {
                    "severity": "info",
                    "message": "<code>ma=2592000</code> specifies that the alternative service information is fresh for 2592000 seconds."
                }
            ]
        }
    },
    "missing": {
        "strict-transport-security": {
            "message": "Add a <code>Strict-Transport-Security</code> header. The <code>Strict-Transport-Security</code> header or <i>HSTS</i> header is used to instruct browsers to only use HTTPS, instead of using HTTP. It helps enforce secure communication."
        },
        "content-security-policy": {
            "message": "Add a <code>Content-Security-Policy</code> header. The <code>Content-Security-Policy</code> header helps browsers prevent cross site scripting (XSS) and data injection attacks."
        },
        "referrer-policy": {
            "message": "Add a <code>Referrer-Policy</code> header. When a visitor navigates from one page to another, browsers often pass along <em>referrer information</em>. The <code>Referrer-Policy</code> header controls how much referrer information a browser can share. This is important to configure when private information is embedded in the <i>path</i> or <i>query string</i> and passed onto an external destination."
        },
        "permissions-policy": {
            "message": "Add a <code>Permissions-Policy</code> header. Restrict access to device features like the camera, microphone, location, accelerometer and much more."
        },
        "cross-origin-embedder-policy": {
            "message": "Add a <code>Cross-Origin-Embedder-Policy</code> header. It requires cross-origin resources to explicitly consent before this page can load them, protecting those resources from being exposed to Spectre-style timing attacks. Together with <code>Cross-Origin-Opener-Policy</code>, it enables cross-origin isolation and access to <code>SharedArrayBuffer</code>."
        },
        "cross-origin-opener-policy": {
            "message": "Add a <code>Cross-Origin-Opener-Policy</code> header. It prevents other sites from retaining a <code>window</code> reference to this page when opened via <code>window.open()</code> or navigation, blocking script-based attacks through shared browsing contexts."
        },
        "cross-origin-resource-policy": {
            "message": "Add a <code>Cross-Origin-Resource-Policy</code> header. It controls which origins can embed or load this page's resources (images, scripts, etc.), preventing hotlinking and cross-origin data leaks."
        },
        "x-frame-options": {
            "message": "Add a <code>X-Frame-Options</code> header. The <code>X-Frame-Options</code> header prevents this URL from being embedded in an <code>iframe</code>. This protects against clickjacking attacks. Alternatively, set a <code>Content-Security-Policy</code> header with a <code>frame-ancestors</code> directive."
        },
        "x-permitted-cross-domain-policies": {
            "message": "Add a <code>X-Permitted-Cross-Domain-Policies</code> header to prevent Flash, Adobe Reader and other clients from sharing data across domains."
        }
    }
}