Keyword Density and Frequency Analyzer

We are happy to announce the new and free Keyword Density and Frequency Analyzer SEO Tool with which you could check keyword density and keyword frequency of a web page. The result shows by default the top 10 keywords including 1 word, 2 words and 3 words length keywords. To view all keywords, click on the All Keywords link.

Keyword Density and Frequency Analyzer Free SEO Tool screenshot

The result tables for each keyword length contain the following columns:

  • Num: Number of keywords found in a page. This could be called as keyword frequency or occurrences.
  • Keyword: The exact keyword.
  • Text[%]: The keyword/text ration in percentage. This is calculated for a keyword as its occurrence is divided by the number of words in the text. This eliminates all code details, only the page content matters.
  • Code[%]: The keyword/code ratio in percentage. This is calculated for a keyword as its occurrence is multiplied with its length, and all of that is divided by the page length. This includes all code details.

What can you do with Keyword Density and Frequency Analyzer?

Keyword Density and Frequency Analyzer could be used for example:

  • Checking the most important keywords.
  • Checking a keyword relationship with others.
  • Checking text and code ratio of a keyword.
  • Checking 2 words and 3 words length keywords.
  • Etc.

How it works?

A crawler downloads the entered web page, analyzes its content, counts the keywords and computes the statistics.

Posted in Tools | Leave a comment

How to use your Wyolyzer coupon?

This post is intended to describe how to use your Wyolyzer coupon for WyoSEO services.

Why Wyolyzer coupon is useful?

If you have never tried our services, you could use our coupons to do that! Experience Wyolyzer advantages for your business for free! If you are our customer, then we will increase your credits with the worth of the coupon. So, don’t hesitate to apply your coupon!

What is the Wyolyzer coupon?

If you’ve received a Wyolyzer coupon and applied in Wyolyzer, it’s value would increase your credits. Some info that’s good to know about the coupon:

  • Currency: It has a value in the currency you have selected in Wyolyzer. If you didn’t selected any currency then you cannot apply the coupon!
  • Expiration Date: Each coupon has an expiration date, so keep in mind to use it before expire!

How to use your coupon?

Follow the steps below to apply your coupon:

  1. Log in to Wyolyzer.
  2. Check whether your billing information is set (at least a currency must be selected). To do that, click on the Billing menu on the top menubar and then select the Billing Profile submenu. If the form isn’t filled out, then enter your data  and click on the Apply button. (For more info, check the Billing Help Page.)
  3. Click on the Coupon submenu and enter your Coupon code.

Posted in HowTo | Comments closed

New Free Seo Tool: Meta Tag Analyzer

We are happy to announce the new and free Meta Tag Analyzer – HTML Header Checker SEO Tool with which you could check the title and meta tags of a web page. The result shows the content, length and relevancy of the title tag, description and keywords meta tags. If other meta tags are in the code, then all of those values will be listed. Enter the URL and click on the Check button to analyze.

Meta Tag Analyzer - HTML Header Checker

Meta Tag Analyzer - Other Meta Tags

What can you do with Meta Tag Analyzer?

Meta Tag Analyzer – HTML Header Checker could be used for different purposes, such as

  • Determine the relevancy and length of title, description and keywords for SEO purposes.
  • Identify missing meta tags.
  • Check existing meta tags.
  • etc.

How it works?

Meta Tag Analyzer – HTML Header Checker fetches the file provided by the web server on the entered URL, then an analysis will be started. At the end of the analysis the following parameters will be available for title, description and keywords:

  • Length: Length of the value in characters (char).
  • Relevancy: Relevancy of the tag based on the text of the website. A word will be counted relevant, if it could be found at least twice on the page. If all word is relevant, then the relevancy is 100%.
  • Value: Value of the (meta) tag.

If any other meta tags are available on the page, then an other result table will appear. This contains the following parameters:

  • Meta Name: Name of the meta tag found.
  • Meta Content: Content of the meta tag found.

Note that, sometimes it could happen that meta tags are included into the code, but Meta Tag Analyzer did not find them. The reason in most cases is that an enclosing character is missing, which means that the meta tag is closed with “>” instead of “/>”. Make sure that “/>” is used to close the meta tag to get appropriate results.

Posted in Tools | Leave a comment

New Free SEO Tool: Redirect Checker

