![]() ![]() |
Announcing our latest product: Keyword Sniffer |
Jun 30 2008, 06:19 PM
Post
#1
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 5,130 Joined: 25-January 07 Member No.: 1 |
CSEO Keywords Sniffer is now available in your client area
The CommunitySEO Keywords Sniffer is a standalone script (it is not specific to IPB in any way) that you can include on any page of your site to monitor incoming requests. When a user visits and the script detects they visited from a search engine results page, the script logs the keywords used and the page they reached. You can use this data for analytical and tracking purposes, however that's not all! The script includes a simple function you can call that will generate a tag cloud utilizing the keywords sniffed out. The tags link to a "tags search results" page (template is fully editable) showing all pages on your site that have had logged incoming requests using that keyword. This script is great in that it takes what is already "strong" keywords for your site (keywords already being used to reach your site through search engine results) and then places them visibly on your page as tags, further strengthening their weight. Features in version 1 of the keywords module
We have a few ideas for future versions, but the beauty of this is in it's simplicity. Let us know of any problems! If you are a current customer (you are in our Customers group because you have an active license as of today, June 30th 2008) you are eligible to receive a $20 discount on the total price of $60. We are sending out a bulk email to all customers (who have opted in to receive administrator email notifications) with your discount code. If you don't receive it by Wednesday July 2nd please submit a ticket. More information on our Keywords Logger script, including a link to the purchase page. |
|
|
|
Jun 30 2008, 06:34 PM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 143 Joined: 10-September 07 From: CA Member No.: 459 |
Client Area
ERROR The selected module is invalid. |
|
|
|
Jun 30 2008, 06:35 PM
Post
#3
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 242 Joined: 27-July 07 Member No.: 354 |
Same error here
|
|
|
|
Jun 30 2008, 06:39 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Customers Posts: 25 Joined: 13-April 08 Member No.: 961 |
me three.
|
|
|
|
Jun 30 2008, 09:08 PM
Post
#5
|
|
![]() Advanced Member ![]() ![]() ![]() Group: Root Admin Posts: 651 Joined: 3-February 07 Member No.: 2 |
It wont be active till morning most likely- Check back in the AM. We still need to add it to our system.
|
|
|
|
Jul 1 2008, 12:39 AM
Post
#6
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 464 Joined: 14-July 07 From: Wrocław / Poland Member No.: 335 |
what for describing something as available and then telling that is not avaible yet, eh
will wait for first reviews, could You write something more how it's connected with TAG module? |
|
|
|
Jul 1 2008, 02:29 AM
Post
#7
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 52 Joined: 15-June 07 Member No.: 253 |
I would definately buy this if it were also a stats script like awstats. Dont see the point in this really, specially for $60.
|
|
|
|
Jul 1 2008, 03:30 AM
Post
#8
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 5,130 Joined: 25-January 07 Member No.: 1 |
Sorry for the hiccup guys. I've got it all up and ready to go. Spent the last 2 days trying to get it going, so it's unfortunate I missed one little line of code for the client area to see it, but nevertheless it's sorted now.
@yacenty - this is a 100% standalone script, and is not connected with the tag module. Now, it would be possible to have it output it's tag list in the same block that the IPB tag module outputs it's list in, but this script is designed not to be connected to anything else. Ideally in a future release, we'll add some integration between the two. @emmi, the purpose is to collect keywords that users are actually using to reach your site, and then add those into the body of your page as keywords. It's a snowball effect. The more the keywords are used, the more visible they become to your page, thus the greater weight they carry to the search engines, thus the more people will find your site through them. |
|
|
|
Jul 1 2008, 04:35 AM
Post
#9
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 52 Joined: 15-June 07 Member No.: 253 |
Do you have any screenshots up?
|
|
|
|
Jul 1 2008, 04:38 AM
Post
#10
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 5,130 Joined: 25-January 07 Member No.: 1 |
There is a simple screenshot on the main page
http://communityseo.com/Keyword_Logger.htm Also, if you go to our homepage, in the block on the left hand side where there are linked keywords listed - that's this script. |
|
|
|
Jul 1 2008, 10:50 AM
Post
#11
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 143 Joined: 10-September 07 From: CA Member No.: 459 |
If using this with an Invision forum where would you recommend adding the
CODE include( 'keywords.php' ); ?? Thanks.
|
|
|
|
Jul 2 2008, 05:16 AM
Post
#12
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 5,130 Joined: 25-January 07 Member No.: 1 |
Tell you what - I'll write up an FAQ on it here today/tomorrow, because I suspect we'll get that question quite frequently.
Long story short, what I would recommend is to enable the PHP tags in templates, and add something like this in the templates where you want the tags to show (do it in a global template that will be used on every page, such as the "global_board_footer") CODE <php>
include( 'keywords.php' ); $this->tagcontent = $startMeUp->tagcloudKeywords(); </php> {$this->tagcontent} |
|
|
|
Jul 2 2008, 11:52 AM
Post
#13
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 52 Joined: 15-June 07 Member No.: 253 |
Is there some kind of backend (/admin) part of this all to look at the stats or?
|
|
|
|
Jul 3 2008, 04:01 AM
Post
#14
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 5,130 Joined: 25-January 07 Member No.: 1 |
Is there some kind of backend (/admin) part of this all to look at the stats or? No, this is an *extremely* simple script. The only columns in the database, for instance, are keyword, count, and page. This script is more meant for the keywords aspect of things (capturing and using to increase that keyword's relevance). We've tossed around the idea of a full-on metric program, but it's quite an undertaking and I'm iffy on our ability to produce something worthwhile in an affordable fashion. |
|
|
|
Jul 3 2008, 04:46 AM
Post
#15
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 5,130 Joined: 25-January 07 Member No.: 1 |
Added an FAQ to show how to add it to IPB (it's installed here on the forums now too)
http://communityseo.com/forums/Add-Keyword...rums-t5183.html |
|
|
|
Jul 3 2008, 05:39 PM
Post
#16
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 38 Joined: 22-November 07 Member No.: 610 |
@yacenty - this is a 100% standalone script, and is not connected with the tag module. Now, it would be possible to have it output it's tag list in the same block that the IPB tag module outputs it's list in, but this script is designed not to be connected to anything else. Ideally in a future release, we'll add some integration between the two. It would be nice to see tag & keyword sniffer integration. |
|
|
|
Jul 3 2008, 09:12 PM
Post
#17
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 209 Joined: 23-March 07 From: Birmingham, AL Member No.: 57 |
I agree with you. My users are lazy and probably wont use the tag module, But if something auto generated some tags, that would be great. I'll wait till integration for purchase.
|
|
|
|
Jul 4 2008, 03:44 AM
Post
#18
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 5,130 Joined: 25-January 07 Member No.: 1 |
It's something I've toyed around with. While we want the keyword sniffer module to remain IPB-independent, perhaps we could find a way to integrate the two in the next release.
|
|
|
|
Jul 6 2008, 02:55 AM
Post
#19
|
|
|
Advanced Member ![]() ![]() ![]() Group: Customers Posts: 264 Joined: 29-August 07 Member No.: 424 |
|
|
|
|
Jul 6 2008, 05:01 AM
Post
#20
|
|
|
Administrator ![]() ![]() ![]() Group: Root Admin Posts: 5,130 Joined: 25-January 07 Member No.: 1 |
|
|
|
|
![]() ![]() |
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
0 | RSS Aggregator | 902 | 1st February 2007 - 09:16 AM Last post by: RSS Aggregator |
|||
![]() |
0 | RSS Aggregator | 1,120 | 5th February 2007 - 11:18 AM Last post by: RSS Aggregator |
|||
![]() |
0 | RSS Aggregator | 563 | 8th March 2007 - 07:23 PM Last post by: RSS Aggregator |
|||
![]() |
0 | RSS Aggregator | 772 | 2nd April 2007 - 11:38 AM Last post by: RSS Aggregator |
|||
![]() |
0 | RSS Aggregator | 571 | 18th April 2007 - 07:53 PM Last post by: RSS Aggregator |
|||
Links to this thread