Skip to main content

Posts

Showing posts with the label Website

How to Tell if Google Considers your Website as Mobile Friendly

You can no longer afford to not have a mobile-friendly website that isn’t readable or usable on a mobile phone. That’s because Google is now clearly  marking websites  ( screenshot ) in mobile search results that it considers mobile friendly and if that tag isn’t getting displayed around your content, your website may see a drop in mobile traffic. Responsive design  is definitely the way to go but will that be enough. How do you confirm if your web pages are considered mobile friendly by Google? There are quite a few options. One, you can do a  site:domain.com  search in Google on any mobile phone to check if that tag is displayed around the most popular web pages of your website. This is the quickest way to check mobile-friendliness of multiple pages without using any of the tools. Google also offers an  online tool  to help you understand if it considers your website as mobile friendly. You’ll have to run it against all the pages of your site. Someti...

Add Collaboration Features to your Website with a Line of Code

Tools like Google Docs include real-time collaboration features that let multiple people work on the same document or spreadsheet at the same time. Then you have screen sharing tools, join.me or Chrome Remote Desktop for example, where there’s a master presenter and remote viewers can follow along. TogetherJS  is a Mozilla project that brings similar collaboration features to your own website but without any coding. Once enabled, visitors to your website will be able to interact with each other on your site in real time. They’ll able to see each other’s cursor (like in Google Docs), the clicks are highlighted and the screen content stays synchronized. Visitors will also have the ability to text chat and audio chat (using  WebRTC ) with each other while staying on your website. All this and more with a line of code. Add TogetherJS to your own Website To get started, all you have to do is insert a little JavaScript snippet anywhere on your web page(s). There are several  co...