A blend of programming and seo

oscmax local search report mod

oscmax oscmax local search report mod

Introduction

This module allows you track all of the keywords used to search you website. This can be helpful because it can give you an insight into what your customers actually need.

keyword box oscmax local search report mod


Installation

Step 1: Import rawseo_keyword_reports.sql into your oscommerce database.
Step 2: Upload everything in the admin directory to your oscommerce admin directory.
Step 3:

open advanced search results.php at around line 50:

if (isset($HTTP_GET_VARS['keywords'])) {

add the following (make sure it is before }):

$keywords = $HTTP_GET_VARS['keywords'];
      $keywordQuery = sprintf("INSERT INTO rawseo_keyword_reports (keyword,timestamp) VALUES('%s',now())",mysql_escape_string($keywords));
      @mysql_query($keywordQuery);

Step 4: Open admin/index.php

at line 63:

array('title' => BOX_SHIPPING_MANIFEST, 'link' => tep_href_link(FILENAME_SHIPPING_MANIFEST, 'selected_box=reports')),

right below it add the following:

array('title' => 'Search Reports', 'link' => tep_href_link('rawseo_keyword_reports.php', 'selected_box=reports')),

Step 5:

In the admin interface, go to Administrator->file access->reports. Click the button that says “store files” and choose “rawseo_keyword_reports.php” from the list and the click “save”.

admin security oscmax local search report mod

You should now see a new item under the reports section called “search reports”.

report views oscmax local search report mod

Download

All files for this module can be download here.

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • Reddit
  • Twitter
  • HackerNews
  • StumbleUpon
  • Technorati