Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadData ¶
type DownloadData struct {
URL string
}
DownloadData holds the data for download template
type PageResult ¶
type PageResult struct {
URL string
Count int
Title string
StatusCode int
WordCount int
InternalLinks int
ExternalLinks int
ImagesCount int
HasH1 bool
H1Count int
HasMeta bool
HasCanonical bool
CanonicalURL string
MetaDescription string
}
PageResult represents a single page with link count and SEO data
type ResultsData ¶
type ResultsData struct {
BaseURL string
Concurrency int
MaxPages int
PageCount int
Results []PageResult
Error string
}
ResultsData holds the data to be passed to the results template
Click to show internal directories.
Click to hide internal directories.