Site Tools :

Code to Ratio Text

What is the Code to Text Ratio
The Code to Text Ratio represents the percentage of actual text in a web page. Our content ratio tool extracts the text from paragraphs and the anchor text from HTML code and calculates the content ratio based on this information.

Why is the Code to Text Ratio Important for SEO?
The code to text ratio of a page is used by search engines and spiders to calculate the relevancy of a web page. A higher code to text ratio gives you a better chance of getting a good page ranking for your page.

Not all search engines are using the code to text ratio in their index algorithm, but most of them do. So having a higher code to text ratio than your competitors gives you a good start for on-site optimization.

Your site [Valid URL to check] :
Enter Captcha To Continue :
 
]* alt="([^"]*)" *>[^<]*)/'; preg_match_all($regexp, $html, $out); for($i=2;$i$webpage_size,"1"=>$code_size, "2"=>$text_size); ?>
Result for :
Web Page Size
Code Size
Text Size
Code to Text Ratio : %
0) $first = substr($html, 0, $pos1); if ($pos2 < strlen($html) - 1) $second = substr($html, $pos2); $html = $first . $second; } preg_match("/]*>/i", $html, $matches); $str1 =& $matches[0]; preg_match("/<\/script>/i", $html, $matches); $str2 =& $matches[0]; $pos1 = strpos($html, $str1); $pos2 = strpos($html, $str2); if ($pos2 !== false) $pos2 += strlen($str2); } while ($pos1 !== false && $pos2 !== false); return $html; } function kda_strip_tag_style($html) { $pos1 = false; $pos2 = false; do { if ($pos1 !== false && $pos2 !== false) { $first = NULL; $second = NULL; if ($pos1 > 0) $first = substr($html, 0, $pos1); if ($pos2 < strlen($html) - 1) $second = substr($html, $pos2); $html = $first . $second; } preg_match("/]*>/i", $html, $matches); $str1 =& $matches[0]; preg_match("/<\/style>/i", $html, $matches); $str2 =& $matches[0]; $pos1 = strpos($html, $str1); $pos2 = strpos($html, $str2); if ($pos2 !== false) $pos2 += strlen($str2); } while ($pos1 !== false && $pos2 !== false); return $html; } function strip_html_entities($text) { $text = str_replace('"', ' ', $text); $text = str_replace('&', ' ', $text); $text = str_replace('<', ' ', $text); $text = str_replace('>', ' ', $text); $text = str_replace('€', ' ', $text); $text = str_replace('Á', ' ', $text); $text = str_replace('á', ' ', $text); $text = str_replace('Â', ' ', $text); $text = str_replace('â', ' ', $text); $text = str_replace('´', ' ', $text); $text = str_replace('Æ', ' ', $text); $text = str_replace('æ', ' ', $text); $text = str_replace('À', ' ', $text); $text = str_replace('à', ' ', $text); $text = str_replace('Å', ' ', $text); $text = str_replace('å', ' ', $text); $text = str_replace('Ã', ' ', $text); $text = str_replace('ã', ' ', $text); $text = str_replace('Ä', ' ', $text); $text = str_replace('ä', ' ', $text); $text = str_replace('¦', ' ', $text); $text = str_replace('Ç', ' ', $text); $text = str_replace('ç', ' ', $text); $text = str_replace('¸', ' ', $text); $text = str_replace('¢', ' ', $text); $text = str_replace('ˆ', ' ', $text); $text = str_replace('©', ' ', $text); $text = str_replace('¤', ' ', $text); $text = str_replace('°', ' ', $text); $text = str_replace('÷', ' ', $text); $text = str_replace('É', ' ', $text); $text = str_replace('é', ' ', $text); $text = str_replace('Ê', ' ', $text); $text = str_replace('ê', ' ', $text); $text = str_replace('È', ' ', $text); $text = str_replace('è', ' ', $text); $text = str_replace('Ð', ' ', $text); $text = str_replace('ð', ' ', $text); $text = str_replace('Ë', ' ', $text); $text = str_replace('ë', ' ', $text); $text = str_replace('ƒ', ' ', $text); $text = str_replace('½', ' ', $text); $text = str_replace('¼', ' ', $text); $text = str_replace('¾', ' ', $text); $text = str_replace('Í', ' ', $text); $text = str_replace('í', ' ', $text); $text = str_replace('Î', ' ', $text); $text = str_replace('î', ' ', $text); $text = str_replace('¡', ' ', $text); $text = str_replace('Ì', ' ', $text); $text = str_replace('ì', ' ', $text); $text = str_replace('¿', ' ', $text); $text = str_replace('Ï', ' ', $text); $text = str_replace('ï', ' ', $text); $text = str_replace('«', ' ', $text); $text = str_replace('¯', ' ', $text); $text = str_replace('µ', ' ', $text); $text = str_replace('·', ' ', $text); $text = str_replace('¬', ' ', $text); $text = str_replace('Ñ', ' ', $text); $text = str_replace('ñ', ' ', $text); $text = str_replace('Ó', ' ', $text); $text = str_replace('ó', ' ', $text); $text = str_replace('Ô', ' ', $text); $text = str_replace('ô', ' ', $text); $text = str_replace('Œ', ' ', $text); $text = str_replace('œ', ' ', $text); $text = str_replace('Ò', ' ', $text); $text = str_replace('ò', ' ', $text); $text = str_replace('ª', ' ', $text); $text = str_replace('º', ' ', $text); $text = str_replace('Ø', ' ', $text); $text = str_replace('ø', ' ', $text); $text = str_replace('Õ', ' ', $text); $text = str_replace('õ', ' ', $text); $text = str_replace('Ö', ' ', $text); $text = str_replace('ö', ' ', $text); $text = str_replace('¶', ' ', $text); $text = str_replace('±', ' ', $text); $text = str_replace('£', ' ', $text); $text = str_replace('»', ' ', $text); $text = str_replace('®', ' ', $text); $text = str_replace('Š', ' ', $text); $text = str_replace('š', ' ', $text); $text = str_replace('§', ' ', $text); $text = str_replace('­', ' ', $text); $text = str_replace('¹', ' ', $text); $text = str_replace('²', ' ', $text); $text = str_replace('³', ' ', $text); $text = str_replace('ß', ' ', $text); $text = str_replace('Þ', ' ', $text); $text = str_replace('þ', ' ', $text); $text = str_replace('˜', ' ', $text); $text = str_replace('×', ' ', $text); $text = str_replace('Ú', ' ', $text); $text = str_replace('ú', ' ', $text); $text = str_replace('Û', ' ', $text); $text = str_replace('û', ' ', $text); $text = str_replace('Ù', ' ', $text); $text = str_replace('ù', ' ', $text); $text = str_replace('¨', ' ', $text); $text = str_replace('Ü', ' ', $text); $text = str_replace('ü', ' ', $text); $text = str_replace('Ý', ' ', $text); $text = str_replace('ý', ' ', $text); $text = str_replace('¥', ' ', $text); $text = str_replace('Ÿ', ' ', $text); $text = str_replace('ÿ', ' ', $text); $text = str_replace(' ', ' ', $text); $text = str_replace(' ', ' ', $text); $text = str_replace(' ', ' ', $text); $text = str_replace('‌', ' ', $text); $text = str_replace('‍', ' ', $text); $text = str_replace('‎', ' ', $text); $text = str_replace('‏', ' ', $text); return $text; } ?>
Seo Services