Short description
Multi-pages articles are created using the "page break" button. A single article is divided by Joomla automatically in several pages, with a nice Table of content also automatically generated. With such an article :
* each page should have its own sef url, including the current page individual title
* the html page title should also be different on each individual page, reflecting the title entered by the user in the backend
Expected benefits/ Problem solved
1 - Having sub-page title in SEF url adds relevant keyword to the url
2 - Having save html page title for different pages is one the single biggest issue in terms of search engines valuing your page
Potential issues
Need to handle cases where users did not set any title for sub-pages. Can revert to default : /Page-1, Page-2, etc
Comments/References
sh404sef does this currently on 1.0
Advertisement
SEO:Multi-page article handling
- alledia
- Joomla! Ace
- Posts: 1070
- Joined: Tue Jul 18, 2006 3:55 pm
- Contact:
SEO:Multi-page article handling
Joomla extensions and templates: http://Joomlashack.com
Advertisement
-
- Joomla! Guru
- Posts: 563
- Joined: Sat Aug 20, 2005 3:15 pm
- Contact:
Re: SEO:Multi-page article handling
Comments/References
sh404sef does this currently on 1.0 and 1.5!
sh404sef does this currently on 1.0 and 1.5!
4SEO, 4AI, 4Command, 4Podcast, 4Video, SEO and content extensions for Joomla 3, 4 & 5 - https://weeblr.com
I don't reply to PM anymore. Thanks for using our extensions.
I don't reply to PM anymore. Thanks for using our extensions.
-
- Joomla! Champion
- Posts: 7018
- Joined: Wed Nov 22, 2006 3:35 pm
- Location: Nebraska
- Contact:
Re: SEO:Multi-page article handling
Steve -
I think it's a bad idea to use multi-page articles for the reason you are stating. But, I think it's a really bad idea to assign the same atomic unit multiple URLs.
How do you see W3C's article Cool URIs don't change and Linked Data. If we are moving to Semantic Web - this is a really bad idea, IMO.
Amy
I think it's a bad idea to use multi-page articles for the reason you are stating. But, I think it's a really bad idea to assign the same atomic unit multiple URLs.
How do you see W3C's article Cool URIs don't change and Linked Data. If we are moving to Semantic Web - this is a really bad idea, IMO.
Amy
-
- Joomla! Guru
- Posts: 563
- Joined: Sat Aug 20, 2005 3:15 pm
- Contact:
Re: SEO:Multi-page article handling
Hi Amy,
I think multi-pages articles are a useful thing, if the URL/page title is done all the way as it should. It is a handy way of breaking down a long story in a few pages, with a nice TOC (think links). I don't see how Cool uri don't change and Linked data apply here, if what is said above is applied. As said, you can already do this with sh404SEF, have consistent SEF URL and page title for each individual page. I don't see how this can be bad, as long as it is done properly. Which I agree is not the case today, and is the purpose of this proposal
Regards
I think multi-pages articles are a useful thing, if the URL/page title is done all the way as it should. It is a handy way of breaking down a long story in a few pages, with a nice TOC (think links). I don't see how Cool uri don't change and Linked data apply here, if what is said above is applied. As said, you can already do this with sh404SEF, have consistent SEF URL and page title for each individual page. I don't see how this can be bad, as long as it is done properly. Which I agree is not the case today, and is the purpose of this proposal
Regards
4SEO, 4AI, 4Command, 4Podcast, 4Video, SEO and content extensions for Joomla 3, 4 & 5 - https://weeblr.com
I don't reply to PM anymore. Thanks for using our extensions.
I don't reply to PM anymore. Thanks for using our extensions.
-
- Joomla! Champion
- Posts: 7018
- Joined: Wed Nov 22, 2006 3:35 pm
- Location: Nebraska
- Contact:
Re: SEO:Multi-page article handling
In Berner-Lee's Four Rules for Linked Data, he says:
Cutting the article into pieces is an application process - the four pages of the article are not "things." In fact, if you use Mootools and the slider to break an article up - you not only get a sexy effect and save a round trip, but you do not even need another URL.
In the Cool URLs piece, Berners-Lee talks how to design your URL, what to leave in and what to leave out. It discusses the need to prevent application changes from impacting the URL.
Hope that helps,
Amy
An article is a thing. That's what should be assigned the URI.1. Use URIs as names for things.
2. Use HTTP URIs so that people can look up those names.
3. When someone looks up a URI, provide useful information.
4. Include links to other URIs. so that they can discover more things.
Cutting the article into pieces is an application process - the four pages of the article are not "things." In fact, if you use Mootools and the slider to break an article up - you not only get a sexy effect and save a round trip, but you do not even need another URL.
In the Cool URLs piece, Berners-Lee talks how to design your URL, what to leave in and what to leave out. It discusses the need to prevent application changes from impacting the URL.
Hope that helps,
Amy

