{{ template "head" . }} {{ with .Data }} {{ $parameters := printf "?pid=%d&rid=%d" .ProjectView.Project.Id .PageReportView.PageReport.Id }}
{{ if .Eid }} Site Issues / {{ trans .Eid }} {{ $parameters = printf "%s&eid=%s" $parameters .Eid }} {{ else if .Ep }} Page Details {{ $parameters = printf "%s&ep=%s" $parameters .Ep }} {{ end }} {{ $parameters = printf "%s&rid=%d" $parameters .PageReportView.PageReport.Id }}
{{ if .PageReportView.PageReport.Title }} {{ .PageReportView.PageReport.Title }}
{{ end }} {{ .PageReportView.PageReport.URL }}
{{ if eq .Tab "details" }} Details {{ end }} {{ if eq .Tab "inlinks" }} Inlinks {{ end }} {{ if eq .Tab "internal" }} Internal links {{ end }} {{ if eq .Tab "external"}} External links {{ end }} {{ if eq .Tab "redirections" }} Redirections {{ end }} {{ if eq .Tab "images" }} Images {{ end }} {{ if eq .Tab "audios" }} Audios {{ end }} {{ if eq .Tab "videos" }} Videos {{ end }} {{ if eq .Tab "iframes" }} Iframes {{ end }} {{ if eq .Tab "scripts" }} Scripts {{ end }} {{ if eq .Tab "styles" }} Styles {{ end }}
{{ $cid := .ProjectView.Crawl.Id }} {{ $pid := .ProjectView.Project.Id }} {{ $crawlSitemap := .ProjectView.Project.CrawlSitemap }} {{ $eid := .Eid }} {{ $parameters = printf "%s&t=%s" $parameters .Tab }} {{ if eq .Tab "details" }}
General details about this URL. {{ if .Archived }}
This project is archived: view archived response. {{ end }}
{{ $errorTypes := .PageReportView.ErrorTypes }} {{ with .PageReportView.PageReport }}
Status Code
{{ if .StatusCode }}{{ .StatusCode }}{{ else }}-{{ end }}
Blocked
{{ if .BlockedByRobotstxt }}Blocked{{ else }}Not blocked{{ end }} by robots.txt
{{ if $crawlSitemap }}
Sitemap
The URL {{ if .InSitemap }}is{{ else }}is not{{ end }} in the sitemap
{{ end }}
Content Type
{{ if .ContentType }}{{ .ContentType }}{{ else }}-{{ end }}
Size
{{ if .Size }}{{ to_kb .Size }}KB{{ else }} - {{ end }}
Robots
{{ if .Robots }}{{ .Robots }}{{ else }} - {{ end }}
Redirect URL
{{ if .RedirectURL }}{{ .RedirectURL }}{{ else }} - {{ end }}
Refresh
{{ if .Refresh }}{{ .Refresh }}{{ else }} - {{ end }}
Canonical
{{ if .Canonical }}{{ .Canonical }}{{ else }} - {{ end }}
Language
{{ if .Lang }}{{ .Lang }}{{ else }} - {{ end }}
Hreflang
{{ if .Hreflangs }}
Language URL
{{ range .Hreflangs }}
{{ if .Lang }}{{ .Lang }}{{ end }} {{ .URL }}
{{ end }} {{ else }} - {{ end }}
Title
{{ if .Title }}{{ .Title }}{{ else }} - {{ end }}
Description
{{ if .Description }}{{ .Description }}{{ else }} - {{ end }}
H1
{{ if .H1 }}{{ .H1 }}{{ else }}-{{ end }}
H2
{{ if .H2 }}{{ .H2 }}{{ else }} - {{ end }}
Words
{{ if .Words }}{{ .Words }}{{ else }} - {{ end }}
Depth
{{ if .Depth }}{{ .Depth }}{{ else }} - {{ end }}
TTFB
{{ if (gt .TTFB 0) }}{{ .TTFB }}ms{{ else }} - {{ end }}
Issues
{{ if $errorTypes }} {{ else }} - {{ end }}
{{ end }} {{ end }} {{ if eq .Tab "inlinks" }}
Inlinks are links to this URL from other pages on this website.
{{ if .PageReportView.InLinks }} {{ range .PageReportView.InLinks }}
{{ if .Link.Text }}{{ .Link.Text }}
{{ end }} {{ if .PageReport.Title }}{{ .PageReport.Title }}
{{ end }} {{ .PageReport.URL }} {{ if .Link.NoFollow }}

