StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-23-2012, 09:52 AM
Tim.S Tim.S is offline
Registered User
Genesis Member
 
Join Date: Sep 2012
Posts: 12
Default Genesis Custom Canonical URI Settings

Greetings:

I've read through the documentation looking at what is recommended for populating the, Custom Canonical URI field.

My assumption is, this field is meant for:

1. Tell the search engines the preferred location of the URL. For example, ugly url to pretty url

or

2. In the case of managing possible duplicate content

Now for my situation.

First, here is the website. www.sledtrack.com

In this case, I really don't have duplicate content. (well, at least I dont think so)

The preferred url would simply be the www version of the page rather than the non-www version of the page.

So in my case,

A. I could either go through and enter the non-www url in this field OR

B. More simply put a 301 redirect in the htaccess. Something along the lines of:


Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^www\.yourdomainhere\.com [nc]
rewriterule ^(.*)$ http://yourdomainhere.com/$1 [r=301,nc]

I think the above is the reverse of what we want. So I'll have to fix that.

So my question, which do you recommend? The page by page method OR using the 301 redirect method?


Thanks

Tim

PS: Yes I searched the forum but didnt find the answer I desired.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use Custom Canonical URI Welshy General Discussion 7 01-28-2012 09:43 AM
Custom Canonical URI Option? MiraculousMouse General Discussion 2 10-21-2011 08:05 AM


All times are GMT -5. The time now is 02:28 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.