Entries Tagged as 'SEO Tools'

Daily Top 10 Posts Plugin- Show More Than 10 Posts

I quite like the Daily Top 10 Posts Plugin. I find it quite useful to take a quick peel at what posts are doing very well or breaking out. The plugin keeps track of post page views in a 24 hours day stating at midnight.

You can display post count for all to see as well as place code in sidebar or widget to show the top 10 posts. I don’t do this and set the daily top 10 post to “noshow” in the snippet of code in readme file for the plugin.

You can view your “top 10 posts” in the dashboard it will list them in descending order as well as give you view count.

I have found it useful on a couple of high traffic sites to show more than my top 10 posts using the Daily Top Ten plugin and set it to show me the top 50 but you can set for any number quite easily.

How To Increase Number of Posts to Show Using Daily Top Ten Plugin


Go into the the plugin to edit. Find two snippets of cod that define the number of posts to display:

The first set of code displays the numebr of posts in your dashboard:
$widgets = $wpdb->get_results("SELECT * from $table_name inner join $table_posts on $table_posts.ID=$table_name.postnum WHERE time = '$nowisnow' and postcount > 0 and post_status = 'publish' ORDER BY postcount DESC LIMIT 10");
and change the DESC LIMIT 10 to DESC LIMIT 25
or whatever number you like.

Find the next snippet and do same:
Thsi snippet dispalys posts on your site for all to see .
$widgets = $wpdb->get_results("SELECT * from $table_name_all inner join $table_posts on $table_posts.ID=$table_name_all.postnum WHERE postcount > 0 and post_status = 'publish' ORDER BY postcount DESC LIMIT 10");

Change the DESC LIMIT 10 to DESC LIMIT 25 ( or number you choose)

When you go to you dashboard you should see your new top 25 (or 50, etc) listed.

You can also reduce the number of posts to display with Daily Top 10 plugin. You may only want to show you top 3 or 5 posts to visitors in your sidebar. Just change the second number to the value you want to display in sidebar.

Why would knowing your top posts be useful to you?
Take your top 10 posts an expand on the idea. If your page one best brownie recipes is ding well try best squares or best cookies.
If you are aware of what people are looking for then you can use this information to expand your blog and your traffic/readership.

Tuesday’s Tool: Robot.txt Generator


Yes I know its Thursday. I thought of the idea yesterday and Thursday’s Tool didn’t sound as good as Tuesday’s Tool.

Google announced that they are adding a robot text generator to their webmaster tool line up.

While I do like that Google is heightening awareness level of certain elements of a website the average user may not know about ( like robot.txt files and xml sitemaps) I am also wary about just how much Google KNOWS about me.
I am uneasy that I have to login in and register a site that I want to create a tool for. A post for another day, however.

A robot.tx file is a little file that tells who and where they can go on your site- any site not just a blog.
it can be a simple as allow everyone in or putting up stops signs to certain pages or areas you don’t want followed and indexed.

Do I Need a Robot.txt File On My Server?


No. You site will be crawled and indexed without one- all the pages will accessible. A robot.txt file lets you shape they way they crawl your site and BLOCK specific content.

Why Would You Want to Stop Search Engines From Crawling A Site?

Nature of the blog is to publish content. So when you create a post it will be slotted into different spot. The content will be sorted into archives and categories and by those zillions of little tags you have created. Duplicate content.
Duplicate content is to be avoided- some of the content will be dropped from index , dumped into supplement results or steal page rank.
I will also block or disallow section of my site – no need for Google to index my admin section, javascript or css. Those sections might be taking a piece of the page rank pie that you want to to share.

Google’s Robot.txt Generator

You can create a Robot,txt file in Google’s Webmaster Tool’s Actually bit tricky to find- you need to login and click on your verified site (and frankly creating your own robot.txt file would be faster). It lets you decide basic allows/disallows.

I find it just as easy and less intrusive to make your own robot.txt file. Basically create in notepad and upload to your WordPress root directory.

This is good robot.txt to use in a Wordpress blog, it is my generic robot.txt file that i tweak as unnecessary.
I will say that to avoid duplicate content I do prefer to use dofollow and nofollow plugins.