nofollow

{{ end }}
{{ end }} {{ else }}
There are no links to this page.
{{ end }} {{ end }} {{ if eq .Tab "redirections" }}
Redirections are the URLs from this website that are redirected to this URL.
{{ if .PageReportView.Redirects }} {{ range .PageReportView.Redirects }}
{{ if .Title }}{{ .Title }}
{{ end }} {{ .URL }}
{{ end }} {{ else }}
There are no redirects to this page.
{{ end }} {{ end }} {{ if eq .Tab "internal" }}
Internal links are the links found in this URL's HTML code that point to other pages on this website.
{{ if .PageReportView.PageReport.InternalLinks }} {{ range .PageReportView.PageReport.InternalLinks }}
{{ if .Link.Text }}{{ .Link.Text }}
{{ end }} {{ if .PageReport.Title }}{{ .PageReport.Title }}
{{ end }} {{ .Link.URL }} {{ if .Link.NoFollow }}
nofollow{{ end }}
{{ if .PageReport.Crawled }} {{ end }}
{{ end }} {{ else }}
There are no internal links in this page.
{{ end }} {{ end }} {{ if eq .Tab "external" }}
External links are the links found in this URL's HTML code pointing to other websites.
{{ if .PageReportView.PageReport.ExternalLinks }} {{ range .PageReportView.PageReport.ExternalLinks }}
{{ if .Text }}{{ .Text }}
{{ end }} {{ .URL }} {{ if not .NoFollow }}
follow{{ end }} {{ if .Sponsored }}sponsored{{ end }} {{ if .UGC }}ugc{{ end }} {{ if gt .StatusCode 299 }}Status Code {{ .StatusCode }}{{ end }} {{ if lt .StatusCode 0 }}Broken Link{{ end }}
{{ end }} {{ else }}
There are no external links in this page.
{{ end }} {{ end }} {{ if eq .Tab "images" }}
Images that are found in this URL's HTML code. Note that images shown using CSS are not included here.
{{ if .PageReportView.PageReport.Images }} {{ range .PageReportView.PageReport.Images }}
{{ if .Alt}}{{ .Alt }}
{{ end }} {{ .URL }} {{ if not .Alt}}
No alt attribute{{ end }}
{{ end }} {{ else }}
There are no images in this page.
{{ end }} {{ end }} {{ if eq .Tab "iframes" }}
Iframes that are found in this URL's HTML code.
{{ if .PageReportView.PageReport.Iframes }} {{ range .PageReportView.PageReport.Iframes }}
{{ . }}
{{ end }} {{ else }}
There are no iframes in this page.
{{ end }} {{ end }} {{ if eq .Tab "audios" }}
Audio files that are found in this URL's HTML code.
{{ if .PageReportView.PageReport.Audios }} {{ range .PageReportView.PageReport.Audios }}
{{ . }}
{{ end }} {{ else }}
There are no audios in this page.
{{ end }} {{ end }} {{ if eq .Tab "videos" }}
Video files that are found in this URL's HTML code.
{{ if .PageReportView.PageReport.Videos }} {{ range .PageReportView.PageReport.Videos }}
{{ .URL }}
Poster: {{ if (.Poster) }} {{.Poster }} {{ else }} - {{ end }}
{{ end }} {{ else }}
There are no videos in this page.
{{ end }} {{ end }} {{ if eq .Tab "scripts" }}
Script files that are found in this URL's code.
{{ if .PageReportView.PageReport.Scripts }} {{ range .PageReportView.PageReport.Scripts }}
{{ . }}
{{ end }} {{ else }}
There are no scripts in this page.
{{ end }} {{ end }} {{ if eq .Tab "styles" }}
CSS files that are found in this URL's HTML code.
{{ if .PageReportView.PageReport.Styles }} {{ range .PageReportView.PageReport.Styles }}
{{ . }}
{{ end }} {{ else }}
There are no styles in this page.
{{ end }} {{ end }}
{{ end }} {{ template "footer" . }}