Posts: 13
Threads: 3
Joined: Jan 2011
Hello there users of GetSimple
Is there a way to cut a single large article in to some small parts like 1k signs, so the rest of the article we can access by cliking on links under that article ( like: page << < 1,2,3,4,5,6 > >>)???.
Thanks for any help!
Posts: 2,094
Threads: 54
Joined: Jan 2011
Posts: 13
Threads: 3
Joined: Jan 2011
mvlcek Wrote:I just created the plugin Pagify which does exactly this: http://get-simple.info/extend/plugin/pagify/83/ and http://mvlcek.bplaced.net/get-simple/pagify
This is tariffic! Grate thanks
Posts: 13
Threads: 3
Joined: Jan 2011
mvlcek thant you for pluggin, but I have a little problem:
I can't index in Google pages of cutted article, for example adress
www.domain.com/article index without any problem, but I can't index
www.domain.com/article?page=2, maybe it is problem with url or somthing? Is it posible to change url to
www.domain.com/article2 www.domain.com/article3 etc. ?
It is not problem of bad linking of site because I used thousands of links on site, waiting about 2 weeks and still not even one cutet page was indexed.
Posts: 1,848
Threads: 86
Joined: Aug 2009
Google should be able to read that URL
i am not sure of the theme you are using, but i think it is a problem with it rather than the plugin. Within the <head> element of your site (do a view source) check to see if you have a canonical meta tag.
http://googlewebmastercentral.blogspot.c...nical.html
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 13
Threads: 3
Joined: Jan 2011
2011-02-15, 23:30:46
(This post was last modified: 2011-02-15, 23:50:03 by eatons.)
My site is
http://www.adiro.pl
all pages was indexed very fast, but only first page of article,
other parts of article can't be indexed.
I also made a test, putting a link to
http://www.adiro.pl/warunkinaturalne?page=10 from a large number of sites, which normaly index pages in few hours, and I can't index it.
Ok I see a problem now, in head in part:
<link rel="canonical" href="http://www.adiro.pl/warunkinaturalne" />
should be
<link rel="canonical" href="http://www.adiro.pl/warunkinaturalne?page=10" />
Now how we can repair it?
Posts: 2,094
Threads: 54
Joined: Jan 2011
I don't know when Google indexes pages with parameters. Maybe it doesn't when it already has the page without parameter?
I tried to look at the info about my site using google's webmaster tools (
http://www.google.com/webmasters), but it just says "no data available" (also all pages are indexed with the exception of the pagify pages).
If you find out, what makes google follow links with parameters (special attributes in links, ...), please tell me. I will then change the plugin appropriately.
One other possibility would be to serve the whole content, if a robot is recognized.
Posts: 1,848
Threads: 86
Joined: Aug 2009
it is without a doubt the canonical meta tag that is restricting the indexing of that page. I think in this case, it needs to be removed.
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 13
Threads: 3
Joined: Jan 2011
2011-02-16, 00:16:11
(This post was last modified: 2011-02-16, 00:22:45 by eatons.)
Sorry for stupid question but where I can remove that line, it is not in template
Ok, it is in admin/inc/theme_functions.php
for future, thanks guys for help, I hope it will be helpfull for other people.
Posts: 1,848
Threads: 86
Joined: Aug 2009
line #299 in theme_functions.php
I am making a change to the get_header() => get_header(false) call that allows you to tell it to not show the canonical meta tag, but this will be in 3.0 forwards... otherwise you will need to edit the line number referenced above.
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Posts: 13
Threads: 3
Joined: Jan 2011
I have just one last question for mvlcek,
is it possible to modify somehow plugin, so it will display pages, like
1 2 3 ... 36 37
because it could look much better then a list of all 37 site for example?
Best regards
qlwik.