LJ Longtail SEO is a tool that detects search engine visits and uses this information to display a list of links based on second page search results
I recommend you leave the plugin activated and the widget disabled for the first week to allow the plugin to collect some data. The admin screen has a simulation of what will be shown in the widget so please wait a while until you are happy with the results. Please note that if you deactivate the plugin, it won't be able to collect data to display later on.
The best way to help is to provide a link back to the plugins homepage LJ Longtail SEO
Please leave a comment on the plugins homepage, that way I will know when someone has posted.
LJ Longtail SEO now has a new static function that you can use to get an array of data. To call this function use the following:
$array = LJLongtailSEO::SEOResultsArray();
The format of the returned array:
Array
(
[0] => Array
(
[postid] => 1
[postpermalink] => http://urltopost/2009/10/post-1/
[query] => some search term
)
[1] => Array
(
[postid] => 2
[postpermalink] => http://urltopost/2009/10/post-2/
[query] => some other search term
)
)
As of Version 1.9 support for WP Super Cache has been added, although it will only work in certain configurations for WP Super Cache. You must be running in PHP Caching Mode and you must enable the Late Init function.
If you cant run WP Super Cache in this configuration you will get limited results from LJ Longtail SEO.
Version 1.6 allows you to use a method call to display the plugins output. Place the following code in your theme
<?php
if (class_exists('LJLongtailSEO')) {
LJLongtailSEO::SEOResultsList();
}
?>
Requires: 2.5 or higher
Compatible up to: 3.3.2
Last Updated: 2010-9-16
Downloads: 10,286
Got something to say? Need help?