Wednesday, May 20, 2009
How to add SiteCatalyst Code in Joomla
You just need the add the follow code into the Template index.php file.
global $mainframe;
// Get the PathWay object from the application
$pathway =& $mainframe->getPathway();
$items = $pathway->getPathWay();
$PagePath="MainPage";
$count = count($items);
for ($i = 0; $i < $count; $i ++)
{
$items[$i]->name = stripslashes(htmlspecialchars($items[$i]->name));
//echo $items[$i]->name;
$PagePath=$PagePath.":".$items[$i]->name;
}
echo $PagePath;
?>
s_code.js">
Wednesday, May 13, 2009
What Can SEO Monitor Do for You
SEO Monitor is a centralized SEO Automation tools, which offers the solution to monitor and analyze your keywords performance on the daily basis.
You can analyze the keywords with the following functions.
Update Ranking: You can update all your keywords rankings on the Search Engines you picked at one click.
Change: The system will update you on the ranking as well as the changes since last time. Pay attention to the keywords which have dramatic change.
Density Scan: If the keywords ranking are not good, probaly the keywords are not emphasis enough on the site. you'd better run the Density Scan to check the keywords density on your site.
Difficulty Analysis: If the keywords' ranking are still poor, even though you have done everything with your site, it's probably because your competitors have done even a better job and they have done it for a long time. Difficult Analysis will show you how the Top five ranking sites have optimized the keywords. You can either follow them or give up the keywords and pick a less competitive one.
Download: Finally, if you find the data useful, you can always download the ranking data into the CSV format and feel free to import the data into other system for different purpose.
