About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode Explained
- SEO WordSpinner Plugin - A Killer SEO Plugin for WordPress
- Weather Forecasts for WordPress - WP Wunderground Plugin
- jQuery validator annoyances
Tag Cloud
Interspire Shopping Cart Marketing eCommerce SEO WordPress SEO WordPress Development Links Denver SEO Code WP Plugins Website Redesign WordPress Plugins Google Search Google SEO Functions.php Search Engine Optimization Nofollow Blogging WordPress CSS Shopping Cart Web Design Javascript Plugin Design Domains Optimization Interspire Development Denver
Tag Archives: WordPress SEO
Add Custom Titles for Tags and Categories in WordPress
The Best WordPress SEO Plugin? A combination of two.

All in One SEO Pack (AIOSEO) is the leader in WordPress SEO plugins. It offers great functionality and simple integration into the process of writing a post. AIOSEO is not a perfect plugin, however, because it lacks some very important functionality:
- Custom category
titletags - Custom tag
titletags - Mass editing of page, post, tag and category
titletags/slugs
The plugin that has all of the features above (but lacks AIOSEO features) is SEO Title Tag, an imperfect but elegant solution to the list above. This article shows how to use both plugins and have them combine forces to create a powerful solution for getting custom titles on all your site’s pages.
Add Canonical Tags to Shopp Plugin for SEO

I am building a store using the Shopp plugin, and I noticed that there are possibilities for duplicate content issues:
- A product can be accessed both by
/shop/{productID}and/shop/{product-slug} - A tag can be accessed using
/shop/?shopp_tag={tag-uri}and/shop/tag/{tag-slug} - A tag can be accessed using
/shop/?shopp_category={category-id}and/shop/{category-uri}
Should Google somehow find it’s way into indexing these pages, the value of the identical indexed pages may drop. Canonical tags aim to remedy this situation, and are implemented by the hugely popular and awesome All in One SEO Pack plugin (see my other SEO tips regarding AIOSEO Pack plugin).
The Shopp plugin does not feature canonical tag support, so here’s a modification you can make that will add support for it without changing any core files in All in One SEO Pack, or in Shopp.
Posted in Shopp, WordPress
Tagged All in One SEO Pack, Canonical, Canonical Tag, SEO, Shopp Plugin, Shopping Cart, WordPress SEO, WordPress Shopping Cart
6 Comments
Add Custom Taxonomy Title Tags Support to All-In-One SEO Pack
Get control over your custom taxonomy’s Title Tag
With Yoast’s Simple Taxonomies plugin, you can set up a custom categorization system for posts on your site known as a custom taxonomy. When trying to optimize these pages, I realized that the All in One SEO Pack plugin doesn’t have support for custom taxonomies, so it will not format the title properly. I’ve slapped together some code to improve the formatting of the title tag. See this code in action.
Posted in WordPress
Tagged AIOSEO, All in One SEO Pack, custom taxonomies, custom taxonomy, SEO Title, Simple Taxonomies, Taxonomies, Title Tag, WordPress SEO, Yoast
4 Comments
WordPress Search Engine Friendly Logo

Optimize your logo using SEO-friendly techniques.
Google’s algorithm likes text more than images. It likes headlines more than paragraphs. You can increase how much weight your headline has by only having one or two of them. Having the same headline across all pages reduces the value of it each time.
Instead of having your logo be an image, or H1 image replacement using CSS, it’s now best practice to use a H1 (heading 1) for your home page and a P (paragraph) for the rest of your pages. Then, you can use the headline for your page’s title instead, and get more bang for your buck.
This is nothing new, but it’s best practice, and I hope those who don’t know this technique or code may find this helpful.
Posted in SEO
Tagged CSS, H1, Logo, SEO, SEO Link, SEO Logo, WordPress header, WordPress SEO
1 Comment
SEO implications for updating your website

Will a website redesign hurt my rank?
When I am working with a client that already has a website, one of the first questions I am asked is “How will redesigning my website affect my rank?“ Here’s what to expect when launching your new website:
Your website will take a hit in the SERPs for 20-30 days

After updating a website, you can expect ~25 days of your ranking going down. I call it the "white knuckle month," but I've noticed the website always ranks better once the period is over.
Without fail, I’ve found that when I launch a new website, move a website to a new domain, redesign or make significant structural changes to a site, the website will drop in rank for 3-4 weeks.


Nofollow SEO for your WordPress Functions
Pretty crude idea of nofollow, isn't it?
While working on a recent website, I became frustrated by the lack of nofollow support in many WordPress functions. Make that, most WordPress functions.
There are a few WP functions that I wanted to add nofollow to, so here’s a list and a download link: Read more…