Mobile app version of vmapp.org
Login or Join
Ravi8258870

: How can I decrease relevancy of Creative Commons footer text? (In Google Webmaster Tools) I know that I may just have to link the image to make this happen, but I figured it was worth asking,

@Ravi8258870

Posted in: #CreativeCommons #GoogleSearchConsole #Html #Keywords #Seo

I know that I may just have to link the image to make this happen, but I figured it was worth asking, just in case there's some other semantic markup or tips I could use...

I have a site that uses the textual Creative Commons blurb in the footer. The markup is like so:

<div class="footer">
<!-- snip -->
<!-- Creative Commons License -->
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/us/80x15.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.xmemphisx.com/" property="cc:attributionName" rel="cc:attributionURL">xMEMPHISx.com</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.
<!-- /Creative Commons License -->
</div>


Within Google Webmaster Tools, the list of relevant keywords is heavily saturated with the text from that blurb. For instance, 50% of my top-ten most relevant keywords (including the site name):


[site name]
license
[keyword]
commons
creative
[keyword]
alike
[keyword]
attribution
[keyword]


I have not done any extensive testing to find out rather or not this list even matters, and so far this doesn't impact performance in any way. The site is well designed for humans, and it is as findable as it needs to be at the moment.

But, out of mostly curiosity: Do you have any tips for decreasing the relevancy of the text from the Creative Commons footer blurb?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

3 Comments

Sorted by latest first Latest Oldest Best

 

@Shanna517

I think John Conde has the right approach. Maybe you need to work on bulking up the content of your site (it's just bad practice to have a bunch of pages with very little on them—though I can empathize with that situation).

I would also take the preemptive step to use HTML5's semantic layout tags (header and footer). Google isn't taking these into account yet, but they probably will in the future. From a search engine's perspective it doesn't make sense to rank header/footer content as high as body text.

Also, are you using proper heading tags? Are you giving your image content alt attributes? Are you using descriptive link text?

Beyond that, it's just about increasing the actual amount of (quality) content on your site. Put your energy into delivering value to your users, and many of these SEO issues will take care of themselves. Using JeremyB's suggestions might be a good stopgap, but ultimately you'll want the CC line to be indexed and searchable as well.

Edit:
This is unrelated to your question, but Id also point out that unless you have multiple footers on each page, you should probably use footer as the element's id instead of as a classname.

10% popularity Vote Up Vote Down


 

@Vandalay111

Serve up your Creative Commons boilerplate from an ad server. OpenX is a good choice.

You could also put the CC footer into a JS file (and if you want to push it, block bots from retrieving the JS). Personally, I wouldn't recommend that.

10% popularity Vote Up Vote Down


 

@Kristi941

Being this is probably in the footer of every page it's natural that it would appear so high in that list.

Still, your goal shouldn't be to decrease the relevancy of those terms. It should be to increase the relevancy of the other terms on your pages. If the creative commons content is that relevant then you probably need to do a better job of making the actual content on your pages seem relevant to Google.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme