Forum Moderators: Robert Charlton & goodroi
The content on al /de/ /it/ /ru/ in in English and is generated automatically from a random combination of elements from homepage and the original content page in English
The site was meant for multiple languages on .com at first but I put all other languages on country specific domains
the system the site is build in ... generates an usless subpage
explain a litle bit more in details what you meant with:
the best solution would be to link internally only to the canonical urls
my main concern is that if I 301 redirect all the content
...
so this URL that I want to rank will have 5 - 15 301 redirects from 5 - 15 urls with the same keyword in it and that Google will not like it that each urls has 5 - 15 internal pages with the same url + /it/ /ru/ /de/ redirected on the main one and will see it as a manipulation.
There are some steps you can take to proactively address duplicate content issues...
... use 301 redirects ("RedirectPermanent") in your .htaccess file to smartly redirect users, Googlebot, and other spiders.
Google does not recommend blocking crawler access to duplicate content on your website, whether with a robots.txt file or other methods. If search engines can't crawl pages with duplicate content, they can't automatically detect that these URLs point to the same content and will therefore effectively have to treat them as separate, unique pages. A better solution is to allow search engines to crawl these URLs, but mark them as duplicates by using the rel="canonical" link element, the URL parameter handling tool, or 301 redirects.
MY CONCERN IS THAT GOOGLE WILL NOT LIKE THAT EACH PAGE HAS 10 REDIRECTS ON ITSELF FROM WHICH 5 USE THE MAIN KEYWORD AND 5 A BROADER ONE AND WILL DEEM MY REDIRECTS AN ATTEMPT TO MANIPULATE WITH KEYWORDS.
What do you think?
RedirectMatch 301 ^/cars/(.*)$ http://www.example.new/new-page RedirectMatch 301 ^/cars/(.*)$ http://www.example.new/new-page.html [edited by: not2easy at 7:19 pm (utc) on Mar 2, 2020]
[edit reason] example.new for readability [/edit]
RedirectMatch ...
Unlike the previous lesson, let's say that I have a folder on my site: "example.new/cars/," and I'm getting rid of that entire folder and all of the pages within it, such as "/cars/ford.html," "/cars/toyota.html," "/cars/acura.html" and several dozen others. Since I'm no longer using those webpages, I'll want that entire folder and its contents to move to "example.new/new-page"