• Home
  • Get help
  • Ask a question
Last post 3 hours 46 min ago
Posts last week 94
Average response time last week 34 min
All time posts 67862
All time tickets 10487
All time avg. posts per day 20

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#10812 – 4SEF and pagination URLs

Posted in ‘Pre-sale questions’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Tuesday, 13 February 2024 11:02 UTC
[email protected]

Hi,  

I subscribed to your sh404SEF for many years, but I had to stop using it when I upgraded to Joomla 4 in 2022, and 4SEF was still in beta.

I thought I could get away with using Joomla's Search Engine Friendly URLs, but I've recently realised they do not handle page breaks in articles. For example, the URLs in this blog post on a 10-day road trip with my son: 

https://www.tallandtrue.com.au/blog/a-dad-and-son-road-trip

The URL for the Day 1: Sydney to Bendigo page break should be: 

https://www.tallandtrue.com.au/blog/a-dad-and-son-road-trip/sydney-to-bendigo

But Joomla renders it as:

https://www.tallandtrue.com.au/blog/a-dad-and-son-road-trip?start=1

(BTW, realising this was the case, I've coded the <a href> as "/blog/a-dad-and-son-road-trip?start=1" for this and subsequent pages.)

I know this worked properly with sh404SEF because I published several multi-page articles when I used it. So, if I purchase a subscription for 4SEF, will this give me SEF URLs for page breaks again?

TIA, Robert

 

Tuesday, 13 February 2024 14:20 UTC
wb_weeblr

Hi

Yes, 4SEF properly handles multi-pages Joomla articles SEF URLs.

I would however argue that if you've switched to the Joomla-style URLs for these articles, and done so for a while now (as in several weeks or months), these URLs are indexed by search engines now and it's likely going to be better to just not change change again.

The only thing you can't change for a piece of content on the web is its URL!

Best regards

Yannick Gaultier

weeblr.com / @weeblr

 

 

 
Tuesday, 13 February 2024 22:01 UTC
[email protected]

Hi Yannick,

Thanks for your prompt and candid response. 

The biggest difference I noticed between the Joomla-style URLs and sh404SEF's when I upgraded to Joomla 4 and stopped using the extension was that Joomla included the topmost category in their URLs, for example:

https://www.tallandtrue.com.au/fiction/short-stories/a-new-jack

... versus sh404SEF's:

https://www.tallandtrue.com.au/short-stories/a-new-jack

I worked around it by adding Rewrite Rules in the .htaccess for the website:

RewriteRule ^short-stories/(.*)$ /fiction/short-stories/$1 [R=301,NC,L]

However, I think I chose not to include the topmost category in the URL when I first installed sh404SEF. Assuming this is the case, can I configure 4SEF to format the URLs like "https://www.tallandtrue.com.au/fiction/short-stories/a-new-jack"?

As for the multi-page URLs, the Joomla SEF problem with page breaks affects less than a dozen articles on the website. But after the first page, they're currently being indexed as https://www.tallandtrue.com.au/blog/a-dad-and-son-road-trip?start=1, ?start=2 etc, which is not as desirable as https://www.tallandtrue.com.au/blog/a-dad-and-son-road-trip?sydney-to-bendigo, horsham-and-arapilies etc.

I could add Rewrite Rules to the .htaccess to handle the indexing of these articles, as I did when I stopped using sh404SEF.

Does my logic sound right to you? And would it work? 

Thanks again for your candid response.

Regards, Robert

 

Wednesday, 14 February 2024 08:51 UTC
wb_weeblr

Hi

was that Joomla included the topmost category in their URLs, for example

Not exactly. Joomla SEF URLs generation is based on your menu items. That's actually probably the biggest SEO issue in Joomla.

So if you have that top category at the start of URLs, it means somewhere on your site you have a menu items that points at this category.

If you did not have any such menu item, your URLs would not have that top category.

And if you did not have a menu item for that category when you build your site and six months later you decide you want to have one ( a common SEO strategy to reinforce the importance of some content), then on the day you publish that menu item, all the URLs to articles from that category immediately change (and the old ones are 404s).

... versus sh404SEF's:

https://www.tallandtrue.com.au/short-stories/a-new-jack

In sh404SFE/4SEF:

- you pick which categories to include or not in the options

- once a URL is built with these options, URLs will not change regardless of what you do to your menu structure and items.

However, I think I chose not to include the topmost category in the URL when I first installed sh404SEF.

That's unlikely. /short-stories/a-new-jack looks like the default settings for sh404SEF/4SEF which is to include the 2 "bottom" categories for an article (in your case, it'd mean you don't have multi-level categorization).

Assuming this is the case, can I configure 4SEF to format the URLs like "https://www.tallandtrue.com.au/fiction/short-stories/a-new-jack"?

Options for building URLs for Joomla content are the same in 4SEF as in sh404SEF.

which is not as desirable as https://www.tallandtrue.com.au/blog/a-dad-and-son-road-trip?sydney-to-bendigo, horsham-and-arapilies etc.

Desirable is a relative thing. "/blog/a-dad-and-son-road-trip?start=1" vs "/blog/a-dad-and-son-road-trip/sydney-to-bendigo" will not make any difference in terms of SEO. You're likely to be the only one to notice about that!

Does my logic sound right to you? And would it work?

Personnally, I would not spend one second working on this. You made the switch to Joomla SEF URLs. There are drawbacks to that - I'm biased - but the multipage articles URLs are not an issue.

Just changing the URLs is an issue but you bit the bullet already and mitigated the damage with rewrite rules so my advice would be not to change URLs if you don't have to.

Best regards

Yannick Gaultier

weeblr.com / @weeblr

 

 
Wednesday, 14 February 2024 09:48 UTC
[email protected]

Thanks again for your prompt and candid response, Yannick. 

As it happens, my menus and categories on the website mimic each other, so there's a topmost Fiction menu item and a topmost Fiction category, with a Short Stories submenu item and a Short Stories subcategory. But thanks for your warning: I will not change the menu or category structure! 

And yes, you're right, Short Stories is a subcategory of the topmost Fiction, which explains why "fiction" wasn't in my sh404SEF URLs.

I thought "/blog/a-dad-and-son-road-trip?start=1" would rank lower than "/blog/a-dad-and-son-road-trip/sydney-to-bendigo" in terms of SEO, but I'll take your expert word on this. (Though the "?start=" URLs look ugly!)

I'll also take your advice and not spend another second on this. But I would like to thank you for taking the time to respond to my questions and not pushing 4SEF when it could have been so easy to make a sale.  🙏

Regards, Robert

 

 

 

Wednesday, 14 February 2024 11:02 UTC
wb_weeblr

Hi

I thought "/blog/a-dad-and-son-road-trip?start=1" would rank lower than "/blog/a-dad-and-son-road-trip/sydney-to-bendigo" in terms of SEO, but I'll take your expert word on this.

No, the actual content of the URL will not have any effect on anything - aside for some very large sites, where not all pages are crawled and it may affect somewhat what gets crawled and not crawled. It may also have an effect on Core Web Vitals measurement, or rather when CWV measurements are not available for a page, Google has said they may group pages together for the purpose of "guessing" Core Web Vitals, and the URL is part of what they use for grouping pages).

I'll also take your advice and not spend another second on this. But I would like to thank you for taking the time to respond to my questions and not pushing 4SEF when it could have been so easy to make a sale. 🙏

Yes, it would have but that's not exactly what I'm after here!

And don't forget I also made 4SEO and 4AI ;)

-- 

4AI is the new AI-powered assistant for Joomla 3,4&5. Discover it now!

Best regards

Yannick Gaultier

weeblr.com / @weeblr

 

 
Saturday, 16 March 2024 05:34 UTC
system
This ticket has been automatically closed. All tickets which have been inactive for a long time are automatically closed. If you believe that this ticket was closed in error, please contact us.
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.