{{ template "head" . }} {{ with .Data }}

Dashboard

{{ .ProjectView.Project.Host }}

Crawl history

{{ template "crawls_timeline_chart" . }}

Issues history

{{ template "issues_timeline_chart" . }}

Issue types

{{ template "issues_chart" . }}

Current Crawl

Crawled on {{ .ProjectView.Crawl.Start.Format "Jan 02, 2006" }}.

Crawl duration was {{ total_time .ProjectView.Crawl.Start .ProjectView.Crawl.End }}.

{{ .ProjectView.Crawl.TotalURLs }} {{ if eq .ProjectView.Crawl.TotalURLs 1 }}URL{{ else }}URLs{{end }} crawled.

{{ if .ProjectView.Project.FollowNofollow }}Following internal nofollow links. {{ else }}Not following nofollow links.{{ end }}

{{ if .ProjectView.Project.IncludeNoindex }}Including noindex pages. {{ else }}Not including noindex pages.{{ end }}

{{ if .ProjectView.Project.CrawlSitemap }} Crawling URLs in sitemap{{ else }}Not crawling URLs in sitemap{{end }}.

{{ if .ProjectView.Crawl.SitemapExists }} {{ if .ProjectView.Crawl.SitemapIsBlocked }} Sitemap blocked. {{ else }} Sitemap found. {{ end }} {{ else }} Sitemap not found. {{ end }}

{{ if .ProjectView.Project.IgnoreRobotsTxt }}Ignoring the robots.txt file. {{ else }}Respecting robots.txt file.{{ end }}

{{ if .ProjectView.Crawl.RobotstxtExists }} Robots.txt found. {{ else }} Robots.txt not found. {{ end }}

Canonical URLs

{{ template "canonicals_chart" . }}

Images alt

{{ template "images_alt_chart" . }}

HTTPS

{{ template "scheme_chart" . }}

Media type

{{ template "media_types_chart" . }}

Status code

{{ template "status_codes_chart" . }}

Status code by depth

{{ template "status_depth_chart" . }}

Next Actions

Explore Site Issues

Uncover issues impacting your website's performance.

Site Issues

Dive into Page Details

Get detailed insights into specific URLs.

Page Details

Analyze Raw Data

Export your data for further analysis and reporting.

Data Export

{{ end}} {{ template "footer" . }}