-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.3][SEF] Elimination of duplicate pages, SEO improvements: redirects for IDs and www, canonical links #44310
Comments
Duplicate of #44263 |
What if I want it vice versa, redirect non www to www? |
yes, that's what I meant.
|
Hii - Huge Problem with J5.2 Google has a problem with J5.2. Joomla now appends a rel=‘canonical’ to every crap page and Google no longer knows what the original is. This is a serious bug and should be fixed as soon as possible. On a site with around 12,000 URLs, I have 4,800 duplicate content pages with rel=‘canonical’ in 3 days. This must be solved with J5.2.1 and not with J5.3! Greetings Mitches |
the image shows that all pages with pagination such as In @joomla this would look like pages like |
It's the same, forgive my bluntness, but these are basic SEO concepts. The "/blog" page on a Joomla site is typically already limited in the number of items (e.g., it shows intros to the latest 10 blog posts), so it's NOT suitable to become the canonical for a "/blog?start=10". If you set a canonical tag that always points to Loss of Content IndexingSearch engines will ignore pages after the first one ( Redistribution of Link Juice to a Limited URL, Resulting in Loss of Link Juice to Posts Beyond the TenthWhen different pages all point to a single URL via an incorrect canonical (e.g., all paginated blog pages point to Sitemap?And even if you submit all blog post links in a sitemap to Google or other search engines, this doesn’t automatically guarantee that those links will be indexed correctly or receive the right amount of link juice (authority) if the canonical tag isn’t set up properly. The sitemap is merely a list that helps search engines discover your URLs, but it doesn’t determine which version of a URL is considered the primary one, nor how internal links pass authority (link juice) within the site. If you have an incorrect canonical setup (for example, all paginated pages pointing to /blog as the canonical), you’re telling search engines that only the canonical page ("/blog") is the main version of all content. |
What is canonicalization Canonicalization is the process of selecting the representative –canonical– URL of a piece of content. Consequently, a canonical URL is the URL of a page that Google chose as the most representative from a set of duplicate pages. Often called deduplication, this process helps Google show only one version of the otherwise duplicate content in its search results. There are many reasons why a site may have duplicate content:
SOURCE: https://developers.google.com/search/docs/crawling-indexing/canonicalization @simbus82 you are completely wrong! |
You really have no understanding of what pagination is and the context in which it should be managed or not with canonical. https://developers.google.com/search/blog/2013/04/5-common-mistakes-with-relcanonical https://developers.google.com/search/docs/specialty/ecommerce/pagination-and-incremental-page-loading https://yoast.com/rel-canonical/ https://cognitiveseo.com/blog/19204/canonical-urls-seo/ https://searchengineland.com/pagination-strategies-in-the-real-world-81204 But think what you want, I have no gain from wasting time convincing you, about this so basic thing for a SEO Junior. I'm alwasy happy to give my help, the result of 20 years of web development and digital marketing, and over 10 years of SEO Specialist stuff for 6-figure projects. You need to start studying, you're really a newbie in SEO. |
Is your feature request related to a problem? Please describe.
Even though Joomla
5.2
has some new settings to eliminate duplicate pages, there are still #44263 duplicate pages in the CMS.I suggest reducing the number of duplicate pages in @joomla.
Describe the solution you'd like
New options for the
System - SEF
plugin:articles
,categories
) to the version of pageswithout ID
without www
(or vice versa)Canonical
links for pagination pages (for pages like?start=10
)What Joomla has already done to reduce duplicate pages:
WWW
redirectIDs
redirectCanonical
linksAdditional context
This will help eliminate almost all duplicate pages for search engines.
The fewer duplicate pages processed by search robots like @google, @google-gemini, @microsoft, @openai, etc, the less energy will be released by data processing centers, the less effect will be on the environment and climate change.
What is canonicalization - https://developers.google.com/search/docs/crawling-indexing/canonicalization
Redirects and Google Search - https://developers.google.com/search/docs/crawling-indexing/301-redirects
How to specify a canonical URL with
rel="canonical"
and other methods - https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urlsThe text was updated successfully, but these errors were encountered: