Google Removes Mobile-Friendly Label from Search Results
Google’s ubiquitous ‘mobile-friendly’ label, which appears next to properly optimized web pages in mobile search results, is going away. The company announced this change is being made in an effort to unclutter search results. Google introduced the mobile-friendly label two years ago as a way to help searchers find pages with content that can easily […]
How to Add a Responsive Facebook Comment Box to Blogger
First login your blogger site>Then go to Template>Click on Edit HTML>Click on CTRL+F from keyboard. Then search following code. <body> or <body expr:class=’"loading" + data:blog.mobileClass’> After finding any of one on these code, just paste following code after it <div id=”fb-root”></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = “//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.0”; […]