URL: url; ?>
Processing time: time_total) ?> seconds
Download Time: time_download) . "s" ?>
| Parsing: time_parse) . "s" ?>
Page Title: title; ?>
Your website is optimized for:
bestkeywords);
?>
Density:
words->density as $w) {
echo '- ';
echo sprintf('%02s', $w->count), ' ', $w->word, '
';
echo ' ';
}
?>
Word Weights:
words->weights as $w) {
$thedensity = 1;
$thestyle = '';
foreach ($sat_keyworddensity_data->words->density as $wd) {
if ($w->word === $wd->word) {
$thedensity = $wd->count;
if ($wd->count < (isset($_POST['sat_keyworddensity_mindensitytobeused']) ? (int) $_POST['sat_keyworddensity_mindensitytobeused'] : 2)) {
$thestyle = 'color: #aa0000;';
}
}
}
echo "- ";
echo sprintf('%02s', $w->weight), ' ', $w->word, '
';
echo ' ';
}
?>
Words on:
- Title:
words->title as $v) {
echo $v->word . " (" . $v->count . "); ";
}
?>
- H1 & H2 & H3:
words->h1 as $v) {
echo $v->word . " (" . $v->count . "); ";
}
?>
- Links Text:
words->a as $v) {
echo $v->word . " (" . $v->count . "); ";
}
?>
- Links Title:
words->a_title as $v) {
echo $v->word . " (" . $v->count . "); ";
}
?>
- Image (Alt attribute):
words->img_alt as $v) {
echo $v->word . " (" . $v->count . "); ";
}
?>
Note that are extracted keywords from body and metakeywords but we don't show here.
Meta tags:
meta as $key => $meta) {
echo '- name: ' . $meta->name . '
';
echo 'content: ' . $meta->content . '
';
if ($meta->{'http-equiv'} != '') {
echo 'http-equiv: ' . $meta->{'http-equiv'}. '
';
}
echo ' ';
}
?>
Links:
links as $link) {
echo '- ', $link->href, '
';
if (!empty($link->text)) {
echo 'Text: ' . $link->text . '
';
}
if (!empty($link->title)) {
echo 'Title: ' . $link->title . '
';
}
echo ' ';
}
?>
images)) { ?>
Images:
images as $img) {
echo '- URL: ' . $img->src . '
';
if (!empty($link->alt)) {
echo 'Alt: ' . $img->alt . '
';
}
echo ' ';
}
?>
Impossible to read the results. Please, try again later.";
}
//echo '' . print_r($sat_keyworddensity_data, true) . '
';