How do we share our partial HTML content without losing our SEO?
Since we're not sharing full HTML, we can't place "rel:canonical" in the header.
I've thought it'd be interesting to enclose our content in an article tag with a cite attribute to the original source. Would Google respect that for SEO purposes?
<article cite="http://myoriginalsite.com/bestcontent">
This is syndicated content...</article>