2013-02-07, 21:13:26
I found a problem with this plugin:
The second and subsequent generated pages are not included in the sitemap (sitemap.xml), as well as for them does not change the value of link rel = "canonical"
Ie, for example, the page
is as follows:
But it's a different page!
For this reason, I think, a site can be indexed not properly by search engines.
Is there a solution to this problem?
The second and subsequent generated pages are not included in the sitemap (sitemap.xml), as well as for them does not change the value of link rel = "canonical"
Ie, for example, the page
Code:
http://somedomain.com/info/example;2
is as follows:
Code:
<link rel="canonical" href="http://somedomain.com/info/example" />
But it's a different page!
For this reason, I think, a site can be indexed not properly by search engines.
Is there a solution to this problem?