Better Drupal Node Count Statistics
The Drupal statistics module keeps track of how many times a node has been viewed. The statistics module is an optional core module so just turn it on and it will start keeping track of your node views. It stores the data in the node_counter table and keeps track of daily views and total views.
If you are using the "Today's popular content" and "Popular content" blocks from the views module (like I am in the left sidebar), these blocks get their data from the node_counter data.
The problem with these statistics is that they also include views by admins and the author of the nodes, so it's not very accurate. Also, even if you aren't the admin or node author, if you go to a page and keep reloading the page, the node count keeps incrementing.
The way to improve your statistics is to install the Statistics Advanced Settings module.
1) Download module
2) Untar
3) Put in sites/all/modules/statistics_advanced
4) Turn on module via admin/build/modules
5) Configure settings via admin/reports/settings/advanced
You can ignore search engine crawls by installing Browscap module and checking the box on the settings (in 5) to ignore these.
- kristen's blog
- 165332 reads
This is a featured content block that has been configured to show blog nodes with terms SEO or Drupal SEO by the author kristen. It shows random list of 20 results in the block and 30 results on the more page.
- Drupal Pathauto URL Aliases Settings
- Drupal Meta Tags (nodewords) Module for SEO
- Drupal Has Multiple h1 Tags
- Make Drupal SEO Friendly
- 503 HTTP Status Code when Site Down
- Fix Duplicate Content with Global Redirect Module
- Drupal Pathauto Module
- Drupal Node Teaser SEO
- Basic SEO Top 10
- Free SEO Tools
- BADCamp Drupal SEO Presentation 2009
- HTML Validation: Free HTML Validator Tools
- Drupal SEO Reviews
- Drupal Nofollow Link Sculpting
- Drupal SEO Modules
- Kristen
- Free Google Keyword Research Tool
Comments
Quick and Easy
Thanks Kristen,
Perfect example of an easy to follow quick tutoral - exactly what I needed this morning.
Phil
keep reloading the page, the node count keeps incrementing?
Keep reloading the page, the node count keeps incrementing. Is there any solution for this ?