Mobile app version of vmapp.org
Login or Join
Samaraweera270

: Duplicating someone's content legitimately & writing HTML to support that I want to add content from other blogs to my own (with the authors permission) to help build additional relevant content

@Samaraweera270

Posted in: #Html #Seo

I want to add content from other blogs to my own (with the authors permission) to help build additional relevant content and support articles I've found useful that others have written.

I'm looking into how to do this responsibly - ie, by giving the original content author a boost and not competing against them for search traffic which should go to their site.

In order to keep my duplicate content out of search, and to hint to the search engines where the original content is to be found i've implemented:

<head>
<meta name='robots' content='noindex, follow'>
<link rel='canonical' href='http://www.originalblog.com/original-post.html' />
</head>


Additionally, to boost the original article and to let readers know where it came from i'll be adding something like this:

<div>
Article originally written by
<a href='http://www.authorswebsite.com'>Authors Name</a>
and reproduced with permission.<br/>
<a href='http://www.originalblog.com/original-post.html' target='new'>
Read the original article here.
</a>
</div>


All that remains is a way to 'officially' credit the original author in the HTML for the search spiders to see. Can anyone tell me a way to do this possibly using rel="author" (as far as I can see thats only good for my own original content), or perhaps it doesn't matter given that the reproduced pages will be kept out of search engines? Also, have I overlooked anything in the approach?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera270

2 Comments

Sorted by latest first Latest Oldest Best

 

@Debbie626

Hm, perhaps the credits are enough, especially if you have the authors' permission. What I'm saying is that you're not competing with them or stealing their content or whatever, but, if you have a good site, you're actually helping those authors and their works since someone might accidentally end up and find something interesting and then moving on to the author's original website from your link to find more, while if you're not keeping it visible, only people who search for the author and/or their work will find the good content you're offering on your website as well. Just a thought.

10% popularity Vote Up Vote Down


 

@Welton855

Instead of using canonical, you should be using rel=author, which will give the original author all credit. It is extremely simple to use tho, but it requires that the original author will give you a link from his/her google profile to end the loop.

you should look at these two videos from Google, they explain it pretty well.

http://www.youtube.com/watch?v=FgFb6Y-UJUI

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme