Welcome to Idea R | Branding - Web Agency - Digital Strategies
Switch to the mobile layout

      Idea R - Bring out your brand - Web Marketing strategies

Blog

Take a software geek from the 80s, add a new generation graphic designer and dilute with a longtime marketing strategist. Shake vigorously and you'll get the Idea R's blog.

Change language... italiano

How to make your website look great on social media

Published on 10/5/2014
Categories: Social Media
How to make your website look great on social media

Posting links on social media (FacebookTwitter, etc..) its a daily practice, usually blog articles, new products or a description of your professional services. 
The problem is that often these links look graphically disappointing, so they catch very few visitors.

I'll show you in this article how to make the most of your links on social media.
The argument is certainly technically, but nothing impossible. In any case, if you are not the designer who will apply the advice I'm going to tell you, talk to your web agency.  At worst you'll be aware of the problem. 

Facebook

You've just posted a link on Facebook and has the following miserable appearance? 

Facebook pessimo risultato

I'm going to explain how to make it look like this instead.

Facebook ottimo risultato

The differences are obvious:

  • There is a nice photo.
  • Below the photo is the title of the page.
  • Below the title is a short and catchy description.
  • Under the description there is also the Internet address of your website (ANDATARITORNO.COM).

Where is the magic?
We must make your page understandable by Facebook, so that it is able to choose the featured photo, understand which is the the title and find a brief description (which possibly does not get truncated). First, change the markup

<html>

with

This code is used to inform Facebook that we're going to talk a language it can understand. We're talking about the widely used Open Graph protocol. 

Now we will continue adding information inside the <head> section of the page.

<meta property="og:type" content="article" />
<meta property="og:title" content="Bangkok, venghino signori, venghino!" />
<meta property="og:url" content="https://www.andataritorno.com/viaggi/28/bangkok" />
<meta property="og:description" content="Iniziamo il viaggio in Thailandia partendo dalla sregolata capitale. Riusciremo a resistere a tutte le tentazioni? A tutte sicuramente no..." />
<meta property="og:site_name" content="Andata/Ritorno" />

The first tag informs Facebook about the representative image. Be careful that the short side of the image must be at least 300 pixels (overkill is better).
The second tag informs Facebook on the type of the page, in our case the post of a blog.
The third tag specifies the title.
Because often you can get to a page by following different links, we specify what is the one we prefer in the fourth tag.
In the fifth tag we give a brief description. To avoid truncated descriptions, stay under 150 characters.
Finally let's tell Facebook the name of our website with the latest tag.

Did you like this article up to here?

Before you continue, follow us on our LinkedIn page pressing the button here below!
In this way, we'll be able to keep you updated on digital strategies not only with our posts, but also with the best articles that we collect around the web.

Twitter

It 'a recent Twitter development, so maybe you do not know it, but the classic tweet

Twitter pessimo risultato

today can instead look like this:

Twitter ottimo risultatoWhat you're seeing above is the new Twitter Card.
The good news is that if you have already implemented the recommendations for Facebook (Open Graph), you are missing very little to have the Twitter Card too. You just have to add the following 3 tags:

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@IdeaRDigital" />
<meta name="twitter:creator" content="@IdeaRDigital" />

The first tag tells Twitter the type of the card you want to use, in our case the one with a large image.
The other 2 tags specify the Twitter accounts of the site owner and of the author (in our case they coincide). 

Google+

Google Plus is the Google's social network that's growing in popularity mainly because it is integrated with the search engine and provides reviews and localization of the companies.

Here, too, if you just post a link, this might look like the following:

Google+ brutto risultato

While maybe you'd like to have a post like that:

Google+ ottimo risultato

What should you do?
Here, too, if you've already implemented the Open Graph instructions, then you're ready.
It is better to add a description of your page in the "classic" description tag  too, because Google likes it so much, especially when it comes to index your page in search engine.

<meta name="description" content="Minimal graphics and optical illusions for the green Coca Cola campaign" />

LinkedIn

Try to guess... even on LinkedIn, if you have properly implemented the Open Graph, you're ready to go.

Pinterest

I conclude with Pinterest, the most famous social network for sharing images.
Here there is very little you can do, the majority of work is done by the visitors of your site who decide to share your pictures.
What we can do is make it easy for them.
We must avoid that when they will press the PIN button, they come to the following popup:

Pinterest brutto risultato

instead of this

Pinterest ottimo risultato

Pinterest takes the description of the photo directly from the alt attribute of the image. This is another reason to never forget to specify the alt (alternative text) attribute. Let us recall some reasons:

  • When the browser is not able to load the image, it displays the alternative text.
  • Blind people are able to better understand the page.
  • Google indexes better the images that have alternative text.
  • And now we also have Pinterest.

Well, now you know the "trick", your next social posts will no longer be left to chance.
By the way, if you use our Infrared CMS, this article will only be used for personal culture, because all the aforementioned optimizations are already done automatically without you having to worry about it.

Did you find this article useful?

If you think your friends will like it too, share it on Facebook.
You have only to press the button here below!

 

You are the reader number 11,925.

Comments

Previous article

Previous article

Why doesn't Facebook show your new great post to your page fans?

Next article

How to fix your ASP.NET site to be responsive on Windows Phone

Next article

Scroll to top