From the category archives:

Blogging

Post image for Blog Comments Now Pass Juice – No More `nofollow`

After lots of back and forth, I have decided to make comment links dofollow (removing nofollow); meaning that links users have in their comments will be followed by search engines. This adds value to the recipient’s site.

Please note:

  • If dofollow becomes a hassle, I will take it off
  • It’s easy for me to add nofollow to any comments, so please keep the conversation relevant. Manual link building sucks. But try hard to add value!
  • This blog uses Lucia’s Linky Love and always has, so post 3 or more times!

Enjoy, don’t abuse.

{ 4 comments }

WordPress Comment Form 404 Errors

Disabling the Cookies for Comments plugin broke the comments form.

On the recommendation of Matt Cutts, I added the Cookies for Comments plugin to this blog, and also added their recommended .htaccess modifications:

RewriteCond %{HTTP_COOKIE} !^.*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.*$
RewriteRule ^wp-comments-post.php - [F,L]

When I realized that Cookies for Comments was slowing down my blog considerably, I disabled the plugin, but did not think to  remove the .htaccess rewrite rule. The remaining .htaccess rules broke the comments on this blog (for two weeks now, could it be!?).

{ 2 comments }

SEODenver.com Hits 100,000 Visitors

I launched this blog in January 2008 – only 19 months ago. Since then, the blog has seen 100,000 visitors. I look forward to creating more posts that you find interesting.

Last year at this time:

  • The blog was averaging 18 readers per day. Now it averages 357.
  • The blog had 14,677 visitors. This month, we hit 100,000.

Most popular blog posts on SEO Denver Blog:

{ 0 comments }

Blogger Banner

PHP includes for Blogger

Before writing this post, I looked online to see if others have written about this same topic. This might as well be Michael Gray’s “Integrating Blogger Into Your Website: Part II”, which he never wrote — though he did write Part I.

Step 1: Switch Blogger files to PHP

First, you need to update your publishing settings so that Blogger publishes your posts in PHP, not HTML (thanks to DevDoctor):

  1. Set up your blog to publish via FTP (on Publishing tab)
  2. Change the ‘Blog Filename’ to index.php
  3. Change ‘Archive Filename’ to archive.php (on Archiving tab)
  4. Finally, delete the old index.html file from the blog directory (otherwise it will probably take precedence over the new index.php)

Once you’ve got Blogger pushing out PHP, you’re able to do PHP stuff with the site:

  • Update the entire site at once - When I create a website, I always want to create the structure using PHP includes, so that I can set global site variables, and if I change it in one place, it changes across the whole website.
  • Set active navigation – Using SSI includes, I used to have to include a different file for each blog section on the site so that I could up. Here, I just send a variable to the navigation.php file, which tells it what page is active.

Next, I will show how to include these files.

{ 8 comments }

How to embed a private video on your blog

February 4, 2009

Whoops! You can't view a private video!

Embed videos that won’t be indexed by Google or viewable by the public.

You might want to create a video and put it on your website, but you don’t want the rest of the world to find it via search engines or YouTube.

You may have a blog, and you want to give a few people access to a video that no one else will be able to watch.

Here’s a protected video embedding solution:

Read the full article →

SEODenver.com is new home of Denver Web Design & SEO Blog

January 15, 2009

Denver Web Design & SEO Blog has moved!

I’ve taken the plunge: the katzwebdesign.wordpress.com site is now mapped to seodenver.com, a domain I purchased last year. I’m not sure what the long-term plans are for this domain, but at least I’ll be building links to my own domain, not to WordPress.com…

Read the full article →

This blog has great PageRank!

June 3, 2008

So I’ve been working on creating great content for everyone out there, which happens to include Google.  Well, it turns out that the Denver Web Design & Denver SEO Blog has been given a PageRank (their system of measuring the quality of a website) of 5/10…which is great.

I enjoy blogging for many reasons other than SEO, but it’s always nice when there’s a great reward, including good PageRank from Google.

Read the full article →

Encouraging clients to write often…or using a blogging service?

May 9, 2008

Black keyboard letters
I’ve been working with the WordPress platform for a little while now, and I’ve been a regular blogger since January (though I had been promoting blogging for years earlier, and had my first blog in 2000 [yes, I'm a bit insecure about my blogging creds]).  I’ve created many sites with blogging capabilities, some of them based on Blogger.com integration, and others WordPress.

I’ve explained the benefits of blogging many times to my clients, made nagging phone calls reminding them to blog — all to little avail.  I even wrote an article about the importance of blogging to help explain myself. But still, the blogs remain silent.

Read the full article →

How to increase online exposure through social bookmarking

April 16, 2008

Are you having the exposure blues?

Do you write articles that few people read? It may be because they aren’t finding your article! Writing on your blog is not enough when you’re starting out. It’s important to spread the word.

Doing a little legwork after you write an article makes a large difference in the traffic you will get.

When you write a blog post, what happens?

Depending on the blogging platform you use (WordPress, Blogger, TypePad, Movable Type to name a few), when you write a post, a few things happen:

Upon posting:

  • Your sitemap will get updated
  • Search engines and other websites will be notified of the update
  • Your RSS feed will be updated
  • Gremlins dance a jig around a cauldron of boiling yam juice and frog eyes

These processes will notify the search engines, but in order to increase your website’s exposure, there are a some websites you should submit your article to. After writing an article, take 5 more minutes and submit your site to bookmarking websites.

Read the full article →

How to get more comments on your blog

April 11, 2008


I was asked a question by a potential client about blog comments.  She was concerned that some of the blog designs I’ve created have little user interaction.  She wrote (emphasis added by me):

I have been looking at the blogs you have created.  I am wondering why there aren’t many comments.  I want to use my blog to have extensive viral discussions; mainly to ask questions to moms that want to go back to the workplace.  I want my blog to be primarily questions with as many comments responding as possible.

The question is a good one: why aren’t more people interacting?  I wanted to dig deeper into the question: what contributes to comments?

Read the full article →