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

Site Issues

{{ $pid := .ProjectView.Project.Id }}

{{ if ne .ProjectView.Crawl.CriticalIssues 0 }} {{ .ProjectView.Crawl.CriticalIssues }} Critical Issues {{ else }} {{ .ProjectView.Crawl.CriticalIssues }} Critical Issues {{ end }}

Critical errors affecting your ranking. Fix them first.

{{ if ne .ProjectView.Crawl.AlertIssues 0 }} {{ .ProjectView.Crawl.AlertIssues }} Alerts {{ else }} {{ .ProjectView.Crawl.AlertIssues }} Alerts {{ end }}

Issues that are holding your site back. Fix them next.

{{ if ne .ProjectView.Crawl.WarningIssues 0 }} {{ .ProjectView.Crawl.WarningIssues }} Warnings {{ else }} {{ .ProjectView.Crawl.WarningIssues }} Warnings {{ end }}

Issues you may want to keep an eye on.

{{ if and (eq .ProjectView.Crawl.CriticalIssues 0) (and (eq .ProjectView.Crawl.WarningIssues 0) (eq .ProjectView.Crawl.AlertIssues 0)) }}
Your site is mint.

SEOnaut didn't detect any issues on your site.

{{ end }} {{ if .IssueCount.CriticalIssues }} {{ range .IssueCount.CriticalIssues }}

{{ trans .ErrorType }}

{{ trans (print .ErrorType "_DESC") }}

CRITICAL
{{ .Count }} {{ if eq .Count 1 }}URL{{ else }}URLs{{end }}
{{ end }} {{ end }} {{ if .IssueCount.AlertIssues }} {{ range .IssueCount.AlertIssues }}

{{ trans .ErrorType }}

{{ trans (print .ErrorType "_DESC") }}

ALERT
{{ .Count }} {{ if eq .Count 1 }}URL{{ else }}URLs{{end }}
{{ end }} {{ end }} {{ if .IssueCount.WarningIssues }} {{ range .IssueCount.WarningIssues }}

{{ trans .ErrorType }}

{{ trans (print .ErrorType "_DESC") }}

WARNING
{{ .Count }} {{ if eq .Count 1 }}URL{{ else }}URLs{{end }}
{{ end }} {{ end }}
{{ end}} {{ template "footer" . }}