4th February, 2016

Multi languages http://www.nomensa.com/blog/2010/7-tips-and-techniques-for-multi-lingual-website-accessibility SEO for google, yahoo and bing Tasks to do 1. Submit sitemap to Bing and Yahoo! ------------ 1. Get the views for the most popular comments select cgroup_id, count(*) from user_comment_view group by cgroup_id order by count(*) desc limit 200; 2. Get the most followed topics select topic_id, count(*) from user_topic_affinity group by topic_id order by count(*) desc limit 100; ------------- SEO HTML template: seo-topic.html test.notey.com/text/blog/cars User HTML template topic.html Related files: src/main/java/com/pocadesign/thelist/controller/web/TopicController.java src/main/java/com/pocadesign/thelist/controller/web/NewsFeedController.java Updated src/main/java/com/pocadesign/thelist/controller/text/TopicController.java to print out search topics if topic articles < 5

Comments