Categories
QuickTip Web Development

How to Add www. – or Remove www. – From Your URL

This has been done many times by others, but just a quick tip on how to add or remove www. from your website’s address. This is helpful for URL canonicalization and user experience consistency. You can also achieve SEO-friendly canonicalization using rel=”canonical”. Oh boy, I’m getting too technical 🙂 Here’s the juicy part: Add the […]

Categories
Shopp WordPress

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 […]