if(!empty($_POST['c2cr_submit'])){ include("c2cr.php"); $page =& new C2CR($_POST['url']); $page->GetPage() or die ("The script couldn't access the URL."); $page->GetContent(); echo "
Analyse code to content ratio for a website or web page to determine content viability for search engine optimization (SEO) and user experience testing.
"; echo 'Website Entered: ', $page->url . '
'; echo '
Total size of page: ', $page->FPSize() . '
'; echo '', $page->HTMLCodePercentage(), ' percent of the page is code.
'; echo '', $page->HTMLTextPercentage(), ' percent of the page is text.
'; echo "SEO Company Homepage | Content to Code Ratio Tool | SEO Tools Menu"; }else{ ?>Analyse code to content ratio for a website or web page to determine content viability for search engine optimization (SEO) and user experience testing.
} ?>