package
0.0.0-20241003075522-382d964c5d2b
Repository: https://github.com/stjudewashere/seonaut.git
Documentation: pkg.go.dev

# Functions

Returns an slice with all available report_manager.PageIssueReporters.
Returns a report_manager.PageIssueReporter with a callback function to check if a page has images with no alt attribute.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the page is blocked by the robots.txt file.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html head canonical tag and the canonical header don't match.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html head contains more than one canonical tag.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html canonical tag is using a relative URL.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html contains no internal or external links.
Returns a report_manager.PageIssueReporter with a callback function that checks if a page has a high depth.
Returns a report_manager.PageIssueReporter with a callback function that checks if a page has an empty or missing description.
Returns a report_manager.PageIssueReporter with a callback function that checks if page has an empty little.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, and contains external links with status code is greater than 399.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, and contains external links with status code is between 300 and 399.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html contains external links without the nofollow attribute.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html contains a form on an insecure URL.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the self-referencing hreflang lang doesn't match the page's lang.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the hreflang values don't include a self-referencing link.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the hreflang URLs are relative.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the hreflang values do not include an x-default option.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html contains internal links with the http scheme instead of https.
Returns a report_manager.PageIssueReporter with a callback function that checks if page uses the http scheme instead of https.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html contains a form with an insecure action URL.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html contains internal links with the nofollow attribute.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the status code media type is text/html and the page's html language is not valid.
Returns a report_manager.PageIssueReporter with a callback function to check if the page report is a large image, in wich case it will return true.
Returns a report_manager.PageIssueReporter with a callback function that checks if a page has little content.
Returns a report_manager.PageIssueReporter with a callback function to check if a page has images with a long alt attribute.
Returns a report_manager.PageIssueReporter with a callback function that checks if a page has a short description.
Returns a report_manager.PageIssueReporter with a callback function that checks if the page has a long title.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the page has meta tags in the document's body.
Returns a report_manager.PageIssueReporter with a callback function that reports if the page's X-Content-Type-Options header is missing.
Returns a report_manager.PageIssueReporter with a callback function that reports if the page's CSP (Content Security Policy) is missing by looking both in the Headers and meta tags.
Returns a report_manager.PageIssueReporter with a callback function that reports if the page's HSTS header is missing.
Returns a report_manager.PageIssueReporter with a callback function to check if a page has missing img elements in Pictures.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the status code media type is text/html and the page's html language is missing or empty.
Returns a report_manager.PageIssueReporter with a callback function that checks if the page has more than one description meta tag in the header section.
Returns a report_manager.PageIssueReporter with a callback function that checks if URL has multiple slash characters.
Returns a report_manager.PageIssueReporter with a callback function that checks if the page has more than one title tag in the header section.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html doesn't have any H1 tag.
Returns a report_manager.PageIssueReporter with a callback function to check if a page has the noimageindex rule preventing images of being indexed by search engines.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the page is not indexable by search engines.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the pageReport is non-indexable and it is included in the sitemap.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the page is non canonical and it is included in the sitemap.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the page has the nosnippet directive in the robots meta tag.
Returns a report_manager.PageIssueReporter with a callback function that checks if a page has a short description.
Returns a report_manager.PageIssueReporter with a callback function that checks if the page has a short title.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the page is included in the sitemap and it is also blocked by the robots.txt file.
Returns a report_manager.PageIssueReporter with a callback function that checks if the TTFB.
Returns a report_manager.PageIssueReporter with a callback function that checks if URL has a space characters.
Returns a new report_manager.PageIssueReporter with a callback function that checks if the status code is in the 30x range.
Returns a new report_manager.PageIssueReporter with a callback function that checks if the status code is in the 40x range.
Returns a new report_manager.PageIssueReporter with a callback function that checks if the status code is greater or equal than 500.
Returns a report_manager.PageIssueReporter with a callback function that checks if a web page timedout.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the page's html contains too many links.
Returns a report_manager.PageIssueReporter with a callback function that checks if URL has undescore characters.
Returns a report_manager.PageIssueReporter with a callback function that returns true if the media type is text/html, the status code is between 200 and 299 and the heading tags in the page's html doesn't have the correct order.