Canonical URLs and wordpress 2.9 Configuring All in One SEO Pack Forum

The support forums have a new home! Please visit All in One SEO Pack's new residence at Semper Plugins to purchase a support plan.

 
You must be logged in to post
Search Forums:


 






Minimum search word length is 4 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

Canonical URLs and wordpress 2.9

Post
New Member

RNWest

posts 2

3:38 pm January 4, 2010

Hi

Just a quick question…does the Canonical URLs need to be unchecked with wordpress 2.9.

Thanks

Admin

hallsofmontezuma

Cary, NC

posts 202

1:20 am January 6, 2010

You must be a subscriber to view administrator posts. Click here to purchase a support subscription.

For what shall it profit a man, if he shall gain the whole world, and lose his own soul?

New Member

RNWest

posts 2

6:46 am January 6, 2010

Thanks hallsofmontezuma

That was the answer I was looking for.

Have a great day

New Member

Jim-HMI

posts 5

2:16 pm March 7, 2010

Hello. What exactly is the checkbox for "Canonical URL's" in the non-Pro version allowing us to decide…? I'm trying to do a lot of self-educating, because my company has four distinct URL's all pointing to the same website. I realize this is not good from an SEO perspective. Anyway, due to this, how we check this box seems critical and I'm hoping to understand it better.

Thanks so much, in advance, for any feedback.

New Member

SolidlyStated

Indianapolis, IN

posts 3

3:49 pm May 22, 2010

Post edited 8:02 pm – May 22, 2010 by SolidlyStated
Post edited 3:53 am – May 23, 2010 by SolidlyStated


I'm having trouble with multi-page posts (that use the wordpress nextpage tag).
The subsequent pages are not being indexed, only page 1, and I noticed the canonical URL for each page points only to the first page, not the page its on.
Is there a way to adjust these canonical URLS in AIOSEO?

edit-

Easier than I thought. I just re-used the code I use to modify the title in multi-page posts. I added this small block at line 377 in aioseop.class.php, right after the code "$url = apply_filters('aioseop_canonical_url',$url);"

$exploded = explode("/",$_SERVER['REQUEST_URI']);
if( is_numeric( $exploded[sizeof($exploded)-2] ) ){
$url = $url.$exploded[sizeof($exploded)-2]."/";
}


About the WordPress Developer Forum

Forum Timezone: America/New_York

Most Users Ever Online: 205

Currently Online:
27 Guests

Currently Browsing this Topic:
1 Guest

Forum Stats:

Groups: 5
Forums: 23
Topics: 1543
Posts: 3447

Membership:

There are 6357 Members

There are 4 Admins
There are 3 Moderators