SEO ranking when copying content from other website with permissions

It's very simple how it works:

Google sees 2 or more sites with the same content. It's not gonna show you all of them, because it's not really a good resultpage if everything is the same. So it starts to decide which of the sites will be shown.

It does this based on a few factors like:
- Which site had it first (on same publish date, this is THE FIRST FOUND, not perse the original)
- Which site has a better ranking?

After some formula they show you one, the others don't get shown. You do not get a penalty, but no points for content either.


In your case, it does benefit you a bit; you get points for users on your site, and the time they're on your site. If you have a blank website, they leave fast, if you have some basic content they stay longer.

The linkbuiling is something you should be carefull with. Quality over quantity, only get links from relevant sites' relevant pages. Don't expect too much from this. Also, check if their anchors have rel="nofollow". If so, you dont get ANY SEO value from it at all :)


Let me give you practical answer. If yours is heavy backlink profile from high worth sites then chances of Panda penalty will be much less than if you hadn't.

Secondly if you're copying articles "as is" then it is adding to internet spam. Everyone wastes time and energy on such sites. Google abhors such sites.

These ways you can help reduce web spam:

  • So you should use rel=canonical on such copied pages pointing them to original versions. In that case, Google will take care to discount your "copied" pages in the SERP and Google index.
  • Use meta tag noindex to show the search engines you don't want them crawl it
  • Disallow such pages through robots.txt. For example you can have all copied pages within /copied folder and use Disallow: /copied/ within Robots.txt
  • Host such copied material with Iframe. Such content within iframe will be ignored by Google etc. I think this is the best way to show copied content. You need not maintain any versions nor spend disk-space for duplicate content.

Otherwise your site will be devalued in no time.


Set a preferred URL for your content using canonical URL

A canonical link element is an HTML element that helps webmasters prevent duplicate content issues by specifying the "canonical", or "preferred", version of a web page as part of search engine optimization.

What is rel=canonical and Why Should I Use It:

When you run a data driven site or have other reasons why a document might be duplicated it’s important to tell search engines which copy is the master copy, or in the jargon, the “canonical” copy. When a search engine indexes your pages it can tell when content has been duplicated. Without additional information, the search engine will decide which page best meets the needs of their customers. This might be fine, but there are many instances of search engines delivering old and outdated pages because they chose the wrong document as canonical.

link rel="canonical" href="URL of the canonical page

It is very easy to tell search engines the canonical URL with meta data in the HEAD of your documents. Put the following HTML near the top of your HEAD element on every page that is not canonical: