Rel Canonical - Wordpress
-
How do you fix the rel canonical issue on a wordpress site? Is there a quick fix? I have a few notices on my site and am a little confused.
Thanks,
Jared
-
I have this too with SEO ultimate. Using the On page grader it tells me that I need to use only one canonical URL tag.
SEO ultimate shows that its all there but the report saying there is a problem. I have also disabled some author achiving. Any thoughts?
Canonicalizer
| Canonical URL Generation |
<fieldset> <label for="link_rel_canonical">Generate meta tags</label>
<label for="http_link_rel_canonical">Sendrel="canonical"
HTTP headers</label></fieldset>|
| Canonical URL Scheme |<fieldset> <label class="first current-setting" for="canonical_url_scheme_">Use
http://
orhttps://
depending on how the visitor accessed the page</label> <label for="canonical_url_scheme_http">Make all canonical URLs begin withhttp://
</label> <label for="canonical_url_scheme_https">Make all canonical URLs begin withhttps://
</label></fieldset>|
| Automated 301 Redirects |<fieldset> <label for="remove_nonexistent_pagination">Redirect requests for nonexistent pagination</label></fieldset>
|
-
Hi Steven,
A notice is just that -- it's a notice that "hey, this is here, make sure you want it here" and it's not a warning. Feel free to ignore it if it's set up the way you want it to.
-
Hi all,
I see this is an old post, but I figured I would search before posting something new.
I am having a similar issue with a site we just launched a few weeks ago.
We cleared out the few errors we had at launch and are now working on the warnings and notices that SEOmoz is reporting.
Specifically the REL Canonical notices.
We are using Yoast SEO plugin and when I view the source of my page, I see the tag.
Is there something else that could be causing SEOmoz to show this as a notice when it really is not?
Thanks,
--Steven
-
A Swanson customer! Pleased to meet you, even if you are 'the masked man' for now. Again, I can't recommend that Yoast SEO plug-in linked above enough. It outlines all of the options above and all you need to do to block indexing is check a simple box.
Take a look at the Wordpress SEO guide, specifically at the section I just linked to.
-
Alright I can try that. Is there a web resource that you or anyone recommends that talks specifically about this issue in depth? Specifically even wordpress since it seems alot of sites use wordpress now.
I use Swanson Vitamins by the way!
Jared
-
It sounds like you might need to use the noindex, follow tag for some sections of your website. Consider blocking the search engines from ranking sections such as author posts, tags, date and date archives.
Proceed with caution when doing this. You don't want to restrict all indexation of your site. Without knowing more details of what is actually happening, this is the best information I can give you.
-
Using rel=canonical suggests to search engines which URL should be seen as canonical.
It is a crawl notice on my campaign. It is happening on about 13 pages? I have SEO Ultimate and have the Canonicalizer options checked, but still receive the error. I don't want to be punished for duplicate content, but with wordpress that seems pretty hard. I guess I need some direction on best practices for removing duplicate content also.
There are blog posts which hold the original good content, but then the blog "page" that pulls in all the blog posts and displays them on one screen. Also on the front page I am pulling in the new posts and showing an excerpt or a 200~ character limit excerpt. Already there is 3 copies of the same content. I am sure their is more if i looked around.
I guess that is what I mean. 1) Clear up the issue on my crawl diagnostics with SEOmoz. 2) Get this figured out so I can create new content in the future without it happening again
Thanks
-
More details would be very appreciated, but like Paul said, most likely it's an issue that can be easily fixed by installing Yoast's Wordpress SEO plugin.
-
Actually, when you say the Canonical problem. What do you mean? What is the problem?
-
Yoast SEO offers support for Canonical URL's. it's a fantastic plugin and it's free too.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
No H1 tag in wordpress, what are the implications?
When checking my blog posts I noticed that they don't contain any H1 tags. This confused me as I'd heard that wordpress automatically puts H1 tags on your blog post titles. Is this something that might negatively affect my rankings? If an H1 tag is absent, does the H2 tag take center stage so to speak? Is this something my wordpress theme does and how can I fix it? Cheers! Anton
Technical SEO | | antonshakr0 -
Rel="canonical" of .html/ to .html
Hi, could you guys confirm me that the following scenario is completely senseless? I just got the instruction from an external consultant (with quiet good SEO knowledge) to use a rel="canonical" for the following urls. http://www.example.com/petra.html/
Technical SEO | | petrakraft
to
http://www.example.com/petra.html I mean a folder petra/ to petra is ok - but a trailing slash after .html ??? Apart from that I would rather choose a 301 - not a rel canonical. What is your position here?0 -
Canonical and 301
Hi We have recently restructured our site and 301 redirected some pages. Unfortunately the new page which we 301 to, still had the canonical tags pointing to the old pages. Would this cause google not to index the new pages....?????
Technical SEO | | jj34340 -
Canonical warnings
[1] My site development tool (XSP) has recently added the canonical reference as an auto-generated tag, so every page of my site now has it. Why is SEOmoz warning me that I have hundreds of pages of canonicals if it's supposed to be a GOOD thing? [2] Google is still seeing the pages without the canonical tag because that's how they were indexed. Will they eventually get purged from their index, or should I be proactive about that, and if so, how? Thanks for any input.
Technical SEO | | PatioLifeStyle0 -
How to write 301 redirects in WordPress
I've successfully migrated new site to new domain (www.cmsearchmarketing.com) But I cannot get 301 redirects for pages and blog posts to redirect from the old domain (www.creativemindsearchmarketing.com). And it's my understanding I need to do a 301 for each page to maintain SEO. Here's what I've tried: RewriteCond %{QUERY_STRING} ^p=975$RewriteRule ^index.php$ http://www.cmsearchmarketing.com/top-5-questions-to-ask-an-seo-firm-before-signing-up/? [R=301,L] BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule># END WordPress #AND ALSO# Use PHP5 Single php.ini as defaultAddHandler application/x-httpd-php5s .php BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule># END WordPress redirect 301 /top-5-questions-to-ask-an-seo-firm-before-signing-up http://www.cmsearchmarketing.com/top-5-questions-to-ask-an-seo-firm-before-signing-up/ Any suggestions would be appreciated. _Cindy P.S. Maybe some other issues are in the way: --Old site is WP-Remix theme no longer supported, and latest WP version is 2.9.1 -- Old domain (www.creativemindsearchmarketing.com) is the primary account on BlueHost …and the new domain (www.cmsearchmarketing.com) is an addon, so the new domain's directory is within root of old domain. -- in root domain of old site there are other "handler files" that also have base file rewrites, if this is an issue: name of this file in root directory is:
Technical SEO | | CeCeBar
.htaccess.addHandlerBak -FrontPage- <limit get="" post="">order deny,allowdeny from allallow from all</limit><limit put="" delete="">order deny,allowdeny from all</limit>AuthUserFile /home/creatjo7/public_html/_vti_pvt/service.pwdAuthGroupFile /home/creatjo7/public_html/_vti_pvt/service.grp# BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule> END WordPressAuthName creativemindsearchmarketing.comIndexIgnore .htaccess /.?? *~ *# /HEADER /README /_vti0 -
Canonical Tag Pointing To The Same URL
Does it matter if a canonical tag points to the URL in which the tag is on? Example Page: http://www.domain.com Canonical tag: rel="canonical" href="http://www.domain.com" /> I only ask because a client of mine has a CMS that automatically does that to every page on the site and there's no way to remove it. Will this have a negative impact or does it not matter at all? Any insights would be great because I can't find a clear answer anywhere online. Thanks!
Technical SEO | | MichaelWeisbaum0 -
Wordpress 301 redirects
I use wordpress as CMS on a few sites and I noticed that word press automattically places 301s if I change a url etc. I believe it does it by having the following in the .htaccess file: BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteRule ^index.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule> END WordPress Should I use this? I feel like it limits my control over the 301s.
Technical SEO | | mmaes0 -
How to set up a rel canonical in big commmerce?
I have no clue how to set this up in the Bigcommerce store platform
Technical SEO | | Firestarter-SEO0