Check today's New Posts or your PMs

Welcome Guest ( Log In | Register )

Tags
keyword     keyword sniffer    
5 Pages V   1 2 3 > »   Digg this topic · Save to del.icio.us · Slashdot It · Post to Technorati · Post to Furl · Submit to Reddit · Share on Facebook · Fark It · Googlize This Post · Add to ma.gnolia · Tag to Wink · Add to MyWeb · Add to Netscape
Reply to this topicStart new topic
Announcing our latest product: Keyword Sniffer
admin
post 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

  • Simple one line include to include the software on any page
  • Search engines list is fully configurable
  • Template is fully editable
  • No embedded language strings
  • No copyright required!
  • Works with any php script that you can edit
  • Script can optionally automatically modify your meta "keywords" tag using the results from the page

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.
Go to the top of the page
 
+Quote Post
smallblockfuelie
post 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.



Go to the top of the page
 
+Quote Post
deanhennings
post Jun 30 2008, 06:35 PM
Post #3


Advanced Member
***

Group: Customers
Posts: 242
Joined: 27-July 07
Member No.: 354



Same error here sad.gif
Go to the top of the page
 
+Quote Post
Silent J
post Jun 30 2008, 06:39 PM
Post #4


Member
**

Group: Customers
Posts: 25
Joined: 13-April 08
Member No.: 961



me three.
Go to the top of the page
 
+Quote Post
Dan
post 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.
Go to the top of the page
 
+Quote Post
yacenty
post 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?
Go to the top of the page
 
+Quote Post
emmi
post 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.
Go to the top of the page
 
+Quote Post
admin
post 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. smile.gif

@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.
Go to the top of the page
 
+Quote Post
emmi
post 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?
Go to the top of the page
 
+Quote Post
admin
post 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. smile.gif
Go to the top of the page
 
+Quote Post
smallblockfuelie
post 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.
Go to the top of the page
 
+Quote Post
admin
post 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}
Go to the top of the page
 
+Quote Post
emmi
post 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?
Go to the top of the page
 
+Quote Post
admin
post Jul 3 2008, 04:01 AM
Post #14


Administrator
***

Group: Root Admin
Posts: 5,130
Joined: 25-January 07
Member No.: 1



QUOTE (emmi @ Jul 2 2008, 12:52 PM) *
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.
Go to the top of the page
 
+Quote Post
admin
post 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
Go to the top of the page
 
+Quote Post
imperio
post Jul 3 2008, 05:39 PM
Post #16


Advanced Member
***

Group: Customers
Posts: 38
Joined: 22-November 07
Member No.: 610



QUOTE (admin @ Jul 1 2008, 08:30 AM) *
@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.
Go to the top of the page
 
+Quote Post
SKiZZ
post 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.
Go to the top of the page
 
+Quote Post
admin
post 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.
Go to the top of the page
 
+Quote Post
Tommy
post Jul 6 2008, 02:55 AM
Post #19


Advanced Member
***

Group: Customers
Posts: 264
Joined: 29-August 07
Member No.: 424



QUOTE (admin @ Jul 1 2008, 10:38 AM) *
There is a simple screenshot on the main page


Is the screenshot gone ?
Go to the top of the page
 
+Quote Post
admin
post Jul 6 2008, 05:01 AM
Post #20


Administrator
***

Group: Root Admin
Posts: 5,130
Joined: 25-January 07
Member No.: 1



http://communityseo.com/Keyword_Logger.htm

No, it's still there
Go to the top of the page
 
+Quote Post

5 Pages V   1 2 3 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Collapse

> Links to this thread

Page Date Hits
Moved Temporarily 1st July 2008 - 12:07 AM 2
Wiadomość forum 1st July 2008 - 05:31 AM 5
communityseo Discount Code - Google'da Ara 1st July 2008 - 09:42 AM 2
Moved Temporarily 1st July 2008 - 11:40 AM 1
Invision Help - Invisioneers - Supporting IP.Board Owners,Invision Power Board Help,IP.Board Help 5th July 2008 - 07:42 PM 1
Invision Help - Invisioneers - Supporting IP.Board Owners,Invision Power Board Help,IP.Board Help 6th July 2008 - 01:53 PM 1
Invision Help - Invisioneers - Supporting IP.Board Owners,Invision Power Board Help,IP.Board Help 7th July 2008 - 02:52 AM 1
T5152 what is - Google Search 14th August 2008 - 12:59 PM 1
keyword sniffer - Google-Suche 24th August 2008 - 04:58 PM 1
Product Keyword - Google Search 21st August 2008 - 05:15 AM 1
Announcing our latest product: Keyword Sniffer - CommunitySEO 20th August 2008 - 11:04 PM 1
product keyword - Google Search 20th August 2008 - 11:03 PM 3
CommunitySEO discount code - Google Search 20th August 2008 - 12:03 AM 1
keyword - Live Search 13th August 2008 - 04:22 PM 2
php keyword count - Google Search 18th August 2008 - 06:41 AM 1
keyword sniffer - Google Search 17th August 2008 - 10:53 AM 1
communityseo.com keywords logger discount code - Google'da Ara 16th August 2008 - 11:05 AM 1
sniffer - L