SEO
Meta Tags / Open Graph Generator
Genera meta tag HTML per SEO, Open Graph (Facebook) e Twitter Card — con anteprima della card.
The meta tags in a page's <head> control how it appears in search results and in the preview card when it's shared on social media or messaging apps. This tool generates a full set of SEO, Open Graph, and Twitter Card tags along with a live preview of the card.
How to use it
- Fill in the page's title, description, URL, and image — the tags generate instantly, and a preview shows how the card will look on Facebook, X (Twitter), and similar services.
- Copy the finished HTML block and paste it into the page's <head>.
- Check the title and description length — values that are too long get truncated by the search engine or social platform.
Common uses
- Setting up Open Graph for a page so the link looks polished when shared on Telegram, Slack, or social media.
- Writing a title and meta description targeting a specific search query for a new page.
- Quickly sanity-checking a page's existing meta tags through the card preview before publishing.
Things to keep in mind
Open Graph and Twitter Card are separate standards; most platforms except X read og: tags directly, so duplicating the main fields under twitter: isn't always required, but it improves compatibility.
The og:image must be reachable at an absolute URL, not a relative path — otherwise the social platform's crawler won't be able to fetch it.
Articolo su questo strumento: Meta tag: quali influenzano davvero ricerca e social media
Domande frequenti
Perché ho bisogno di tag Open Graph e Twitter Card separati se fanno la stessa cosa?
I tag Open Graph (og:title, og:image, ecc.) vengono letti da Facebook, LinkedIn e la maggior parte delle altre piattaforme, mentre Twitter ha il proprio set di tag (twitter:card, twitter:title) — Twitter ricade sui tag Open Graph se i suoi mancano, ma aggiungere entrambi garantisce anteprime coerenti.
Che dimensione dovrebbe avere realmente la mia og:image?
1200x630 pixel è la dimensione ampiamente raccomandata — viene visualizzata correttamente come una grande scheda di anteprima sulla maggior parte delle piattaforme senza essere ritagliata in modo scomodo, e rimane sotto i limiti comuni di dimensione del file.
Generare questi tag invia i miei contenuti a un server?
No. I tag vengono generati interamente da ciò che digiti, direttamente nel tuo browser — nulla viene caricato da nessuna parte.
A cosa serve il tag canonical URL?
Indica al motore di ricerca quale versione di un URL duplicato è quella "ufficiale" da indicizzare e classificare, consolidando i segnali di ranking dispersi tra le varianti (come www e non-www, o URL con parametri di tracciamento) in un unico URL.
Qual è la differenza tra meta robots noindex e Disallow in robots.txt?
noindex chiede al motore di ricerca di non indicizzare una pagina già scansionata, mentre Disallow in robots.txt impedisce del tutto la scansione — se una pagina è soggetta a Disallow, il bot non vedrà mai il suo tag noindex, quindi le due direttive non andrebbero combinate sulla stessa pagina.