Scanned sites / dolcigroup.com
SEO report for dolcigroup.com
The latest Site Spider scan of dolcigroup.com, with 1 scan on record. Each scan is at its own address, for example /domain/dolcigroup-com/2026-09-25-0800.
Latest scan
Scanned 9/25/2026, 8:00:01 AM, finished 9/25/2026, 9:04:43 AM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://dolcigroup.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 25, 2026 the Site Spider crawled 3054 pages and 38 assets of dolcigroup.com, starting from https://dolcigroup.com/. It scored 92 out of 100, an excellent result. 9 of 14 checks found something to fix, led by indexability (1172), title tags (500), meta descriptions (500); 5 checks passed. The list below shows each check's result, the fix plan, when present, explains what to do first, and the security review at the end of the page covers headers, transport, libraries and exposed files.
Security review: Medium3 medium, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 3054
- Assets fetched
- 38
- Status
- Completed
- Checks with issues
- 9 of 14
- Title tags500 issues509 of 1844 pages have title issues. 1179 noindex or canonicalized pages excluded.
- Meta descriptions500 issues1794 of 1844 pages have meta description issues. 1179 noindex or canonicalized pages excluded.
- Headings20 issues20 of 1844 pages have heading issues. 1179 noindex or canonicalized pages excluded.
- Broken links14 issues14 internal links point at 14 broken URLs.
- Redirects15 issues16 redirecting URLs, 2 of them chained.
- Non-200 responses16 issues35 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability1172 issues1172 of 3023 indexable pages have indexability warnings.
- Image alt text52 issues52 of 10606 image references have no alt attribute. 199 use an empty alt (decorative), which is fine.
- Heavy assetsOK0 assets larger than 500 KB among the 38 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage500 issues5 sitemaps listing 181 URLs: 1663 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 1844 pages have fewer than 200 words. 1179 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this site sits among all scanned sites
1266 sites, median 82%, average 80%
dolcigroup.com scores 92%, higher than 91% of the 1266 scanned sites. See the full ranking.
Green 90% and up (Excellent), lime 75 to 89 (Good), amber 50 to 74 (Needs work), red below 50 (Poor).
Internal link map
Loading the link map...
Fix plan
Written by gpt-4o-mini from the scan findingsYour website shows a strong health score, but there are key areas to improve. Addressing broken links, redirects, non-200 responses, title tags, and missing meta descriptions will enhance SEO performance.
- 1
Fix Broken Links
Why: Improving broken links enhances user experience and SEO.
How: Update or remove links pointing to broken URLs from the list found.
Checks: broken-links
- 2
Streamline Redirects
Why: Reducing redirects improves page load times and user experience.
How: Consolidate chained redirects into a single redirection path.
Checks: redirects
- 3
Resolve Non-200 Responses
Why: Fixing non-200 responses ensures all pages return valid content.
How: Identify and correct the 35 URLs that are not returning a 2xx response.
Checks: status-codes
- 4
Optimize Title Tags
Why: Improved title tags boost search visibility and click-through rates.
How: Revise titles exceeding 60 characters, and fulfill empty title tags accordingly.
Checks: titles
- 5
Add Missing Meta Descriptions
Why: Meta descriptions improve snippets shown in search results.
How: Create concise meta descriptions for pages lacking them.
Checks: meta-descriptions
Generated automatically; verify each change against your own site before relying on it.
Security review
Written by gpt-4o-mini from 16 checks over the crawlThe website dolcigroup.com lacks several important security headers, which increases risk from cross-site scripting and clickjacking attacks. Additionally, a vulnerable version of jQuery is in use, which could expose the site to exploitation depending on its implementation. Immediate action is needed to enhance security.
- 0 high
- 3 medium
- 2 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a Content Security Policy, the site is vulnerable to cross-site scripting attacks.
Fix: Implement a Content-Security-Policy header with default-src 'self'.
Evidence: Content Security Policy
- 2
Missing Clickjacking ProtectionMedium
Why it matters: Absence of X-Frame-Options allows clickjacking attacks by embedding the site in iframes.
Fix: Add an X-Frame-Options header with a value of SAMEORIGIN.
Evidence: Clickjacking protection
- 3
Vulnerable jQuery LibraryMedium
Why it matters: jQuery 1.12.4 has known vulnerabilities that could be exploited by attackers.
Fix: Upgrade jQuery to version 3.5.0 or higher.
Evidence: Vulnerable JavaScript libraries
- 4
Missing MIME Sniffing ProtectionLow
Why it matters: Absence of X-Content-Type-Options may allow browsers to misinterpret files and execute malicious scripts.
Fix: Include a header X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: Without a Referrer-Policy, sensitive information may be leaked to third-party sites.
Fix: Set a Referrer-Policy header to no-referrer.
Evidence: Referrer policy
- 6
Missing Permissions PolicyInfo
Why it matters: Lack of a Permissions-Policy header can allow unauthorized access to browser features.
Fix: Add a Permissions-Policy header restricting features not in use, such as 'camera=()', 'microphone=()'.
Evidence: Permissions policy
What the checks found
- FoundContent Security PolicyMedium
None of the 3023 HTML pages send a Content-Security-Policy header or meta tag, so the browser has no restriction on where scripts, styles and frames may load from.
- https://dolcigroup.com/ → no content-security-policy
- https://dolcigroup.com/properties/ → no content-security-policy
- https://dolcigroup.com/buying-process/ → no content-security-policy
- https://dolcigroup.com/build-with-us/ → no content-security-policy
- https://dolcigroup.com/mortgage-calculator/ → no content-security-policy
- https://dolcigroup.com/explore-areas/ → no content-security-policy
- https://dolcigroup.com/selling-process/ → no content-security-policy
- https://dolcigroup.com/home-valuation/ → no content-security-policy
- https://dolcigroup.com/quick-cash/ → no content-security-policy
- https://dolcigroup.com/about-us/ → no content-security-policy
- https://dolcigroup.com/join-our-team/ → no content-security-policy
- https://dolcigroup.com/blog/ → no content-security-policy
- FoundClickjacking protectionMedium
No HTML page sends x-frame-options. Without X-Frame-Options (or a CSP frame-ancestors directive) the pages can be embedded in a frame on another site and overlaid with invisible controls.
- https://dolcigroup.com/ → no x-frame-options
- https://dolcigroup.com/properties/ → no x-frame-options
- https://dolcigroup.com/buying-process/ → no x-frame-options
- https://dolcigroup.com/build-with-us/ → no x-frame-options
- https://dolcigroup.com/mortgage-calculator/ → no x-frame-options
- https://dolcigroup.com/explore-areas/ → no x-frame-options
- https://dolcigroup.com/selling-process/ → no x-frame-options
- https://dolcigroup.com/home-valuation/ → no x-frame-options
- https://dolcigroup.com/quick-cash/ → no x-frame-options
- https://dolcigroup.com/about-us/ → no x-frame-options
- https://dolcigroup.com/join-our-team/ → no x-frame-options
- https://dolcigroup.com/blog/ → no x-frame-options
- FoundMIME sniffing protectionLow
No HTML page sends x-content-type-options. Without X-Content-Type-Options: nosniff a browser may run a file as a script because of its contents rather than its declared type.
- https://dolcigroup.com/ → no x-content-type-options
- https://dolcigroup.com/properties/ → no x-content-type-options
- https://dolcigroup.com/buying-process/ → no x-content-type-options
- https://dolcigroup.com/build-with-us/ → no x-content-type-options
- https://dolcigroup.com/mortgage-calculator/ → no x-content-type-options
- https://dolcigroup.com/explore-areas/ → no x-content-type-options
- https://dolcigroup.com/selling-process/ → no x-content-type-options
- https://dolcigroup.com/home-valuation/ → no x-content-type-options
- https://dolcigroup.com/quick-cash/ → no x-content-type-options
- https://dolcigroup.com/about-us/ → no x-content-type-options
- https://dolcigroup.com/join-our-team/ → no x-content-type-options
- https://dolcigroup.com/blog/ → no x-content-type-options
- FoundReferrer policyLow
No HTML page sends referrer-policy. Without a Referrer-Policy the full page address, including any query string, is sent to every site a visitor clicks through to.
- https://dolcigroup.com/ → no referrer-policy
- https://dolcigroup.com/properties/ → no referrer-policy
- https://dolcigroup.com/buying-process/ → no referrer-policy
- https://dolcigroup.com/build-with-us/ → no referrer-policy
- https://dolcigroup.com/mortgage-calculator/ → no referrer-policy
- https://dolcigroup.com/explore-areas/ → no referrer-policy
- https://dolcigroup.com/selling-process/ → no referrer-policy
- https://dolcigroup.com/home-valuation/ → no referrer-policy
- https://dolcigroup.com/quick-cash/ → no referrer-policy
- https://dolcigroup.com/about-us/ → no referrer-policy
- https://dolcigroup.com/join-our-team/ → no referrer-policy
- https://dolcigroup.com/blog/ → no referrer-policy
- FoundPermissions policyInfo
No HTML page sends permissions-policy. A Permissions-Policy header turns off browser features the site does not use (camera, microphone, geolocation), limiting what an injected script could do.
- https://dolcigroup.com/ → no permissions-policy
- https://dolcigroup.com/properties/ → no permissions-policy
- https://dolcigroup.com/buying-process/ → no permissions-policy
- https://dolcigroup.com/build-with-us/ → no permissions-policy
- https://dolcigroup.com/mortgage-calculator/ → no permissions-policy
- https://dolcigroup.com/explore-areas/ → no permissions-policy
- https://dolcigroup.com/selling-process/ → no permissions-policy
- https://dolcigroup.com/home-valuation/ → no permissions-policy
- https://dolcigroup.com/quick-cash/ → no permissions-policy
- https://dolcigroup.com/about-us/ → no permissions-policy
- https://dolcigroup.com/join-our-team/ → no permissions-policy
- https://dolcigroup.com/blog/ → no permissions-policy
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 1.12.4. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 1.12.4 in https://dolcigroup.com/wp-includes/js/jquery/jquery.js?ver=1.12.4: CVE-2015-9251 (XSS via cross-domain AJAX), CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- NoteSoftware version disclosure
Responses name the framework in an X-Powered-By header but hide the version.
- server: cloudflare (3092 responses)
- x-powered-by: AgentFire.com - The Complete, Hyper-Local Website Real Estate Solution (3092 responses)
- NoteThird-party scripts
Scripts run from 6 other domains without Subresource Integrity, so a compromise of any of them changes what runs on this site. (Tag managers and analytics rarely support SRI; a Content-Security-Policy that names these hosts is the usual control.)
- www.googletagmanager.com (40 script tags)
- static.agentfire3.com (1196 script tags)
- cdnjs.cloudflare.com (1 script tag)
- em.realscout.com (1 script tag)
- cdn.jsdelivr.net (1 script tag)
- www.google.com (3 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 2 paths that look private. robots.txt is public and does not restrict access, so it doubles as a map for anyone probing the site; those paths need real access control.
- Disallow: /wp-admin/
- Disallow: /cgi-bin/
6 checks passed, 1 not applicable
- OKHTTPS
All 3023 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 3023 HTML pages.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
259 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKKeys and secrets in page code
No API keys, tokens or private keys were found in the sampled HTML and scripts.
- OKExposed files and listings
None of the crawled URLs is a configuration file, backup, dump, repository folder or directory listing.
- Not applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
A passive review of what the crawl recorded: response headers, page and script contents and the URLs it found. It does not probe the site, test TLS settings or look for files that were not linked. Generated automatically; verify each finding against your own site before acting on it.
Earlier scans of dolcigroup.com
No other scans of this site yet.
Sites scoring near dolcigroup.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- sacryelectric.com93/100 · rank 72 · 85 pages
- sgvet.com93/100 · rank 72 · 33 pages
- yoast.com92/100 · rank 92 · 338 pages
- www.thedapperdoughnut.ca92/100 · rank 92 · 13 pages
- www.jshomesde.com92/100 · rank 92 · 135 pages
- esenciasalonandspa.ca92/100 · rank 92 · 134 pages
This report was produced by the DIY SEO Hub Site Spider crawling dolcigroup.com from its pages as published, the way a search engine does. It shows summary figures only.
Own dolcigroup.com?
- Claim this site to manage the listing, hide it from the public lists, or keep it.
- Want it gone instead? Ask through the support form or e-mail support@diyseohub.com, naming dolcigroup.com. Removal needs no account and no proof of purchase.