Hi,

I have one website which i believe might be penalized, maybe because of backlinks or some other offpage related issue, i just can't tell definitely. but content is high quality so i was thinking to move it on another domain, but 301 redirecting will probably pass any penalty that current domain has. What would be best way to move current content so google won't consider it as duplicate?

Dani AI

Generated

raised a common dilemma: high-quality pages on a domain that may be penalized, and a desire to move content without using 301s. ’s rel=canonical suggestion is reasonable as a way to tell Google which URL should be shown, but the very first step is to confirm whether this is a manual action (visible in Search Console) or an algorithmic hit — the recovery path differs. Manual actions must be fixed and submitted for review; that process can take days or weeks. ()

Important technical realities that change strategy: a server-side permanent redirect (301) is the strongest way to perform a site move and to consolidate signals; rel=canonical is a weaker “hint” and Google may ignore it in some situations. Cross-domain canonicals for syndicated content are explicitly discouraged; for syndicated copies the preferred solution is to have the partner block indexing of the copied page. In short, canonicals can help with duplicate-indexing problems but won’t reliably “wash away” a penalty from the old domain. (developers.google.com)

If 301s are not an option, realistic alternatives (each with trade-offs) include: 1) publish improved/unique versions on the new domain and make the old pages non-indexable by returning a proper 410/404 or by keeping pages crawlable and adding a meta robots noindex (do not block the page with robots.txt if a noindex is being used — Google must be able to crawl the page to see the noindex). 2) Keep both sites live but set old URLs to noindex and/or self-canonical pointing to the new URLs (remember canonical is only a hint). 3) Fix any link problems on the old domain (contact sites to remove bad links, then use disavow if necessary) before or during migration. These options are slower and less complete than 301s. (developers.google.com)

Practical short plan grounded in the above: check Search Console for Manual Actions and Messages; run a backlink audit and try link removals (use Disavow only when warranted); prepare new-site pages with improvements and verify in Search Console; either implement 301s (recommended) or publish new pages + set old pages to noindex/410 and add cross-site canonicals only if partners permit; request indexing and monitor traffic and the Manual Actions report. If any manual action exists, fixes must be implemented on the affected domain and a review requested — migration alone won’t clear it. Recovery and reindexing commonly take weeks to months, so monitor closely. ()

You're pretty much stuck between a rock and a hard place. Google already sees all your content, and it associates a penalty with that content. You could move your content somewhere else, but, as you state, the penalty will most likely come right along with it.

Instead of moving your content, canonicals might work in this case. Create a new domain with all your content. Set up rel=canonical meta tags at the top of all of the pages of the new domain showing that each of those pages are the "official" URL for this content. Then, on all of the pages with a penalty, set up rel=canonical meta tags hinting that the page on the new domain is the official URL for the content.

I'm not sure if it will work, but it might be a way of convincing Google to look to the new domain for the content, and not bringing the penalty along with it, as you're essentially keeping both sites up, keeping the penalty on the old domain, and yet telling Google the new domain houses the "official" content and therefore you won't get a duplicate content penalty.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.