TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Google copying website data to SERP. What can I do?

8 pointsby Cherianabout 10 years ago
I run a food blogging platform and yesterday a blogger pointed out Google SERP showing recipes in context [1]. Technically recipes aren’t copyrightable but Google resorting to this will have a significant effect on search engine referral traffic. I think complaints will only end up in demoted ranking.<p>HNers, what can I do here? For context, Here’s Matt Cutt’s question that led to an outrage [2]<p>[1] http:&#x2F;&#x2F;d.pr&#x2F;i&#x2F;13mGj<p>[2] https:&#x2F;&#x2F;twitter.com&#x2F;danbarker&#x2F;status&#x2F;439125570115223552

6 comments

salukiabout 10 years ago
Just taking a quick look it appears you need to add a description tag to tell Google what you want displayed in the SERP.<p>&lt;meta name=&quot;description&quot; content=&quot;A description of the page&quot; &#x2F;&gt;<p><a href="https://support.google.com/webmasters/answer/79812?hl=en" rel="nofollow">https:&#x2F;&#x2F;support.google.com&#x2F;webmasters&#x2F;answer&#x2F;79812?hl=en</a><p>Just taking a quick look at your source code I don&#x27;t see one (at least for the particular page in your screenshot).<p>If you don&#x27;t provide a description Google pulls text from your page it things is most relevant or would be most useful to searches.<p>I would test out adding a description to that page and I expect that would be displayed in the SERP after a crawl&#x2F;few days.<p>Hope that fixes your issue.<p>Nice ranking in the SERP by the way.
Someone1234about 10 years ago
&quot;Outrage.&quot; Uhh yeah, sure, ok.<p>Google have had rich snippets for years (at least 2011). You can manage them in WebMaster Tools if you don&#x27;t want them for your properties. Here&#x27;s some links:<p><a href="https://support.google.com/webmasters/answer/146645?hl=en" rel="nofollow">https:&#x2F;&#x2F;support.google.com&#x2F;webmasters&#x2F;answer&#x2F;146645?hl=en</a><p><a href="https://support.google.com/webmasters/answer/173379?hl=en" rel="nofollow">https:&#x2F;&#x2F;support.google.com&#x2F;webmasters&#x2F;answer&#x2F;173379?hl=en</a><p><a href="https://support.google.com/webmasters/answer/99170?hl=en" rel="nofollow">https:&#x2F;&#x2F;support.google.com&#x2F;webmasters&#x2F;answer&#x2F;99170?hl=en</a><p>It is a little unfortunate that it is opt-out rather than opt-in, but unfortunately a lot of sites don&#x27;t give SEO enough attention and as a result the functionality would rarely work.
评论 #9152061 未加载
dragonwriterabout 10 years ago
&gt; Technically recipes aren’t copyrightable<p>Per the US Copyright Office [0], that&#x27;s true insofar as a &quot;recipe&quot; is a &quot;mere listing of ingredients&quot; (which is <i>not</i> what Google is showing), but not necessarily true beyond that.<p>[0] <a href="http://www.copyright.gov/fls/fl122.html" rel="nofollow">http:&#x2F;&#x2F;www.copyright.gov&#x2F;fls&#x2F;fl122.html</a>
评论 #9152730 未加载
toomuchtodoabout 10 years ago
&gt; Technically recipes aren’t copyrightable but Google resorting to this will have a significant effect on search engine referral traffic. I think complaints will only end up in demoted ranking.<p>Not technically, actually. You can&#x27;t copyright recipes. Your options are:<p>* Live with it<p>* Noindex and live with your site not being indexed by Google.
billslawskiabout 10 years ago
It sounds like you are getting rich snippets based upon your use of microdata as described by the following Google help page:<p><a href="https://support.google.com/webmasters/answer/173379?hl=en" rel="nofollow">https:&#x2F;&#x2F;support.google.com&#x2F;webmasters&#x2F;answer&#x2F;173379?hl=en</a>
rbinvabout 10 years ago
Well, an extreme &quot;solution&quot; would be to noindex the site.<p>However, I noticed that your meta descriptions are really long. Maybe you should try to shorten them and hope that Google shows them instead.
评论 #9152738 未加载