Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I have a photo website. 15% of the photos belong to approved registered users. They agree my terms about uploading their images in my web pages. I include a photographer credit on right bottom corner.

About identifying the site with google, every page contains a google+ button to MY google+ page it also contains

<link href="https://plus.google.com/nnnnnnnnnn/" rel="publisher" />

I need some advice in order to respect google rules about my pages containing other photographers images not to be penalized because of possible duplicated or interpreted as stolen content. My concern is also about adding G+ links (to MY photo page) and Google publisher id would harm my site rank because of pages containing third-party photos.

share|improve this question

2 Answers

You could put user photos inside/under a special path and disallow it from robots.txt. Example

 User-agent: *
 Disallow: /img/users/
share|improve this answer
This would be a problem, the images wouldn't be indexed. I don't want this. I know that images duplicated in other sites may reduce their ranking, but at least this is better than remove them from index. – dstonek Jul 28 '12 at 22:09
2  
Then do not <link href="https://plus.google.com/nnnnnnnnnn/" rel="publisher" /> on the pages containing photos authored by other people. Only use it on content you write or create. – Anthony Hatzopoulos Jul 28 '12 at 22:19
1  
Also I think publisher is very different then the author indicator, support.google.com/webmasters/bin/… like <a href="[profile_url]?rel=author">Google</a> or <a href="https://plus.google.com/109412257237874861202? rel=author">Google</a> – Anthony Hatzopoulos Jul 28 '12 at 22:25
These are John Mueller's (from Google) words: "...it's fine to have both a link rel=publisher and author-markup on the same page. The rel=publisher confirms that your website is the publisher of that Google+ Page; the authorship markup confirms that you (your personal profile) is the author of the content on that page. This markup can be used independently, since the meanings are slightly different. " So I don't need to remove publisher id. I guess handling vcards for each photographer and a link to a page containing his images would be enough. I'll post this 'solution' – dstonek Jul 30 '12 at 16:33

There are many search results which include authorship to articles that have others photos within the article, blog post or web page. As long as you're crediting the photographer I think it's ok.

Since you can verify your entire domain from within your header to your Google Plus account it must be assumed that some sites will have 3rd party content. Just give credit to the authors when possible of the content and images.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.