Copy and edit text below or download
download robot text file
User-agent: *
Disallow: /*.js
Disallow: /*.png
Disallow: /*trackback
Disallow: /*.css
Disallow: /*/feed/$
Disallow: /*/feed/rss/$
Disallow: /*/trackback/$
Disallow: /tag/
Disallow: /wp-content/plugins/
Disallow: /wp-content/cache/
Disallow: /wp-content/themes/
Disallow: /wp-admin/
Disallow: /*?*
Disallow: /*?
Allow: /wp-content/uploads

Other Robot.txt Generators:

http://www.seochat.com/seo-tools/robots-generator/

http://www.mcanerin.com/EN/search-engine/robots-txt.asp

http://www.yellowpipe.com/yis/tools/robots.txt/

download http://www.bigfootwebmarketing.com/downloads/robot.zip

Word Press SEO-Friendly Title Tag Plug-in

LOVE this plugin! In EASILY allows for custom title tags in all of your wordpress posts. Instead of trying to weave keywords awkwardly into your post titles- you can use this to create custom title tags when posting in wordpress.

Download the plugin for Wordpress 2 , SEO Title Tag 1.0, here .

and follow installation instructions below. If you are not comfortable editing code- don’t worry- it is quite simple- follow directions step-by-step and you should have no problems. Please post in comments sections if you are having difficulty and I will do my best to solve.

  1. Upload seo-title-tag.php to your wp-content/plugins directory.

  2. Activate the plugin.

  3. Under Presentation -> Theme Editor in the WordPress admin, select “Header” from the list and replace:

    <title><?php bloginfo('name'); wp_title(); ?></title>


    (or whatever you have in your container – it will vary from theme to theme ) with:</p><br /> <p><code>&lt;title&gt;&lt;?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?&gt;&lt;/title&gt;</code></p><br /> </li><br /> <li>Under Options -> <span class="caps">SEO </span>Title Tag, specify a title tag for your home page which will override your blog name as the home page’s title tag. You can also configure here whether you want all the rest of your site’s title tags to have your blog name, or a shortened version of your blog name, or neither, appended to the end.</li><br /> <li>Define category descriptions in the admin under Manage -> Categories. When defined, these will be used in place of category names in the title tag on category pages (e.g. yourdomain.com/archives/category/uncategorized/)</li><br /> <li>As desired, you can add a custom field called <i>title_tag</i> (or whatever you alternatively specified as the custom field name under Options -> <span class="caps">SEO </span>Title Tag) to any post or Page which will be used as a replacement title tag, specifically and only for that page. Don’t like the title tag for a particular post? No problem: just define a custom field when writing or editing a post or page in the WordPress admin. Custom Fields is above the “Delete this page” button. You may need to hit the plus sign to the right of Custom Fields to expand that section. The Key is <i>title_tag</i> (unless you’ve changed it in the Options) and the Value is whatever you want that post’s/page’s title tag to be.</li></ol></p> <p class="postmetadata"> Tags: <a href="http://www.bigfootwebmarketing.com/category/seo-general/" title="View all posts in Internet Marketing and Blogs" rel="category tag">Internet Marketing and Blogs</a>, <a href="http://www.bigfootwebmarketing.com/category/seo-tools/" title="View all posts in SEO Tools" rel="category tag">SEO Tools</a>, <a href="http://www.bigfootwebmarketing.com/category/wordpress-and-word-press-plugins/" title="View all posts in WordPress Blog" rel="category tag">WordPress Blog</a> by Lisa Stewart<br /> <a href="http://www.bigfootwebmarketing.com/2007/01/28/word-press-seo-friendly-title-tag-plug-in/#respond" title="Comment on Word Press SEO-Friendly Title Tag Plug-in">No Comments »</a> </p> </div> </div> <div class="post"> <h2><a href="http://www.bigfootwebmarketing.com/2006/10/26/link-building-tips/" title="Link Building Tips">Link Building Tips</a></h2> <div class="entry"> <!-- Begin MBL Plugin --> <script type='text/javascript' src='http://track.mybloglog.com/js/jsserv.php?mblID=2007100609033952' defer='defer'></script> <!-- End MBL Plugin --> <p>Giving away the farm here on some link building tips in post for Search Engine Guide, <a onclick="javascript:urchinTracker ('/outgoing/www.searchengineguide.com/searchbrief/senews/008675.html');" rel="nofollow" href="http://www.searchengineguide.com/searchbrief/senews/008675.html" >Secrets of a Professional Link Builder Part 1: It’s the Keywords, stupid</a></p> <p>If you are just starting out promoting your site take a look- I discuss how to go about researching keywords- a great foundation for your link building campaign.</p> <p class="postmetadata"> Tags: <a href="http://www.bigfootwebmarketing.com/category/seo-general/" title="View all posts in Internet Marketing and Blogs" rel="category tag">Internet Marketing and Blogs</a>, <a href="http://www.bigfootwebmarketing.com/category/seo-tools/" title="View all posts in SEO Tools" rel="category tag">SEO Tools</a> by Lisa Stewart<br /> <a href="http://www.bigfootwebmarketing.com/2006/10/26/link-building-tips/#respond" title="Comment on Link Building Tips">No Comments »</a> </p> </div> </div> <div class="postnav"> <a href="http://www.bigfootwebmarketing.com/category/seo-tools/page/2/">Next Page »</a> </div> </div> <!-- Start leftbar --> <div class="leftbar"> <ul> <li id="text-2" class="widget widget_text"> <div class="textwidget"><Center> <a rel="nofollow" href="http://www.tkqlhce.com/click-3062080-10432491" target="_top"> <img src="http://www.awltovhc.com/image-3062080-10432491" width="100" height="100" alt="Yahoo! Small Business" border="0"/></a></center> <P> <Center> <a rel="nofollow" href="http://www.dpbolvw.net/click-2611035-10435638" target="_blank" onmouseover="window.status='http://www.prostores.com';return true;" onmouseout="window.status=' ';return true;"> <img src="http://www.awltovhc.com/image-2611035-10435638" width="100" height="100" alt="ProStores Shopping Cart Included" border="0"/></a> </center></div> </li> <li id="text-9" class="widget widget_text"> <div class="textwidget"><center><a rel="nofollow" href="http://www.1and1.com/?k_id=7740033" target="_blank"><img src="http://banner.1and1.com/xml/banner?size=4%26%number=2" width="125" height="125" alt="Banner" border="0"/></a></center></div> </li> <li id="text-3" class="widget widget_text"> <div class="textwidget"><center><a rel="nofollow" href="http://www.dpbolvw.net/click-2611035-10509100" target="_top"> <img src="http://www.tqlkg.com/image-2611035-10509100" width="120" height="90" alt="Full Color Printing from PsPrint" border="0"/></a></center></div> </li> <li id="links" class="widget widget_links"><h2 class="widgettitle">Most Popular Posts</h2> <ul> <li><a href="http://www.bigfootwebmarketing.com/2008/04/05/11-most-common-blogging-mistakes-which-ones-are-you-making/">11 Most Common Blogging Mistakes….</a></li> <li><a href="http://www.bigfootwebmarketing.com/2007/11/04/how-to-raise-your-alexa-tool-bar-rank-testing-on-this-site/">How To Improve Your Alexa Traffic Rank…</a></li> <li><a href="http://www.bigfootwebmarketing.com/2008/05/29/pimping-out-a-blog-post-aggressive-upselling-and-monetizing-on-your-blog/">Pimping Out a Blog Post - Aggressive Monetizing of Popular Posts</a></li> <li><a href="http://www.bigfootwebmarketing.com/2008/02/28/stop-the-bleeding-controlling-page-rank-within-your-own-site/">Stop the Bleeding- Controlling Your Link Flow</a></li> <li><a href="http://www.bigfootwebmarketing.com/2008/01/02/ten-resolutions-that-will-make-make-your-blog-earn-more-money-this-year/">Ten Resolutions: Make Your Blog Earn More Money This Year</a></li> <li><a href="http://www.bigfootwebmarketing.com/2008/03/23/the-dofollow-directory-why-follow-and-add-your-site/">The DoFollow Directory- Why Follow and Why add Your Site?</a></li> </ul> </li> <li id="links" class="widget widget_links"><h2 class="widgettitle">Recommended Sites</h2> <ul> <li><a href="http://andybeard.eu/">Andy Beard Blog - Niche Marketing</a></li> <li><a href="http://www.joostdevalk.nl/">Joost de Valk’s SEO Blog</a></li> <li><a href="http://jobs.problogger.net/">ProBlogger’s Job Board</a></li> <li><a href="http://www.searchengineguide.com/">Search Engine Guide</a></li> <li><a href="http://www.timnash.co.uk/">Tim Nash -UK SEO</a></li> </ul> </li> <li id="recent-posts" class="widget widget_recent_entries"> <h2 class="widgettitle">Recent Posts</h2> <ul> <li><a href="http://www.bigfootwebmarketing.com/2008/06/17/tuesdays-tool-best-flickr-firefox-plugin-add-on-is-fireflix/">Tuesday’s Tool: Best Flickr Firefox Plugin Add-On is Fireflix </a></li> <li><a href="http://www.bigfootwebmarketing.com/2008/06/13/daily-top-10-posts-plugin-show-more-than-10-posts/">Daily Top 10 Posts Plugin- Show More Than 10 Posts </a></li> <li><a href="http://www.bigfootwebmarketing.com/2008/06/10/tuesdays-tool-create-colour-palettes-find-web-colours-and-more-at-colour-lovers/">Tuesday’s Tool: Create New Colour Palettes For WordPress Theme at Colour Lover’s </a></li> <li><a href="http://www.bigfootwebmarketing.com/2008/06/09/newest-iphone-iphone-3g-will-be-released-at-half-the-price-and-smaller-size/">Newest iPhone: iPhone 3g Will be Released at Half the Price and Smaller Size </a></li> <li><a href="http://www.bigfootwebmarketing.com/2008/06/05/possibly-the-perfect-wordpress-theme-for-niche-blogs-dateless-sniper-20/">Possibly THE Perfect WordPress Theme for Niche Blogs : Dateless Sniper 2.0 </a></li> </ul> </li> <li id="text-7" class="widget widget_text"> <div class="textwidget"><center><a href='http://www.bigfootwebmarketing.com/you-comment-i-follow/' rel='attachment wp-att-211' title='u comment I follow logo'><img src='http://www.bigfootwebmarketing.com/wp-content/uploads/2008/03/ifollow.gif' alt='u comment I follow logo' /></a></center></div> </li> <li id="text-4" class="widget widget_text"> <h2 class="widgettitle">Pages</h2> <div class="textwidget"> <ul> <li class="page_item page-item-69"><a href="http://www.bigfootwebmarketing.com/about-me/" title="About Me">About Me</a></li> <li class="page_item page-item-11"><a href="http://www.bigfootwebmarketing.com/contact-us/" title="Contact Me">Contact Lisa</a></li> <li class="page_item page-item-17"><a href="http://www.bigfootwebmarketing.com/home/" title="BigFoot Web Marketing">BigFoot Web Marketing</a></li> <li class="page_item page-item-28"> <a href="http://www.bigfootwebmarketing.com/free-seo-services-for-small-business-and-new-businesses/" title="Free SEO Services and Blog Set Up for Non-Profits and Small Business">Free SEO Services and Blog Set Up for Non-Profits and Small Business</a></li> <li class="page_item page-item-24"><a href="http://www.bigfootwebmarketing.com/linking-building-services/" title="Link Building Services and Link Bait Tools">Link Building Services and Link Bait Tools</a></li> <li class="page_item page-item-97"><a href="http://www.bigfootwebmarketing.com/list-of-sites-and-blogs-that-follow-the-i-follow-movement/" title="List of Sites That “Follow”">List of Sites That Follow</a></li> <li class="page_item page-item-119"><a href="http://www.bigfootwebmarketing.com/raising-alexa-traffic-rank-test/" title="Raising Alexa Traffic Rank Test">Improving Alexa Traffic Rank Test</a></li> <li class="page_item page-item-10"><a href="http://www.bigfootwebmarketing.com/search-engine-optimizations-rates-for-services-and-packages/" title="Rates and Services">Rates and Services</a></li> <li class="page_item page-item-34"><a href="http://www.bigfootwebmarketing.com/resources/" title="Resources">Resources</a></li> <li class="page_item page-item-107"><a href="http://www.bigfootwebmarketing.com/seo-blogging-faqs/" title="SEO Blogging FAQs">SEO and Blogging FAQs</a></li> <li><a href="http://www.bigfootwebmarketing.com/seo-and-blog-terms/" title="SEO Blogging FAQs">SEO and Blogging :Terms and Definitions</a></li> <li class="page_item page-item-93"><a href="http://www.bigfootwebmarketing.com/marketing-resources" title="Web Marketing Resources">Web Marketing Resources</a></li> <li class="page_item page-item-132"><a href="http://www.bigfootwebmarketing.com/free-content-for-your-site/" title="Free Content For Your Site">Free Content For Your Site</a></li> </ul> </div> </li> <li id="text-5" class="widget widget_text"> <div class="textwidget"><script type="text/javascript" src="http://pub.mybloglog.com/comm2.php?mblID=2007100609033952&c_width=150&c_sn_opt=n&c_rows=6&c_img_size=h&c_heading_text=Big+Foot+Watchers&c_color_heading_bg=993333&c_color_heading=FFFFFF&c_color_link_bg=FFFFCC&c_color_link=993333&c_color_bottom_bg=993333"></script></div> </li> </ul> </div> <!-- End leftbar --> <!-- Start Rightbar --> <div class="rightbar"> <ul> <div class="syndication"> <ul class="rss"> <li class="sub"><a rel="nofollow" href="http://feeds.feedburner.com/BigfootWebMarketing" title="Syndicate this site using RSS" class="feed"><span></span><abbr title="Really Simple Syndication">RSS</abbr> Syndication</a></li> </ul> </div> <li id="text-8" class="widget widget_text"> <div class="textwidget"><center><a href='http://www.bigfootwebmarketing.com/dofollow'><img src='http://www.bigfootwebmarketing.com/images/2dofollowsmlogoborder.gif' alt='dofollow directory logo' /></a></center> </div> </li> <li id="text-1" class="widget widget_text"> <div class="textwidget"><center><a href="http://www.bigfootwebmarketing.com/about-me/"><img src="http://www.bigfootwebmarketing.com/wp-content/uploads/2006/05/lisapic2.jpg" width=100 alt=" Make Money Blogging -About Lisa Stewart" border=0</a></center> <center><a href="http://www.bigfootwebmarketing.com/about-me/">About Lisa Stewart</a></center> </div> </li> <li id="twitter-tools" class="widget aktt_widget"><h2 class="widgettitle">What I'm Hyper-Focused On...</h2> <div class="aktt_tweets"> <ul> <li>nice PC on woot.com today. AMD quad core with blu-ray 649.99 + 5.00 shipping <a href="http://twitter.com/LisaStewart/statuses/844135205">1 week ago</a></li> <li class="aktt_more_updates"><a href="http://twitter.com/LisaStewart">More updates...</a></li> </ul> <p id="aktt_tweet_posted_msg">Posting tweet...</p></div></li> <li id="categories-1" class="widget widget_catgories"><h2 class="widgettitle">Categories</h2> <ul> <li class="cat-item cat-item-105"><a href="http://www.bigfootwebmarketing.com/category/blog-for-money/" title="View all posts filed under Blog For Money">Blog For Money</a> </li> <li class="cat-item cat-item-19"><a href="http://www.bigfootwebmarketing.com/category/blog-for-money-101/" title="View all posts filed under Blog for Money 101 Series">Blog for Money 101 Series</a> </li> <li class="cat-item cat-item-20"><a href="http://www.bigfootwebmarketing.com/category/blog-start-up/" title="View all posts filed under Blog Start Up">Blog Start Up</a> </li> <li class="cat-item cat-item-3"><a href="http://www.bigfootwebmarketing.com/category/blogs-and-blogging/" title="View all posts filed under Blogs and Blogging">Blogs and Blogging</a> </li> <li class="cat-item cat-item-10"><a href="http://www.bigfootwebmarketing.com/category/free-tools-and-utilities/" title="View all posts filed under Free Tools and Utilities">Free Tools and Utilities</a> </li> <li class="cat-item cat-item-7"><a href="http://www.bigfootwebmarketing.com/category/google/" title="View all posts filed under Google">Google</a> </li> <li class="cat-item cat-item-4"><a href="http://www.bigfootwebmarketing.com/category/google-adsense/" title="View all posts filed under Google Adsense">Google Adsense</a> </li> <li class="cat-item cat-item-225"><a href="http://www.bigfootwebmarketing.com/category/i-follow-dofollow/" title="View all posts filed under I Follow-DoFollow">I Follow-DoFollow</a> </li> <li class="cat-item cat-item-8"><a href="http://www.bigfootwebmarketing.com/category/seo-general/" title="View all posts filed under Internet Marketing and Blogs">Internet Marketing and Blogs</a> </li> <li class="cat-item cat-item-14"><a href="http://www.bigfootwebmarketing.com/category/internet-news/" title="View all posts filed under Internet News">Internet News</a> </li> <li class="cat-item cat-item-134"><a href="http://www.bigfootwebmarketing.com/category/link-building/" title="View all posts filed under link building">link building</a> </li> <li class="cat-item cat-item-11"><a href="http://www.bigfootwebmarketing.com/category/marekting-your-web-site/" title="View all posts filed under Marketing Your Web Site">Marketing Your Web Site</a> </li> <li class="cat-item cat-item-71"><a href="http://www.bigfootwebmarketing.com/category/sem-and-blog-news/" title="View all posts filed under SEM and Blog News">SEM and Blog News</a> </li> <li class="cat-item cat-item-9"><a href="http://www.bigfootwebmarketing.com/category/seo-conference-and-events/" title="View all posts filed under SEO Conferences and Events">SEO Conferences and Events</a> </li> <li class="cat-item cat-item-6 current-cat"><a href="http://www.bigfootwebmarketing.com/category/seo-tools/" title="View all posts filed under SEO Tools">SEO Tools</a> </li> <li class="cat-item cat-item-101"><a href="http://www.bigfootwebmarketing.com/category/social-media/" title="View all posts filed under Social Media">Social Media</a> </li> <li class="cat-item cat-item-251"><a href="http://www.bigfootwebmarketing.com/category/tuesdays-tool/" title="View all posts filed under Tuesday's Tool">Tuesday's Tool</a> </li> <li class="cat-item cat-item-244"><a href="http://www.bigfootwebmarketing.com/category/1/" title="View all posts filed under Twitter Daily Digest">Twitter Daily Digest</a> </li> <li class="cat-item cat-item-216"><a href="http://www.bigfootwebmarketing.com/category/web-design/" title="View all posts filed under Web Design">Web Design</a> </li> <li class="cat-item cat-item-43"><a href="http://www.bigfootwebmarketing.com/category/web-site-accessibility/" title="View all posts filed under Web Site Accessibility">Web Site Accessibility</a> </li> <li class="cat-item cat-item-13"><a href="http://www.bigfootwebmarketing.com/category/web-site-marketing/" title="View all posts filed under Web Site Marketing">Web Site Marketing</a> </li> <li class="cat-item cat-item-5"><a href="http://www.bigfootwebmarketing.com/category/wordpress-and-word-press-plugins/" title="View all posts filed under WordPress Blog">WordPress Blog</a> </li> <li class="cat-item cat-item-21"><a href="http://www.bigfootwebmarketing.com/category/wordpress-plugins/" title="View all posts filed under WordPress Plugins">WordPress Plugins</a> </li> <li class="cat-item cat-item-24"><a href="http://www.bigfootwebmarketing.com/category/wordpress-themes/" title="View all posts filed under Wordpress Themes">Wordpress Themes</a> </li> </ul> </li> <li id="search" class="widget widget_search"> <form id="searchform" method="get" action="http://www.bigfootwebmarketing.com"> <div> <input type="text" name="s" id="s" size="15" /><br /> <input type="submit" value="Search" /> </div> </form> </li> <li id="meta" class="widget widget_meta"> <h2 class="widgettitle">Meta</h2> <ul> <li><a href="http://www.bigfootwebmarketing.com/wp-login.php">Login</a></li> <li><a href="http://bigfootwebmarketing.com/" title="Big Foot Web Marketing Home Page">Home</a></li> </ul> </li> <li id="archives" class="widget widget_archives"><h2 class="widgettitle">Archives</h2> <ul> <li><a href='http://www.bigfootwebmarketing.com/2008/06/' title='June 2008'>June 2008</a></li> <li><a href='http://www.bigfootwebmarketing.com/2008/05/' title='May 2008'>May 2008</a></li> <li><a href='http://www.bigfootwebmarketing.com/2008/04/' title='April 2008'>April 2008</a></li> <li><a href='http://www.bigfootwebmarketing.com/2008/03/' title='March 2008'>March 2008</a></li> <li><a href='http://www.bigfootwebmarketing.com/2008/02/' title='February 2008'>February 2008</a></li> <li><a href='http://www.bigfootwebmarketing.com/2008/01/' title='January 2008'>January 2008</a></li> <li><a href='http://www.bigfootwebmarketing.com/2007/12/' title='December 2007'>December 2007</a></li> <li><a href='http://www.bigfootwebmarketing.com/2007/11/' title='November 2007'>November 2007</a></li> <li><a href='http://www.bigfootwebmarketing.com/2007/10/' title='October 2007'>October 2007</a></li> <li><a href='http://www.bigfootwebmarketing.com/2007/09/' title='September 2007'>September 2007</a></li> <li><a href='http://www.bigfootwebmarketing.com/2007/06/' title='June 2007'>June 2007</a></li> <li><a href='http://www.bigfootwebmarketing.com/2007/03/' title='March 2007'>March 2007</a></li> <li><a href='http://www.bigfootwebmarketing.com/2007/01/' title='January 2007'>January 2007</a></li> <li><a href='http://www.bigfootwebmarketing.com/2006/12/' title='December 2006'>December 2006</a></li> <li><a href='http://www.bigfootwebmarketing.com/2006/11/' title='November 2006'>November 2006</a></li> <li><a href='http://www.bigfootwebmarketing.com/2006/10/' title='October 2006'>October 2006</a></li> <li><a href='http://www.bigfootwebmarketing.com/2006/09/' title='September 2006'>September 2006</a></li> <li><a href='http://www.bigfootwebmarketing.com/2006/08/' title='August 2006'>August 2006</a></li> <li><a href='http://www.bigfootwebmarketing.com/2006/06/' title='June 2006'>June 2006</a></li> <li><a href='http://www.bigfootwebmarketing.com/2006/05/' title='May 2006'>May 2006</a></li> <li><a href='http://www.bigfootwebmarketing.com/2006/04/' title='April 2006'>April 2006</a></li> <li><a href='http://www.bigfootwebmarketing.com/2006/02/' title='February 2006'>February 2006</a></li> <li><a href='http://www.bigfootwebmarketing.com/2005/11/' title='November 2005'>November 2005</a></li> </ul> </li> </ul> </div> <!-- End Sidebar --> <div id="footer"> <p> Copyright © 2003-2007 Big Foot Web Marketing-<a href="http://www.bigfootwebmarketing.com/">Blog For Money- Blog Setup - Earn Higher Rankings by Blogging</a><BR> Design by <a rel="nofollow" href="http://antbag.com/">Anthony Baggett</a> <BR> <a href="http://www.bigfootwebmarketing.com/dofollow/">DoFollow Site Directory-Sites That Follow</a> <P> <SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/t/a?url=http%3A%2F%2Fwww.bigfootwebmarketing.com'></SCRIPT> <script src="http://30856.hittail.com/mlt.js" type="text/javascript"></script> </p> </div> </div></body> </html>