Tool for Analyzing Free Link

Improve your outcomes of SEO

Free SEO Analysis

Link Analyzer


Enter a URL



About Link Analyzer

ParametersData TypeDescription
On-Page
[Mode: URL]
Status CodeTextPart of the first line of HTTP response headers: contains status code number and description. If necessary, special status codes are added to this field after '&' symbol showing indexation instructions (disallowed, canonicalized, refresh redirected and noindex / nofollow).
Content-TypeTextValue for this field is taken from content of the 'Content-Type' field in HTTP response headers or tag in section. Tells to user what the content type of the returned content actually is. For example, text/html, image/png, application/pdf, etc.
Response TimeNumber, msTime (in milliseconds) taken to receive the first byte from a website server (thus called Time To First Byte, TTFB).
Content Download TimeNumber, msTime (in milliseconds) taken for a website server to return an HTML code of the page.
TitleTextContent of the </code> tag in <code><head></code> section of the target page. The first non-empty tag is considered.</td></tr><tr><td>Title Length</td><td>Number</td><td>Number of characters (including spaces) in the <code><title></code> tag of the target page. The first non-empty tag is considered.</td></tr><tr><td>Description</td><td>Text</td><td>Content of the <code><meta name="description" /></code> tag in <code><head></code> section of the target page. The first non-empty tag is considered.</td></tr><tr><td>Description Length</td><td>Number</td><td>Number of characters (including spaces) in the <code><meta name="description" /></code> tag of the target page. The first non-empty tag is considered.</td></tr><tr><td>Outgoing Links</td><td>Number</td><td>Number of links (both external and internal) from current page. Only AHREF links (regular ones) and IMG AHREF links (from images) without nofollow attribute are considered.</td></tr><tr><td>Internal Links</td><td>Number</td><td>Number of links from current page to other pages of analyzed website. Only AHREF links (regular ones) and IMG AHREF links (from images) without nofollow attribute are considered.</td></tr><tr><td>External Links</td><td>Number</td><td>Number of links from current page to other websites. Only AHREF links (regular ones) and IMG AHREF links (from images) without nofollow attribute are considered.</td></tr><tr><td>Images</td><td>Number</td><td>Number of images found in <code><img></code> tags on the target page.</td></tr><tr><td>Allowed in robots.txt</td><td>TRUE or FALSE</td><td>Accessibility of URL by robots.txt file if it exists. TRUE means that URL is allowed to be indexed. FALSE – disallowed in robots.txt file.</td></tr><tr><td>Redirects</td><td>Number</td><td>Number of redirects from the current URL: can be useful for determining chains of redirects.</td></tr><tr><td>Target Redirect URL</td><td>Text</td><td>Target URL of single redirect or redirect chain if it exists.</td></tr><tr><td>Redirect Chain</td><td>Text</td><td>Indicates a series of redirects from the current URL to redirect target URL.</td></tr><tr><td>Canonical URL</td><td>Text</td><td>Content of the canonical directives in HTTP response header or <code><link rel="canonical" /></code> tag in <code><head></code> section of the target page.</td></tr><tr><td>Refresh</td><td>Text</td><td>Content of the refresh directive in HTTP response header or <code><meta http-equiv="refresh"></code> tag in <code><head></code> section of the target page.</td></tr><tr><td>X-Robots-Tag</td><td>Text</td><td>Content of the 'X-Robots-Tag' field in HTTP response header. It contains indexation instructions and is equivalent to Meta Robots tag in <code><head></code> section.</td></tr><tr><td>Meta Robots</td><td>Text</td><td>Content of the <code><meta name="robots" /></code> tag in <code><head></code> section of the target page.</td></tr><tr><td>Hreflang: Number of Tags</td><td>Number</td><td>Indicates the number of <code><link></code> tags with hreflang attribute found on the target page.</td></tr><tr><td>Hreflang</td><td>Text</td><td>Value of the hreflang attributes of <code><link></code> tag in the <code><head></code> section of the target page.</td></tr><tr><td>H1 Value</td><td>Text</td><td>Content of the <code><h1></code> tag of the target page. The first non-empty tag is considered.</td></tr><tr><td>H1 Length</td><td>Number</td><td>Number of characters (including spaces) in <code><h1></code> tag of the target page. The first non-empty tag is considered.</td></tr><tr><td>H1 Headers</td><td>Number</td><td>Number of <code><h1></code> headings on the target URL.</td></tr><tr><td>H2 Headers</td><td>Number</td><td>Number of <code><h2></code> headings on the target URL.</td></tr><tr><td>H3 Headers</td><td>Number</td><td>Number of <code><h3></code> headings on the target URL.</td></tr><tr><td>H4 Headers</td><td>Number</td><td>Number of <code><h4></code> headings on the target URL.</td></tr><tr><td>H5 Headers</td><td>Number</td><td>Number of <code><h5></code> headings on the target URL.</td></tr><tr><td>H6 Headers</td><td>Number</td><td>Number of <code><h6></code> headings on the target URL.</td></tr><tr><td>HTML Size</td><td>Number</td><td>Number of characters in the <code><html></code> section of the target page including HTML tags.</td></tr><tr><td>Content Size</td><td>Number</td><td>Number of characters (including spaces) in <code><body></code> section of the document excluding HTML tags. To put it simply, size of text on the page including spaces.</td></tr><tr><td>Text/HTML Ratio</td><td>Percentage</td><td>Ratio of the text content ('Content Size' parameter) to entire content ('HTML Size' parameter) on the target.</td></tr><tr><td>Characters</td><td>Number</td><td>Number of characters (excluding spaces) in <code><body></code> section of the target page excluding HTML tags. To put it simply, it's a size of text on the page excluding spaces.</td></tr><tr><td>Words</td><td>Number</td><td>Number of words in the <code><body></code> section of the target page.</td></tr><tr><td>Characters in <p></td><td>Number</td><td>Number of characters (excluding spaces) in <code><p></p></code> tags in the <code><body></code> section of the target page.</td></tr><tr><td>Words in <p></td><td>Number</td><td>Number of words in <code><p></p></code> tags in the <code><body></code> section of the target page.</td></tr><tr><td>Keywords</td><td>Text</td><td>Content of the <code><meta name="keywords" /></code> tag in <code><head></code> section of the target page. The first non-empty tag is considered.</td></tr><tr><td>Keywords Length</td><td>Number</td><td>Number of characters (including spaces) in the <code><meta name="keywords" /></code> tag on the target page. The first non-empty tag is considered.</td></tr><tr><td>Rel Next URL</td><td>Text</td><td>Content of the <code><link rel="next" /></code> tag in the <code><head></code> section of the target page.</td></tr><tr><td>Rel Prev URL</td><td>Text</td><td>Content of the <code><link rel="prev" /></code> tag in the <code><head></code> section of the target page.</td></tr><tr><td>Content-Length</td><td>Number, Bytes</td><td>Content of the field 'Content-Length' in HTTP response headers: indicates the length of the request body in octets (8-bit bytes).</td></tr><tr><td>Content-Encoding</td><td>Text</td><td>Content of the 'Content-Encoding' field in HTTP response headers. Indicates encoding applied to document.</td></tr><tr><td>Last-Modified</td><td>Date and Time</td><td>Content of the 'Last-Modified' field in HTTP response headers: indicates file last modification date and time. This value is displayed in your local time.</td></tr><tr><td>Facebook: Number of Links</td><td>Number</td><td>Indicates the number of unique links to Facebook from the target page.</td></tr><tr><td>Facebook: Links</td><td>Text</td><td>List of unique links to Facebook found on the website.</td></tr><tr><td>Twitter: Number of Links</td><td>Number</td><td>Indicates the number of unique links to Twitter from the target page.</td></tr><tr><td>Twitter: Links</td><td>Text</td><td>List of unique links to Twitter found on the target page.</td></tr><tr><td>YouTube: Number of Links</td><td>Number</td><td>Indicates the number of unique links to YouTube from the target page.</td></tr><tr><td>YouTube: Links</td><td>Text</td><td>List of unique links to YouTube found on the target page.</td></tr><tr><td>Google Plus: Number of Links</td><td>Number</td><td>Indicates the number of unique links to Google Plus from the target page.</td></tr><tr><td>Google Plus: Links</td><td>Text</td><td>List of unique links to Google Plus found on the target page.</td></tr><tr><td>LinkedIn: Number of Links</td><td>Number</td><td>Indicates the number of unique links to LinkedIn from the target page.</td></tr><tr><td>LinkedIn: Links</td><td>Text</td><td>List of unique links to LinkedIn found on the target page.</td></tr><tr><td>Instagram: Number of Links</td><td>Number</td><td>Indicates the number of unique links to Instagram from the target page.</td></tr><tr><td>Instagram: Links</td><td>Text</td><td>List of unique links to Instagram found on the target page.</td></tr><tr><td>Pinterest: Number of Links</td><td>Number</td><td>Indicates the number of unique links to Pinterest from the target page.</td></tr><tr><td>Pinterest: Links</td><td>Text</td><td>List of unique links to Pinterest found on the target page.</td></tr><tr><td>Number of Emails</td><td>Number</td><td>Indicates the number of unique email addresses found on the target page.</td></tr><tr><td>Emails</td><td>Text</td><td>List of unique email addresses found on the target page.</td></tr><tr><td>Language</td><td>Text</td><td>Indicates language of the target page in ISO 639-1 format. Language detection algorithm is based on using n-grams and works more precisely with big texts.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Serpstat</div><div class="text-primary text-center">[Mode: Root Domain]</div><div><span class="semi-bold">Available search engine databases:</span><br><ul style="padding-left: 20px; margin-bottom: 5px;"><li>Google → United States, Germany, United Kingdom, France, Italy, Brazil, Canada, Russia, Australia, Spain, Netherlands, Israel, Denmark, Republic of South Africa, Kazakhstan, Ukraine, Bulgaria, Belarus, Lithuania, Latvia, Turkey, Sweden, Austria, Belgium, Finland, Poland, Ireland, Singapore, Czech Republic, Hungary, Norway, Portugal, Switzerland</li><li>Yandex → Russia (Moscow), Russia (St. Petersburg), Russia (Yekaterinburg), Ukraine</li></ul></div></td></tr><tr><td>Visibility</td><td>Number</td><td>Relative score that indicates how often the domain is shown in search results for the keywords domain is ranking for according to Serpstat. The higher visibility of a domain is, the higher number of visitors it's likely to receive.</td></tr><tr><td>SE Traffic</td><td>Number</td><td>Organic traffic per month from the chosen search engine according to Serpstat.</td></tr><tr><td>Organic Keywords</td><td>Number</td><td>Number of keywords that domain ranks for in Google top 100 organic search results according to Serpstat.</td></tr><tr><td>Ads</td><td>Number</td><td>Number of ads the target has in paid search results according to Serpstat.</td></tr><tr><td>Keywords in PPC</td><td>Number</td><td>Number of keywords the domain bids on in paid search results (depending on the chosen search engine) according to Serpstat.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Moz</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Modes: URL, Root Domain, Subdomain]</div></td></tr><tr><td>Page Authority</td><td>Number [1-100]</td><td><div>Score that indicates how the page will rank on search engines according to Moz.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Domain Authority</td><td>Number [1-100]</td><td><div>Score that indicates how the website will be ranked by search engines according to Moz.</div><div class="text-primary">• Root Domain parameter</div></td></tr><tr><td>Spam Score</td><td>Number [0-17]</td><td><div>Metric that indicates how likely a website is to be penalized by the search engines as a site that provides low value to searchers, as measured by the ratios of content to code, content to external links, external links to internal links and several other factors according to Moz.</div><div class="text-primary">• Subdomain parameter</div></td></tr><tr><td>MozRank</td><td>Number [0-10]</td><td>Score (measured from 0 to 10) to indicate popularity of the target URL according to Moz.</td></tr><tr><td>MozTrust</td><td>Number [0-10]</td><td>Score (measured from 0 to 10) to indicate trust of the target URL according to Moz.</td></tr><tr><td>Linking C Blocks</td><td>Number</td><td><div>Number of links from the same C class subnet IP addresses to the target domain according to Moz.</div><div class="text-primary">• Root Domain parameter</div></td></tr><tr><td>Root Domains Linking</td><td>Number</td><td>Number of root domains with any pages linking to the target URL according to Moz.</td></tr><tr><td>Subdomains Linking</td><td>Number</td><td><div>Number of subdomains with any pages linking to the target URL according to Moz.</div><div class="text-primary">• URL & Subdomain parameter</div></td></tr><tr><td>External Equity-Passing Links</td><td>Number</td><td>Number of external links that pass link authority to the target URL according to Moz.</td></tr><tr><td>Equity-Passing Links</td><td>Number</td><td><div>Number of internal and external links that pass link authority to the target according to Moz.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>External Links</td><td>Number</td><td>Number of external links to the target URL, including nofollowed links according to Moz.</td></tr><tr><td>Links</td><td>Number</td><td>Number of links (equity or nonequity; internal or external) to the target URL according to Moz.</td></tr><tr><td>External MozRank</td><td>Number [0-10]</td><td>The MozRank fraction of the target URL derived solely from external links in the normalized 10-point score.</td></tr><tr><td>Combined MozRank</td><td>Number [0-10]</td><td><div>Combined score (measured from 0 to 10) to indicate link popularity of all the pages on the target URL according to Moz.</div><div class="text-primary">• Root Domain & Subdomain parameter</div></td></tr><tr><td>MozRank Raw</td><td>Number</td><td>Raw score to indicate popularity of the target URL according to Moz.</td></tr><tr><td>MozTrust Raw</td><td>Number</td><td>Raw score to indicate trust of the target URL according to Moz.</td></tr><tr><td>External MozRank Raw</td><td>Number</td><td>The MozRank fraction of the target URL derived solely from external links in the raw score.</td></tr><tr><td>Combined MozRank Raw</td><td>Number</td><td><div>Combined raw score to indicate link popularity of all the pages on the target URL according to Moz.</div><div class="text-primary">• Root Domain & Subdomain parameter</div></td></tr><tr><td>Status Code</td><td>Response Code</td><td><div>HTTP status code recorded by Mozscape for the target URL, if available.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Canonical URL</td><td>Text</td><td><div>Сanonical form of the URL according to Moz.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Subdomain</td><td>Text</td><td><div>Subdomain of the target (e.g., blog.example.com) according to Moz.</div><div class="text-primary">• Subdomain parameter</div></td></tr><tr><td>Root Domain</td><td>Text</td><td><div>Root domain of the target (e.g., example.com) according to Moz.</div><div class="text-primary">• Root Domain parameter</div></td></tr><tr><td>Title</td><td>Text</td><td><div>Title of the page (if available) according to Moz.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Time Last Crawled</td><td>Date and Time</td><td><div>Date and time on which Mozscape last crawled the target.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Ahrefs</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Modes: URL, Host, Subdomains, Prefix]</div></td></tr><tr><td>Rank</td><td>Number</td><td><div>Rank of the target host based on the size and quality of its backlink profile according to Ahrefs. The website with the strongest backlink profile is ranked #1.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>URL Rating</td><td>Number [1-100]</td><td><div>Rank of the target URL according to Ahrefs.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Domain Rating</td><td>Number [1-100]</td><td><div>Rank of the domain according to Ahrefs.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Backlinks</td><td>Number</td><td>Number of external backlinks that link to the target URL according to Ahrefs.</td></tr><tr><td>Referring Domains</td><td>Number</td><td>Number of domains containing at least one backlink to the target URL according to Ahrefs.</td></tr><tr><td>Referring Pages</td><td>Number</td><td>Number of external web pages containing at least one backlink to the target URL according to Ahrefs.</td></tr><tr><td>Referring IPs</td><td>Number</td><td>Number of distinct IP addresses under a single network that link to the target URL according to Ahrefs.</td></tr><tr><td>Referring Subnets</td><td>Number</td><td>Number of referring class C networks that link to the target URL according to Ahrefs.</td></tr><tr><td>Dofollow Backlinks</td><td>Number</td><td>Number of dofollow backlinks that link to the target URL according to Ahrefs.</td></tr><tr><td>Nofollow Backlinks</td><td>Number</td><td>Number of nofollow backlinks that link to the target according to Ahrefs.</td></tr><tr><td>Text Backlinks</td><td>Number</td><td>Number of backlinks to the target that use anchor texts according to Ahrefs.</td></tr><tr><td>Image Backlinks</td><td>Number</td><td>Number of backlinks to the target URL that use image as an anchor according to Ahrefs.</td></tr><tr><td>Redirects</td><td>Number</td><td>Number of redirects found that forward to the target URL according to Ahrefs.</td></tr><tr><td>Canonical Backlinks</td><td>Number</td><td>Number of canonical backlinks that link to the target URL according to Ahrefs.</td></tr><tr><td>Gov Backlinks</td><td>Number</td><td>Number of backlinks of all types (including images and nofollow) found on web pages on governmental domains that link to the target URL according to Ahrefs.</td></tr><tr><td>Edu Backlinks</td><td>Number</td><td>Number of backlinks of all types (including images and nofollow) found on web pages on educational domains that link to the target URL according to Ahrefs.</td></tr><tr><td>Pages</td><td>Number</td><td>Number of unique pages visited by the Ahrefs crawler on the target URL.</td></tr><tr><td>Internal Links</td><td>Number</td><td><div>Number of internal links from the target URL according to Ahrefs.</div><div class="text-primary">• Host & Subdomains & Prefix parameter</div></td></tr><tr><td>External Links</td><td>Number</td><td><div>Number of external links from the target URL according to Ahrefs.</div><div class="text-primary">• Host & Subdomains & Prefix parameter</div></td></tr><tr><td>HTML Pages</td><td>Number</td><td>Number of HTML pages the target URL has according to Ahrefs.</td></tr><tr><td>Linked Root Domains</td><td>Number</td><td>Number of internal or external domains that are linked from the target URL according to Ahrefs.</td></tr><tr><td>Status Code</td><td>Response Code</td><td><div>HTTP status code that was last returned to the Ahrefs crawler.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Internal Links</td><td>Number</td><td><div>Number of internal links found on the crawled page according to Ahrefs.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>External Links</td><td>Number</td><td><div>Number of external links found on the crawled page according to Ahrefs.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Title</td><td>Text</td><td><div>Title of the crawled page according to Ahrefs.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Page Size</td><td>Number, Bytes</td><td><div>Size of the crawled page in bytes according to Ahrefs.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Page Encoding</td><td>Text</td><td><div>Character encoding of the page (e.g. 'UTF8') according to Ahrefs.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Page Content Encoding</td><td>Text</td><td><div>Type of encoding used to compress the page data (e.g. 'gzip' or 'deflate') according to Ahrefs.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Redirect URL</td><td>Text</td><td><div>URL where the target redirects to according to Ahrefs.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Last Visited</td><td>Date and Time</td><td><div>Most recent date when the Ahrefs crawler visited the target.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Majestic</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Modes: URL, Host, Root Domain]</div></td></tr><tr><td>Trust Flow</td><td>Number [0-100]</td><td><div>One of the Majestic Flow Metrics calculated according to the number of clicks from a seed set of trusted sites to the target URL.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Citation Flow</td><td>Number [0-100]</td><td><div>One of the Majestic Flow Metrics calculated according to the number of websites linking to the target URL.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>External Backlinks</td><td>Number</td><td><div>Number of external backlinks to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Referring Domains</td><td>Number</td><td><div>Number of domains containing at least one link referring to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Referring IPs</td><td>Number</td><td><div>Number of IP addresses referring to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Referring Subnets</td><td>Number</td><td><div>Number of subnets referring to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Edu Referring Domains</td><td>Number</td><td><div>Number of f educational domains with exact .edu top-level domains (excluding any regional versions) referring to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Edu External Backlinks</td><td>Number</td><td><div>Number of external backlinks found on web pages on educational domains that link to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Edu Referring Domains Exact</td><td>Number</td><td><div>Number of external backlinks found on web pages on educational domains that link to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Edu External Backlinks Exact</td><td>Number</td><td><div>Number of external backlinks found on web pages on educational domains with exact .edu top-level domains (excluding any regional versions) that link to the target according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Gov Referring Domains</td><td>Number</td><td><div>Number of governmental domains containing at least one link referring to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Gov External Backlinks</td><td>Number</td><td><div>Number of external backlinks found on web pages on governmental domains that link to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Gov Referring Domains Exact</td><td>Number</td><td><div>Number of governmental domains with exact .gov/.mil top-level domains (excluding any regional versions) referring to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Gov External Backlinks Exact</td><td>Number</td><td><div>Number of external backlinks found on web pages on governmental domains with exact .gov/.mil top-level domains (excluding any regional versions) that link to the target URL according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>External Domains</td><td>Number</td><td><div>Number of external domains the target URL links out to according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>External Links</td><td>Number</td><td><div>Number of external links the target URL links out to according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Internal Links</td><td>Number</td><td><div>Number of internal links the target URL links out to according to Majestic.</div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Status</td><td>Text</td><td><div>Status of the target in Majestic index: <ol style="padding-left: 20px; margin-bottom: 7px;"><li>Found – this item is present in index and can be analyzed.</li><li>NotFound – this item is definitely not present in index yet.</li><li>MayExist – indicates the URLs that have very few external backlinks, usually less than 20.</li></ol></div><div class="text-primary">• URL & Host parameter</div></td></tr><tr><td>Type</td><td>Text</td><td><div>Type of the target (root domain, subdomain, or URL) according to Majestic.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Indexed URLs</td><td>Number</td><td><div>Number of target's URLs present in Majestic index.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Topical Trust Flow Category</td><td>Text</td><td><div>Category for which the Trust Flow of the target host is the highest according to Majestic.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Topical Trust Flow</td><td>Number [0-100]</td><td><div>Score between 0-100 showing the Trust Flow for the main category according to Majestic.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Crawled</td><td>TRUE or FALSE</td><td><div>Indicates whether the target URL has been crawled by Majestic.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Last Crawled</td><td>Date and time</td><td><div>Most recent date when the page was crawled by Majestic.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Last Crawl Result</td><td>Text</td><td><div>Result of the target last crawl by Majestic, usually self-explanatory phrase.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Title</td><td>Text</td><td><div>Title of the target page according to Majestic.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Redirect</td><td>TRUE or FALSE</td><td><div>Indicates whether the target is returning redirect according to Majestic.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Redirect URL</td><td>Text</td><td><div>URL where the target page redirects to according to Majestic.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Redirect Result</td><td>Text</td><td><div>Indicates the result of crawling of the URL redirect target according to Majestic.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>External Backlinks on IP</td><td>Number</td><td><div>Number of external backlinks pointing to all domains hosted on IP address of the target root domain according to Majestic.</div><div class="text-primary">• Root Domain parameter</div></td></tr><tr><td>Referring Domains on IP</td><td>Number</td><td><div>Number of referring domains pointing to all domains hosted on IP address of the target root domain according to Majestic.</div><div class="text-primary">• Root Domain parameter</div></td></tr><tr><td>Total Domains on IP</td><td>Number</td><td><div>Number of domains hosted on IP address of the target root domain according to Majestic.</div><div class="text-primary">• Root Domain parameter</div></td></tr><tr><td>External Backlinks on Subnet</td><td>Number</td><td><div>Number of external backlinks pointing to all domains hosted on subnet of the target root domain according to Majestic.</div><div class="text-primary">• Root Domain parameter</div></td></tr><tr><td>Referring Domains on Subnet</td><td>Number</td><td><div>Number of referring domains pointing to all domains hosted on subnet of the target root domain according to Majestic.</div><div class="text-primary">• Root Domain parameter</div></td></tr><tr><td>Total Domains on Subnet</td><td>Number</td><td><div>Number of domains hosted on subnet of the target root domain according to Majestic.</div><div class="text-primary">• Root Domain parameter</div></td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">SEMrush</div><div class="text-primary text-center">[Mode: Host]</div><div><span class="semi-bold">Available search engine databases:</span><br><ul style="padding-left: 20px; margin-bottom: 5px;"><li>Google → United Arab Emirates, Afganistan, Albania, Armenia, Angola, Argentina, Austria, Australia, Azerbaijan, Bosnia and Herzegovina, Bangladesh, Belgium, Bulgaria, Bahrain, Brunei, Bolivia, Brazil, Bahamas, Botswana, Belarus, Belize, Canada, Congo, Switzerland, Chile, Cameroon, Colombia, Costa Rica, Cabo Verde, Cyprus, Czech Republic, Germany, Denmark, Dominican Republic, Algeria, Ecuador, Estonia, Egypt, Spain, Ethiopia, Finland, France, Georgia, Ghana, Greece, Guatemala, Guyana, Hong Kong, Honduras, Croatia, Haiti, Hungary, Indonesia, Ireland, Israel, India, Iceland, Italy, Jamaica, Jordan, Japan, Cambodia, South Korea, Kuwait, Kazakhstan, Lebanon, Sri Lanka, Lithuania, Luxemburg, Latvia, Libya, Morocco, Moldova, Montenegro, Madagascar, Mongolia, Malta, Mauritius, Mexico, Malaysia, Mozambique, Namibia, Nigeria, Nicaragua, Netherlands, Norway, Nepal, New Zealand, Oman, Peru, Philippines, Poland, Portugal, Paraguay, Romania, Serbia, Russia, Saudi Arabia, Sweden, Singapore, Slovenia, Slovakia, Senegal, El Salvador, Thailand, Tunisia, Turkey, Trinidad and Tobago, Ukraine, United Kingdom, United States, United States (Mobile), Uruguay, Venezuela, Vietnam, Republic of South Africa, Zambia, Zimbabwe</li><li>Bing → United States</li></ul></div></td></tr><tr><td>Rank</td><td>Number</td><td>Domain position in domains ranking based on their organic search traffic value according to SEMrush.</td></tr><tr><td>Organic Traffic</td><td>Number</td><td>Number of users expected to visit the website in the following month on condition that average monthly organic traffic stays relatively the same according to SEMrush.</td></tr><tr><td>Organic Keywords</td><td>Number</td><td>Number of keywords bringing users to the website via Google's top 100 organic search results according to SEMrush.</td></tr><tr><td>Organic Traffic Cost</td><td>Number</td><td>Estimated price of organic keywords according to SEMrush.</td></tr><tr><td>Paid Search Traffic</td><td>Number</td><td>Number of users expected to visit the website in the following month on condition that average monthly paid traffic stays relatively the same according to SEMrush.</td></tr><tr><td>Paid Search Keywords</td><td>Number</td><td>Number of keywords bringing users to the website via Google's paid search results according to SEMrush.</td></tr><tr><td>Paid Search Traffic Cost</td><td>Number</td><td>Estimation on the domain’s Google AdWords budget (monthly estimation) according to SEMrush.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Alexa</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Mode: Host]</div></td></tr><tr><td>Global Rank</td><td>Number</td><td>Global website rank according to Alexa.</td></tr><tr><td>Local Rank</td><td>Number</td><td>Website rank in a certain country according to Alexa.</td></tr><tr><td>Country</td><td>Text</td><td>Country for which local rank is displayed according to Alexa.</td></tr><tr><td>Sites Linking In</td><td>Number</td><td>Number of websites referring to this domain according to Alexa.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Google SERP</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Modes: URL, Host]</div></td></tr><tr><td>Indexed URLs</td><td>Number</td><td><div>Number of website pages indexed by Google. Retrieved by making [site:hostname] search query to Google.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Indexation</td><td>TRUE or FALSE</td><td>Indicates whether the target URL is indexed by Google.</td></tr><tr><td>Merge</td><td>TRUE or FALSE</td><td>Indicates whether the target URL is merged with another URL according to Google.</td></tr><tr><td>Cache</td><td>TRUE or FALSE</td><td>Indicates whether the target URL is cached by Google.</td></tr><tr><td>Title</td><td>Text</td><td><div>Title of the target displayed in Google SERP.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Description</td><td>Text</td><td><div>Description of the target displayed in Google SERP.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Merged URL</td><td>Text</td><td>Indicates URL the target URL is merged with according to Google.</td></tr><tr><td>Cache Date and Time</td><td>Date and Time</td><td>Date and time when the target URL was last cached by Google.</td></tr><tr><td>Mentions</td><td>Number</td><td>Number of the pages from other websites that contain exact match of the target URL according to Google. Retrieved by making ["URL" -site:URL] or ["hostname" -site:hostname] search query depending on selected mode.</td></tr><tr><td>Sitelinks</td><td>Number</td><td><div>Number of additional links shown in Google SERP snippet.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Compromised Site</td><td>TRUE or FALSE</td><td><div>Indicates whether the website has 'This site may be hacked' message in Google SERP snippet.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Related Pages</td><td>Number</td><td><div>Number of pages related to the target domain. Retrieved by making [related:hostname] search query to Google.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Bing SERP</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Modes: URL, Host]</div></td></tr><tr><td>Indexed URLs</td><td>Number</td><td><div>Number of website pages indexed by Bing. Retrieved by making [site:hostname] search query to Bing.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Indexation</td><td>TRUE or FALSE</td><td>Indicates whether the target URL is indexed by Bing.</td></tr><tr><td>Merge</td><td>TRUE or FALSE</td><td>Indicates whether the target URL is merged with another URL according to Bing.</td></tr><tr><td>Title</td><td>Text</td><td><div>Title of the target displayed in Bing SERP.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Description</td><td>Text</td><td><div>Description of the target displayed in Bing SERP.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Merged URL</td><td>Text</td><td>Indicates URL the target URL is merged with according to Bing.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Yahoo SERP</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Modes: URL, Host]</div></td></tr><tr><td>Indexed URLs</td><td>Number</td><td><div>Number of website pages indexed by Yahoo. Retrieved by [site:hostname] search query to Yahoo.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td>Indexation</td><td>TRUE or FALSE</td><td>Indicates whether the target URL is indexed by Yahoo.</td></tr><tr><td>Merge</td><td>TRUE or FALSE</td><td>Indicates whether the target URL is merged with another URL according to Yahoo.</td></tr><tr><td>Title</td><td>Text</td><td><div>Title of the target displayed in Yahoo SERP.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Description</td><td>Text</td><td><div>Description of the target displayed in Yahoo SERP.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Merged URL</td><td>Text</td><td>Indicates URL the target URL is merged with according to Yahoo.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Yandex SERP</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Mode: URL]</div></td></tr><tr><td>Indexation</td><td>TRUE or FALSE</td><td>Indicates whether the target URL is indexed by Yandex.</td></tr><tr><td>Merge</td><td>TRUE or FALSE</td><td>Indicates whether the target page is merged with another page according to Yandex.</td></tr><tr><td>Title</td><td>Text</td><td>Title of the page displayed in Yandex SERP.</td></tr><tr><td>Description</td><td>Text</td><td>Description of the page displayed in Yandex SERP.</td></tr><tr><td>Merged URL</td><td>"Text</td><td>Indicates URL the target is merged with according to Yandex.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Yandex SERP</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Mode: HOST]</div></td></tr><tr><td>Indexed URLs</td><td>Number</td><td>Number of website pages indexed by Yandex. Retrieved by making [host:hostname] search query to Yandex.</td></tr><tr><td>Indexation</td><td>TRUE or FALSE</td><td>Indicates whether the target URL is indexed by Yandex.</td></tr><tr><td>Address</td><td>Text</td><td>Physical address of the organization shown in Yandex SERP snippet.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Yandex Webmaster</div></td></tr><tr><td>SQI</td><td>Number</td><td>The Site Quality Index (SQI) indicates how useful the site is for users according to Yandex. The quality index is based on the size of the site's audience, the degree of user satisfaction with the site, the level of trust that users and Yandex place in this site, and other criteria.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">DNS</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Mode: Host]</div></td></tr><tr><td>IP</td><td>Text</td><td>IP address of the host.</td></tr><tr><td>Country</td><td>Text</td><td>Country of the host defined by MaxMind database.</td></tr><tr><td>Country ISO Code</td><td>Text</td><td>Country ISO Code of the host defined by MaxMind database.</td></tr><tr><td>Continent</td><td>Text</td><td>Continent of the host defined by MaxMind database.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Whois</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Mode: Root Domain]</div></td></tr><tr><td>Creation Date</td><td>Date and Time</td><td>Date and time when the domain was created according to whois protocol.</td></tr><tr><td>Expiration Date</td><td>Date and Time</td><td>Date and time when the domain expires according to whois protocol.</td></tr><tr><td>Availability</td><td>TRUE or FALSE</td><td>Indicates whether the target domain is available for purchase according to whois protocol.</td></tr><tr><td>Emails</td><td>Text</td><td>List of unique email addresses retrieved by sending whois query.</td></tr><tr><td>Root Domain</td><td>Text</td><td>Root domain of the target (e.g., example.com) according to whois protocol.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Wayback Machine</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Mode: URL, Host]</div></td></tr><tr><td>Indexation</td><td>TRUE or FALSE</td><td><div>Indicates whether the target page is indexed by Wayback Machine.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>First Crawled</td><td>Date and Time</td><td><div>Date when the target was first crawled by the Wayback Machine.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Last Crawled</td><td>Date and Time</td><td><div>Date when the target was last crawled by the Wayback Machine.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Last Captured URL</td><td>Text</td><td><div>Last copy of the page that was captured by the Wayback Machine.</div><div class="text-primary">• URL parameter</div></td></tr><tr><td>Indexed URLs</td><td>Number</td><td><div>Number of website HTML pages indexed by Wayback Machine.</div><div class="text-primary">• Host parameter</div></td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Facebook</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Mode: URL]</div></td></tr><tr><td>Shares</td><td>Number</td><td>Number of shares of the page via Facebook.</td></tr><tr><td>Comments</td><td>Number</td><td>Number of comments to the page shared via Facebook.</td></tr><tr><td>Open Graph Title</td><td>Text</td><td>Title of the page according to Facebook.</td></tr><tr><td>Open Graph Description</td><td>Text</td><td>Description of the page according to Facebook.</td></tr><tr><td>Open Graph Updated Time</td><td>Date and Time</td><td>Time and date when the page was last indexed by Facebook.</td></tr><tr><td style="background-color: #f8f8f8;" colspan="3"><div style="font-size: 20px; font-weight: bold; text-align: center;">Pinterest</div><div class="text-primary text-center" style="margin-bottom: 5px;">[Mode: URL]</div></td></tr><tr><td>Pins</td><td>Number</td><td>Number of times the target was pinned via Pinterest.</td></tr></tbody></table></div></div> </p> <br /> </div> <div class="col-md-4" id="rightCol"> <div class="well"> <div class="sideXd"> <img class="imageres" src="http://seofrequency.com/image/dummy-xd/250x300Ad.png" /> </div> <div class="sideXd"> <img class="imageres" src="http://seofrequency.com/image/dummy-xd/250x125Ad.png" /> </div> </div> </div> </div> </div> <br /> <script> function saveAsFile() { var today = new Date(); var dd = today.getDate(); var mm = today.getMonth()+1; var yyyy = today.getFullYear(); if(dd<10){ dd='0'+dd; } if(mm<10){ mm='0'+mm; } var today = dd+'-'+mm+'-'+yyyy; var textToWrite = document.getElementById("rawData").value; textToWrite = textToWrite.replace(/\n/g, '\r\n'); var textFileAsBlob = new Blob([textToWrite], {type:'text/csv'}); var downloadLink = document.createElement("a"); downloadLink.download = 'links.csv'; downloadLink.innerHTML = "My Link"; window.URL = window.URL || window.webkitURL; downloadLink.href = window.URL.createObjectURL(textFileAsBlob); downloadLink.onclick = destroyClickedElement; downloadLink.style.display = "none"; document.body.appendChild(downloadLink); downloadLink.click(); } function destroyClickedElement(event){ document.body.removeChild(event.target); } </script> <footer class="footer"> <div class="container"> <div class="row"> <!-- About Us --> <div id="about-us" class="col-md-4 col-sm-4 col-xs-12"> <div class="widget clearfix"> <div class="widget-title"> <h3>SEO Feed 2024</h3> </div> <p> <!-- Your page content goes here --> <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> <style> /* Add your custom CSS styles for better readability */ .feed-item { margin-bottom: 10px; } .feed-link { font-weight: bold; text-decoration: none; color: #007BFF; } </style> <marquee width="350" height="200" behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();"> <!-- Container to display Moz's blog feed --> <div id="moz-feed"></div> <!-- Container to display Search Engine Land's blog feed --> <div id="search-engine-land-feed"></div> <!-- Container to display Search Engine Journal's blog feed --> <div id="search-engine-journal-feed"></div> <!-- Your additional content or other elements can follow --> </marquee> <!-- Include your script at the end to ensure the DOM is fully loaded --> <script> // Function to fetch and display blog feed function displayBlogFeed(feedUrl, containerId) { $.ajax({ url: 'fetch_feed.php?url=' + encodeURIComponent(feedUrl), dataType: 'json', success: function (data) { // Display the feed in the specified container displayFeedData(data, containerId); }, error: function (xhr, status, error) { // Handle errors, e.g., display an error message $('#' + containerId).html('<p>Error fetching the feed: ' + error + '</p>'); } }); } // Function to format and display feed data function displayFeedData(feedData, containerId) { var container = $('#' + containerId); // Check if container exists if (!container.length) { console.error('Container not found:', containerId); return; } // Loop through the feed items and create HTML elements $.each(feedData, function (index, item) { var feedItem = $('<div class="feed-item"></div>'); var feedLink = $('<a class="feed-link" href="' + item.link + '" target="_blank">' + item.title + '</a>'); feedItem.append(feedLink); container.append(feedItem); }); } // Fetch and display feeds from Moz, Search Engine Land, and Search Engine Journal displayBlogFeed('https://moz.com/blog/feed', 'moz-feed'); displayBlogFeed('https://searchengineland.com/feed', 'search-engine-land-feed'); displayBlogFeed('https://www.searchenginejournal.com/feed/', 'search-engine-journal-feed'); </script> <!-- <a target="_blank" href="http://seofrequency.com/help-and-support">for more assistance</a>--> </p> </div><!-- end clearfix --> </div><!-- end col --> <!-- End About Us --> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="widget clearfix"> <div class="widget-title"> <h3>Contact Details</h3> </div> <ul class="footer-links"> <li><a target="_blank" href="www.seofrequency.com">www.seofrequency.com</a></li> <li><a target="_blank" href="mailto:info@seofrequency.com">info@seofrequency.com</a></li> <li>SEO Frequency <br>50, rectory road, southall, Middlesex,<br> UB2 4EN, UK. </li> </ul><!-- end links --> </div><!-- end clearfix --> </div><!-- end col --> <!-- Tag Cloud --> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="widget clearfix"> <div class="widget-title"> <h3>Top 5 Tools</h3> </div> <ul class="footer-links"> <li><a href="https://www.seofrequency.com/check-free-plagiarism">Plagiarism Checker </a></li><li><a href="https://www.seofrequency.com/genrate-free-xml-sitemap">XML Sitemap Generator </a></li><li><a href="https://www.seofrequency.com/check-free-whois">Whois Checker </a></li><li><a href="https://www.seofrequency.com/free-re-writing-tool">URL Rewriting Tool </a></li><li><a href="https://www.seofrequency.com/check-free-mozrank">Mozrank Checker </a></li> </ul><!-- end links --> </div><!-- end clearfix --> </div><!-- end col --> <!-- End Tag Cloud --> <div class="col-md-2 col-sm-2 col-xs-12"> <div class="widget clearfix"> <div class="widget-title"> <h3>Social</h3> </div> <ul class="footer-links social-md"> <li><a target="_blank" class="fb" href="https://www.facebook.com/seo.site.audit"><i class="fa fa-facebook"></i> Facebook</a></li> <li><a target="_blank" class="dr" href="https://www.youtube.com/playlist?list=PLyo4h00LaYsKqKlFsnSUNDZYpPQwmM7P9"><i class="fa fa-youtube"></i> You Tube</a></li> <li><a target="_blank" style="background:#01e675" class="fb" href="https://wa.me/923368473267?text='Message Me'"><i class="fa fa-whatsapp"></i> WhatsApp</li> <li><a target="_blank" class="tw" href="#"><i class="fa fa-twitter"></i> Twitter</a></li> <li><a target="_blank" class="pi" href="#"><i class="fa fa-pinterest"></i> Pinterest</a></li> <li><a target="_blank" class="gi" href="#"><i class="fa fa-github"></i> Github</a></li> </ul><!-- end links --> </div><!-- end clearfix --> </div><!-- end col --> <!-- <div class="col-md-3 col-sm-3 col-xs-12"> <div class="widget clearfix"> <div class="widget-title"> <h3>Information Links </h3> </div> <ul class="footer-links"> <li><a href="https://www.seofrequency.com/">Home</a></li><li><a href="http://seositecheckup.seofrequency.com/#contactfooter">Contact US</a></li><li><a href="https://www.seofrequency.com/page/about-us">About Us</a></li> </ul> </div> </div>--> </div><!-- end row --> </div><!-- end container --> </footer><!-- end footer --> <hr> <div class="copyrights"> <div class="container"> <div class="footer-distributed"> <div class="footer-left"> <p class="footer-company-name">All Rights Reserved. © 2018-2024 Design By <a href="https://seofrequency.com">seofrequency.com</a></p> </p> </div> <div class="footer-right"> <div style="font-size:10px;">     <br /> <a target="_blank" href="http://seofrequency.com/terms-of-service">Terms of Service</a> | <a target="_blank" href="http://seofrequency.com/privacy-policy">Privacy Policy</a> | <a target="_blank" href="http://seofrequency.com/refund-policy">Refund & Return Policy</a> | <a target="_blank" href="http://seofrequency.com/our-team">Our Team</a> | <a target="_blank" href="http://seofrequency.com/our-disclaimer">Our Disclaimer</a> | <a target="_blank" href="http://seofrequency.com/our-cookie-policy">Our Cookie Policy</a> | <a target="_blank" href="http://seofrequency.com/faq">FAQ</a> | <a target="_blank" href="http://seofrequency.com/help-and-support">About Us</a> | <a target="_blank" href="http://seositecheckup.seofrequency.com/#contactfooter">Contact Us</a> | <a target="_blank" href="http://www.seofrequency.com/#pricing">Pricing</a> </div> </div> </div> </div><!-- end container --> </div><!-- end copyrights --> <a href="#" id="scroll-to-top" class="dmtop global-radius"><i class="fa fa-angle-up"></i></a> <!-- Bootstrap --> <script defer src="https://www.seofrequency.com/theme/default/js/bootstrap.min.js" type="text/javascript"></script> <!-- Sweet Alert --> <script defer type='text/javascript' src='https://www.seofrequency.com/theme/default/js/sweetalert.min.js'></script> <!-- App JS --> <script defer src="https://www.seofrequency.com/theme/default/js/app.js" type="text/javascript"></script> <!-- Master JS --> <script defer src="https://www.seofrequency.com/rainbow/master-js" type="text/javascript"></script> <!-- ALL JS FILES --> <script defer src="https://www.seofrequency.com/theme/default/flax_js/all.js"></script> <!-- ALL PLUGINS --> <script defer src="https://www.seofrequency.com/theme/default/flax_js/custom.js"></script> <!-- Sign in --> <div class="modal fade loginme" id="signin" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">Sign In</h4> </div> <form method="POST" action="https://www.seofrequency.com/account/login" class="loginme-form"> <div class="modal-body"> <div class="alert alert-warning"> <button type="button" class="close dismiss">×</button><span></span> </div> <div class="form-group connect-with"> <div class="info">Sign in using social network</div> <a target="_blank" href="https://www.seofrequency.com/facebook/login" class="connect facebook" title="Sign in using Facebook">Facebook</a> <a target="_blank" href="https://www.seofrequency.com/google/login" class="connect google" title="Sign in using Google">Google</a> <a target="_blank" href="https://www.seofrequency.com/twitter/login" class="connect twitter" title="Sign in using Twitter">Twitter</a> </div> <div class="info">Sign in with your username</div> <div class="form-group"> <label>Username <br /> <input type="text" name="username" class="form-input width96" /> </label> </div> <div class="form-group"> <label>Password <br /> <input type="password" name="password" class="form-input width96" /> </label> </div> </div> <div class="modal-footer"> <button type="submit" class="btn btn-primary pull-left">Sign In</button> <div class="pull-right align-right"> <a target="_blank" href="https://www.seofrequency.com/account/forget">Forgot Password</a><br /> <a target="_blank" href="https://www.seofrequency.com/account/resend">Resend Activation Email</a> </div> </div> <input type="hidden" name="signin" value="f93dbb24d47388c6260f441d251a027d" /> <input type="hidden" name="quick" value="828d86ff58ba0d18c4eb5ba4a884a9a1" /> </form> </div> </div> </div> <!-- Sign up --> <div class="modal fade loginme" id="signup" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">Sign Up</h4> </div> <form action="https://www.seofrequency.com/account/register" method="POST" class="loginme-form"> <div class="modal-body"> <div class="alert alert-warning"> <button type="button" class="close dismiss">×</button><span></span> </div> <div class="form-group connect-with"> <div class="info">Sign in using social network</div> <a target="_blank" href="https://www.seofrequency.com/facebook/login" class="connect facebook" title="Sign in using Facebook">Facebook</a> <a target="_blank" href="https://www.seofrequency.com/google/login" class="connect google" title="Sign in using Google">Google</a> <a target="_blank" href="https://www.seofrequency.com/twitter/login" class="connect twitter" title="Sign in using Twitter">Twitter</a> </div> <div class="info">Sign up with your email address</div> <div class="form-group"> <label>Username <br /> <input type="text" name="username" class="form-input width96" /> </label> </div> <div class="form-group"> <label>Email <br /> <input type="text" name="email" class="form-input width96" /> </label> </div> <div class="form-group"> <label>Full Name <br /> <input type="text" name="full" class="form-input width96" /> </label> </div> <div class="form-group"> <label>Password <br /> <input type="password" name="password" class="form-input width96" /> </label> </div> </div> <div class="modal-footer"> <button type="submit" class="btn btn-primary">Sign Up</button> </div> <input type="hidden" name="signup" value="f93dbb24d47388c6260f441d251a027d" /> <input type="hidden" name="quick" value="7cc86ad787e89b3ef0c6dd645d9d7b76" /> </form> </div> </div> </div> <!-- XD Box --> <div class="modal fade loginme" id="xdBox" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button id="xdClose" type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title" id="xdTitle"></h4> </div> <div class="modal-body" id="xdContent"> </div> </div> </div> </div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NWZC49X" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> </body> </html>