How can I add free links to my site?

What is the right/wrong way to add click-to-call links to your site for mobile devices?

  • I'm worried about mobile use vs. reported 404's for SEO rankings. Do you think it's okay to hide the phone number link on PC's, but display the link for mobile devices... or is that cloaking?

  • Answer:

    You are not trying to game Google by doing that and I think that rather minor change would be ok

Christopher Dendy at Quora Visit the source

Was this solution helpful to you?

Other answers

http://aircall.io lets you add a click-to-call button to your website (a few lines of JS, with the design you want). Visitors on a PC will be able to call you directly from the website (no plugin or installation required). Visitors on mobiles can click the link to launch a call with their cell phone.

Olivier Pailhes

I think minor changes would be ok , but you can't fool in a very long time.And recently Google has released an update that telephone numbers won't be displayed on ads, instead of that click to call button can be added. I think it is beneficial for both Google and business, because of course Google will get clicks and for Business they can track down each and every call details. One of the product i would recommend is https://bounzd.com . They are doing a pretty good job in this area.

Martin Harry

HiYou can add a click to call link on your website by using this code.For a phone call, you’ll use the tel: protocol in HTML eg: <a href="tel:123-456-789-0">Call Us Now</a> This link will start a phone call to the number specified.And for a sms link, you’ll use sms: protocol such as this: <a href="sms:123-456-789-0">Message Us Now</a> This link will open the messaging app on your device to send a text/SMS message.http://tribulant.com/blog/wordpress/how-to-create-phone-call-text-links/RegardsMarietha

Marietha Laubscher du Plessis

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.