Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Canonical Tag
#1
It seems the Canonical tag returned when using the get_header() function can pose problems for the search engines:

Read this guys post:
http://get-simple.info/forum/post/28219/#p28219
Quote:... more worrying is that the canonical tag is present on every page, and lists the main blog url
This is not coded in the templates, so I guess it is being called by the GS header function

Each page needs to have its own meta title, and the canonical tag needs to somehow be removed or corrected.
If we can't do this, then the blog posts will run into real problems trying to rank on search engines.
[added]
For anyone unsure of the purpose of the canonical tag, it's purpose is to tell the search engines that the page should be seen as that URL, and not the one it is actually viewing, in other words, it is similar to saying 'please ignore this page and instead index the home page' ... which is not what we want to happen.
Reply
#2
It looks to match the page to me.
Is this when canonical is defined in gsconfig ?

use
Code:
get_header(false)
to omit canonical link and meta generator tags
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
Aren't canonical redirects disabled by default in gsconfig.php?

Code:
# Enable Canonical Redirects?
#define('GSCANONICAL', 1);
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
Reply




Users browsing this thread: 1 Guest(s)