We are happy to announce the new and free Redirect Checker SEO Tool, with which you could check whether a webpage is redirected to an other in some way or not, and if redirected then the redirect method and the redirected URL can be shown in the results. Enter the URL and click on the Check button to search for redirects.

Redirect Checker SEO Tool

What can you do with Redirect Checker?

Redirect checker could be used to find out the type of a redirect and see the target URL.

How it works?

Redirect Checker SEO Tool connects to the web server resolved  by using the entered URL, and then analyzes its response. Redirect Checker can identify currently 4 types of redirect:

  • HTTP Redirect: Redirect is indicated in the HTTP Header.
  • HTML Redirect: Redirect is indicated in the HTML Header.
  • Possibly Javascript redirect: Javascript contains redirect related function(s).
  • Possibly Javascript redirect with variables: Javascript contains redirect related function(s), but the input value is a parameter.

In case of HTML Redirect and Javascript Redirect, Redirect Checker cannot offer 100% results, because it does not interpret the code of the website, instead it analyzes the source and looks for redirect related information. In that case it is suggested always to check the source code of the web page with HTML Code Formatter or Crawler Simulator.

Redirect Examples

Some examples can be found here to demonstrate different redirect types.

HTTP Redirect

HTTP redirect could be done through the HTTP header. If a redirect takes place (e.g. enter http://google.hu/), then the HTTP response header contains the Location parameter. An example header can be shown below. This indicates that the new URL is http://www.google.hu/, and this should be fetched by the browser.


Location: http://www.google.hu/
Content-Type: text/html; charset=UTF-8
Date: Wed, 02 Feb 2011 14:46:45 GMT
Expires: Fri, 04 Mar 2011 14:46:45 GMT
Cache-Control: public, max-age=2592000
Server: gws
Content-Length: 218
X-XSS-Protection: 1; mode=block

HTML Redirect

HTML redirect could be done through an HTML file. In that case the server responds with a 200 OK, but the HTML file contains a meta tag with a refresh value, as in the example code below. This indicates that the URL (http://www.wyoseo.com/) should be downloaded immediately (0 sec).

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="refresh" content="0;url=http://www.wyoseo.com/">
</head>
<body> Test Page. </body>
</html>

Javascript based Redirect

Javascript offers different functions to redirect pages, however, sometimes these will be called only if specific conditions are satisfied. Basing on that without a javascript interpreter it is hard to evaluate the javascript code, so currently this tool is only looking for code parts that maybe could cause redirects. Some examples:

//with exact URL
window.location = "http://www.wyoseo.com/"
//or with a variable
 var loc = "http://www.wyoseo.hu/"
 window.location = loc;
Posted in Tools | Leave a comment

New Free SEO Tool: Whois Lookup

We are happy to announce the new and free Whois Lookup SEO Tool with which you could get whois information about a domain. Enter the domain name and click on the Check button to see whois information. Use the Open in a New Window link to see the results in a new window.

Whois Lookup tool from WyoSEO

What can you do with Whois Lookup?

With Whois Lookup basic information could retrieve about a domain name, such as:

  • Registration date (to calculate domain age)
  • Expiration date
  • Owner contact
  • Registrar
  • etc.

Some whois servers provide detailed information through their websites, such as the hungarian provider, so use the links provided by the whois servers if no relevant information was found.

How it works?

As part of the domain name registration process, the Internet Corporation for Assigned Names and Numbers (ICANN) requires the domain name registrar to submit  contact information to the Whois database. This will be publicly available and anyone could retrieve by using Whois search/lookup tools. WyoSEO provides such a tool to check the available information for a domain.

Whois servers can be reached by using the Whois protocol described in RFC 3912. A WHOIS server listens on TCP port 43 for requests from WHOIS clients.  The WHOIS client makes a text request to the WHOIS server, then the WHOIS server replies with text content.

Posted in Tools | Leave a comment

New Free SEO Tool: Web Server IP Address Lookup

We are happy to announce the new and free Web Server IP Address Lookup Tool with which you could check the host web server IP address of a domain. Enter the domain name, and click on the Check Button to resolve the IP address.

Web Server IP Address Lookup SEO Tool

What can you do with the Web Server IP Address Lookup?

You could check or get the IP address of a domain.

How it works?

This tool sends an ICMP Echo Request to the domain and prints out the IP address found in the answer. If a firewall is installed in front of the web server and blocks ICMP requests and/or responses then no results will be printed.

Posted in Tools | Leave a comment

New Free SEO Tool: Crawler Simulator

We are happy to announce the new and free Crawler Simulator with which you could download a webpage in the same way as a web crawler/web robot do. Enter the URL or the domain name and click on the Check Button to test a webpage.

Crawler Simulator

To be easier to copy & paste the source code and to read the code two links were added to the code results. The first (Open in a new window) opens a new window and prints out the source code. The second (Open in a New Window with Highlighting) highlights the code of the page. Note that, this is currently in a beta phase.

What can you do with Crawler Simulator?

Crawler simulator could be used to:

  • check what a webrobot sees form a webpage
  • check the source code of a webpage

How it works?

A web crawler fetches the webpage you enter, and the result that the webserver gives back will be printed out. Note that the result contains the header information as well.

Posted in Tools | Leave a comment

New Free SEO Tool: HTML Code Formatter

We are happy to announce the new and free HTML Code Formatter with which you could prettify easily the source code of a webpage. Enter the URL or domain name and click on the Check Button. The result contains the HTTP Status line including the protocol version, status code and reason field and the requested URL.

HTML Code Formatter

To be easier to copy & paste the source and to read the code two link was added to the code results. The first (Open in a new window) opens a new window and prints out the prettified source code. The second (Open in a New Window with Highlighting) highlights the code of the page. Note that, this is currently in a beta phase.

The HTML Code Formatter tool is error tolerant, which means that it tries to understand the structure and the missing tags will be included.

What can you do with HTML Code Formatter?

HTML Code Formatter could be used to check or understand the structure of a webpage.

How it works?

HTML Code Formatter fetches the requested page, builds the structure and tries to eliminate mistakes (e.g. missing tags)  and prints out the result in a structured way.

Posted in Tools | Leave a comment

New Free SEO Tool: HTTP Header Check

We are happy to announce the new and free HTTP Header Check tool with which you can check the HTTP header of a request. Enter the URL or domain name and click on the Check Button. The result contains the HTTP Status line including the protocol version, status code and reason field, the requested URL and the HTTP headers. To be easier to copy & paste the source of the headers code view was added as well. Clicking on the Open in a new window link, the code will be opened in a larger window.

HTTP Header Check SEO Tool

For what can you use HTTP Header Checker?

You could check the header information provided by a web server.

  • Show HTTP Status code and reason field
  • Show HTTP protocol version
  • Check information provided by a web server
  • Check HTTP header fields
  • etc.

How it works?

The HTTP Header Checker client works as a web browser (client). It sends a HEAD request to the web server and prints out the reply. This request does not contain any web page data just the header information are included in the answer.

Features

  • No automatic redirect (prints out the original header with Location field)
  • HTTP and HTTPS support
  • Sends HEAD request to the web server
  • Easy copy and paste and larger view by using the Open in a new window link
Posted in Tools | Leave a comment

New Free SEO Tool: Link Lister

We are happy to announce the new and free Link Lister tool with which you can list all links on a webpage. Enter the URL you want to analyze, and we list out all links found on the web page. With Link Lister you can filter your results by entering a search string into the Link field.

Link Lister Free SEO Tool

How can you use Link Lister?

Link Lister can be used for numerous SEO purposes, such as:

  • Checking backlinks from a page
  • Checking the number of internal links
  • Checking the number of external links
  • Checking not SEO friendly links (e.g. URLs contain node, etc.)
  • etc.

How Link Lister works?

Link Lister fetches the target page and analyzes all the links. It prints out all the matches that was found during the analysis. If no search criteria was defined (Link textfield is empty) then all links will be listed. It is allowed to enter any URL to both textfields.

Note that only those a tags are examined that have href parameter. Area tags are not supported currently.

Troubleshooting

Sometimes it happens that Link Lister cannot find the links on the page. In these situations you should think that there is some issue on the webpage wanted to check (if not, let us know and we will investigate that). Check the followings before sending us your report about malfunctioning:

  • The target webpage has the right href format (e.g. ” or ‘ chars are used before and after the link)
  • The URL is not redirected (javascript and html redirect is not handled, only HTTP 301 and 302)
  • There are no misleading chars in the URL (such as & is not replaced with the amp; version)
  • There is no AJAX function on the page

If you even encounter serious problems, please do not hesitate to contact with us.

Posted in Tools | Leave a comment