I am kind of fan of Github and it's Gists. Since the gists can be included via a small Javascript snippet and document.write commands, I was asking myself if they were SEO friendly.
|
| |||
|
feedback
|
migrated from stackoverflow.com Dec 21 '11 at 14:02
This question came from our site for professional and enthusiast programmers.
|
Generally, no. These things get indexed only if Google makes it special case (like they did with Disqus and Facebook comments). | |||||||
feedback
|
|
I actually wrote a small app to include a github gist along with its actual content in NOSCRIPT tags. Not sure if Google will pick it up or not though. http://seo-friendly-gist.heroku.com/ just paste in the gist ID and it will return the code to embed. | |||
feedback
|