?
2013-05-19 23:12:17 UTC
One way by using Alex Gorbatchev's Syntax Highlighter
eg: http://www.rookieslab.com/2012/12/python-objects-lists-mutation-of-list.html
Other way is by using external code paste service and embedding in blog post. I have used gists provided by github.
eg: http://www.rookieslab.com/2013/05/fast-power-algorithm-cc-and-python-code.html
In the first way, I actually write up all the code in my blog post and highlight them. While in second way, I use external .js files generated for embedding whereever you want, more like how we embed YouTube videos.
My question is which one of them is search engine friendly?