scuba_divingUnisciti a noi per la nostra prima conferenza sulla SEO di tre giorni a Bangkok dal 23 al 25 luglio! Iscriviti ora a Search Central Live Deep Dive 2025.
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Rendere i link in uscita idonei per Google
Per determinati link del tuo sito potresti voler indicare a Google la tua relazione con la pagina collegata. A tale scopo, utilizza uno dei seguenti valori dell'attributo rel nel tag <a>.
Per i link standard che prevedi che Google recuperi e analizzi senza criteri d'idoneità, non è necessario aggiungere un attributo rel. Ad esempio:
<p>My favorite horse is the <a href="https://horses.example.com/Palomino">palomino</a>.</p>
Per altri link, usa uno dei seguenti valori:
Valori rel
rel="sponsored"
Contrassegna i link che costituiscono pubblicità o posizionamenti a pagamento (comunemente definiti link a pagamento) con il valore sponsored. Scopri di più sulla posizione di Google in merito ai link a pagamento.
Usa il valore nofollow quando altri valori non sono idonei e preferisci che Google non associ il tuo sito alla pagina collegata o che non esegua la scansione di questa pagina dal tuo sito. Per i link che rimandano ad altre parti del sito stesso, usa la regola disallow del file robots.txt.
Puoi specificare più valori rel come elenco separato da spazi o virgole. Esempi:
<p>I love <a rel="ugc nofollow" href="https://cheese.example.com/Appenzeller_cheese">Appenzeller</a> cheese.</p>
<p>I hate <a rel="ugc,nofollow" href="https://cheese.example.com/blue_cheese">Blue</a> cheese.</p>
I link contrassegnati con questi attributi rel generalmente non vengono seguiti. Ricorda che le pagine collegate potrebbero essere rilevate con altri mezzi, ad esempio Sitemap o link da altri siti, pertanto potrebbero essere sottoposte a scansione comunque. Questi attributi rel vengono utilizzati solo negli elementi <a> che Google può sottoporre a scansione, ad eccezione di nofollow, disponibile anche come meta tag robots.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-02-17 UTC."],[[["Use `rel` attributes in `\u003ca\u003e` tags to specify your relationship with outbound links, guiding how Google interacts with them."],["The `sponsored` attribute should be used for paid or advertisement links, while `ugc` is designated for user-generated content."],["Employ the `nofollow` attribute when you prefer Google to not associate or crawl a linked page from your site, especially when other attributes are not applicable."],["Multiple `rel` attribute values can be used for the same link by separating them with spaces or commas."],["Google might still find and crawl the linked pages even with these attributes through other sources like sitemaps."]]],["To manage how Google interacts with outbound links, use `rel` attributes within `\u003ca\u003e` tags. `rel=\"sponsored\"` marks paid links; `rel=\"ugc\"` designates user-generated content. `rel=\"nofollow\"` signals that Google should not associate your site with the linked page or crawl it. Multiple `rel` values can be used together. Links with these attributes generally won't be followed, but can still be found through other sources. For links on your site, use the `robots.txt disallow` rule.\n"]]