-
- Joomla! Guru
- Posts: 563
- Joined: Sat Aug 20, 2005 3:15 pm
- Contact:
Re: SEO:Multi-page article handling
Hi,
I agree with this principle, but not how you apply it (One URL = one "page" has been a motto for sh404SEF for years) . But that is as seen from the outside, from a visitor or search engine standpoint.
To use (almost) your words, "the four pages of the article are "things."". If they were only one thing, then you would not need to break up the full article in 4 sub-things. As soon as you feel the need to use pagebreak, they become independant "things", and they do need to have 4 different URI (and page titles, etc). This is what we are proposing here.
The fact that internally Joomla just sees it as one "article" is just that : an internal thing to Joomla, that no one needs to know about. Just an easy way for people to manage their content.
Mentionning mootools and slider is an interesting point. I don't know how the slider degrades, but assuming it degrades nicely, that means a user having javascript disabled (that includes S.E.) will see the whole page content (the 4 sub-things as just one entity). In that case, having only one url is the thing to do.
Should the slide degrades to navigation links allowing to go back and forth between each of the 4 pages, you would need 4 URLs. In the latter case, we would be in the same situation as when using pagebreak. Each sub-page is an independant page, which you can only access through a GET request, and therefore each need its own URL and page title.
Again, I think the fact that you see it as just "one thing" is your interpretation, coming from your knowledge of how Joomla manages this internally. But from the outside these are 4 things, and rightly so. It is absolutely normal to break up large pieces of content into smaller pieces, easier to read.
Regards
I agree with this principle, but not how you apply it (One URL = one "page" has been a motto for sh404SEF for years) . But that is as seen from the outside, from a visitor or search engine standpoint.
To use (almost) your words, "the four pages of the article are "things."". If they were only one thing, then you would not need to break up the full article in 4 sub-things. As soon as you feel the need to use pagebreak, they become independant "things", and they do need to have 4 different URI (and page titles, etc). This is what we are proposing here.
The fact that internally Joomla just sees it as one "article" is just that : an internal thing to Joomla, that no one needs to know about. Just an easy way for people to manage their content.
Mentionning mootools and slider is an interesting point. I don't know how the slider degrades, but assuming it degrades nicely, that means a user having javascript disabled (that includes S.E.) will see the whole page content (the 4 sub-things as just one entity). In that case, having only one url is the thing to do.
Should the slide degrades to navigation links allowing to go back and forth between each of the 4 pages, you would need 4 URLs. In the latter case, we would be in the same situation as when using pagebreak. Each sub-page is an independant page, which you can only access through a GET request, and therefore each need its own URL and page title.
Again, I think the fact that you see it as just "one thing" is your interpretation, coming from your knowledge of how Joomla manages this internally. But from the outside these are 4 things, and rightly so. It is absolutely normal to break up large pieces of content into smaller pieces, easier to read.
Regards
4SEO, 4AI, 4Command, 4Podcast, 4Video, SEO and content extensions for Joomla 3, 4 & 5 - https://weeblr.com
I don't reply to PM anymore. Thanks for using our extensions.
I don't reply to PM anymore. Thanks for using our extensions.
-
- Joomla! Apprentice
- Posts: 25
- Joined: Fri Dec 08, 2006 12:51 am
Re: SEO:Multi-page article handling
an example where multi pages per article are necessitated:
multi-page reviews, such as pcmag's multi-product reviews, certainly deserve different pages per product. It makes navigation easier, distinguishes each product. Of course this is still one "review" since it is tied together by the theme, summary, feature comparison chart, etc.
But - putting all on one page, even with neat sliding effects and whizbangs galore, won't make it more readable or useful to the reader. If the reader comes to my site, expecting to see "Canon 80 gigapixel" and it's on a page full of other cameras (and the relevant Canon part is hidden by whizbangs) then the reader may feel cheated.
multi-page reviews, such as pcmag's multi-product reviews, certainly deserve different pages per product. It makes navigation easier, distinguishes each product. Of course this is still one "review" since it is tied together by the theme, summary, feature comparison chart, etc.
But - putting all on one page, even with neat sliding effects and whizbangs galore, won't make it more readable or useful to the reader. If the reader comes to my site, expecting to see "Canon 80 gigapixel" and it's on a page full of other cameras (and the relevant Canon part is hidden by whizbangs) then the reader may feel cheated.
Advertisement