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 }}
{{ if (gt .PageReportView.Paginator.TotalPages .PageReportView.Paginator.CurrentPage) }}
next →
{{ else }}
next →
{{ 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 (gt .PageReportView.Paginator.TotalPages .PageReportView.Paginator.CurrentPage) }}
next →
{{ else }}
next →
{{ 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 }}
{{ if (gt .PageReportView.Paginator.CurrentPage 1) }}
← prev
{{ else }}
← prev
{{ end }}