English
caching
Caching is the technique of storing copies of data or resources in a temporary storage layer so that future requests can be served faster. In web technology it reduces latency, server load and bandwidth usage.
By enabling browser caching, static assets like images and CSS are reused without being re-downloaded on every page visit.
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching
- https://datatracker.ietf.org/doc/html/rfc9111
Deutsch
Caching
Caching bezeichnet das Zwischenspeichern von Daten oder Ressourcen in einem temporären Speicher, sodass spätere Anfragen schneller bedient werden können. Im Web reduziert es Latenz, Serverlast und Bandbreitenverbrauch.
Durch aktiviertes Browser-Caching werden statische Ressourcen wie Bilder und CSS bei jedem Seitenaufruf wiederverwendet statt erneut geladen.
- https://developer.mozilla.org/de/docs/Web/HTTP/Caching
- https://de.wikipedia.org/wiki/Cache
Français
mise en cache
La mise en cache consiste à stocker des copies de données ou de ressources dans une mémoire temporaire afin de servir plus rapidement les requêtes ultérieures. Sur le web, elle réduit la latence, la charge serveur et la consommation de bande passante.
Grâce à la mise en cache du navigateur, les ressources statiques comme les images et le CSS sont réutilisées au lieu d'être retéléchargées à chaque visite.
- https://developer.mozilla.org/fr/docs/Web/HTTP/Caching
- https://fr.wikipedia.org/wiki/Cache_(informatique)
Italiano
caching
Il caching è la tecnica di memorizzare copie di dati o risorse in una memoria temporanea in modo da servire più rapidamente le richieste successive. Nel web riduce la latenza, il carico del server e il consumo di banda.
Con il caching del browser attivo, le risorse statiche come immagini e CSS vengono riutilizzate invece di essere riscaricate a ogni visita.
- https://developer.mozilla.org/it/docs/Web/HTTP/Caching
- https://it.wikipedia.org/wiki/Cache
中文
缓存
缓存是指将数据或资源的副本存储在临时存储层中,以便更快地响应后续请求。在网络技术中,它可降低延迟、服务器负载和带宽消耗。
启用浏览器缓存后,图片和 CSS 等静态资源会被重复使用,而无需在每次访问页面时重新下载。
- https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Caching
- https://zh.wikipedia.org/wiki/缓存
English
call to action
A prompt in marketing content that urges the audience to take a specific, immediate action, such as clicking a button, subscribing or purchasing. It is typically expressed as a short imperative phrase or a clickable element.
The landing page ends with a clear call to action: 'Sign up now for free'.
- https://en.wikipedia.org/wiki/Call_to_action_(marketing)
- https://support.google.com/google-ads/answer/7331111
Deutsch
Handlungsaufforderung
Eine Aufforderung in Marketinginhalten, die die Zielgruppe zu einer konkreten, unmittelbaren Handlung bewegen soll, etwa zum Klick auf einen Button, zum Abonnieren oder Kaufen. Sie erscheint meist als kurzer Imperativ oder klickbares Element.
Die Landingpage schließt mit einer klaren Handlungsaufforderung: 'Jetzt kostenlos registrieren'.
- https://de.wikipedia.org/wiki/Call-to-Action
- https://support.google.com/google-ads/answer/7331111
Français
appel à l'action
Incitation présente dans un contenu marketing qui pousse l'audience à accomplir une action précise et immédiate, comme cliquer sur un bouton, s'abonner ou acheter. Elle prend souvent la forme d'une courte phrase impérative ou d'un élément cliquable.
La page de destination se termine par un appel à l'action clair : « Inscrivez-vous gratuitement dès maintenant ».
- https://fr.wikipedia.org/wiki/Call_to_action
- https://support.google.com/google-ads/answer/7331111
Italiano
invito all'azione
Sollecitazione presente in un contenuto di marketing che spinge il pubblico a compiere un'azione specifica e immediata, come fare clic su un pulsante, iscriversi o acquistare. Si presenta spesso come una breve frase imperativa o un elemento cliccabile.
La landing page si conclude con un chiaro invito all'azione: «Iscriviti subito gratuitamente».
- https://it.wikipedia.org/wiki/Call_to_action
- https://support.google.com/google-ads/answer/7331111
中文
行动号召
营销内容中促使受众采取具体、即时行动的提示,例如点击按钮、订阅或购买。通常以简短的祈使短语或可点击元素的形式呈现。
该落地页以明确的行动号召结尾:“立即免费注册”。
- https://zh.wikipedia.org/wiki/行动号召
- https://support.google.com/google-ads/answer/7331111
English
canonical tag
An HTML link element with rel="canonical" that specifies the preferred (canonical) URL for a page with duplicate or similar content, helping search engines consolidate ranking signals.
The canonical tag on the print-friendly page points back to the main article URL.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls
- https://en.wikipedia.org/wiki/Canonical_link_element
Deutsch
Canonical Tag
Ein HTML-Link-Element mit rel="canonical", das die bevorzugte (kanonische) URL einer Seite mit doppeltem oder ähnlichem Inhalt angibt, damit Suchmaschinen Ranking-Signale zusammenführen können.
Das Canonical Tag der Druckversion verweist auf die URL des Hauptartikels.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=de
- https://de.wikipedia.org/wiki/Canonical_Link
Français
balise canonical
Élément de lien HTML avec rel="canonical" qui indique l'URL préférée (canonique) d'une page présentant un contenu dupliqué ou similaire, afin que les moteurs de recherche regroupent les signaux de classement.
La balise canonical de la version imprimable renvoie vers l'URL de l'article principal.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=fr
- https://fr.wikipedia.org/wiki/URL_canonique
Italiano
tag canonical
Elemento link HTML con rel="canonical" che indica l'URL preferito (canonico) di una pagina con contenuti duplicati o simili, aiutando i motori di ricerca a consolidare i segnali di ranking.
Il tag canonical della versione stampabile rimanda all'URL dell'articolo principale.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=it
- https://it.wikipedia.org/wiki/URL_canonico
中文
规范标签
带有 rel="canonical" 属性的 HTML 链接元素,用于指定含重复或相似内容页面的首选(规范)URL,帮助搜索引擎合并排名信号。
打印版页面上的规范标签指向主文章的 URL。
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=zh-cn
- https://zh.wikipedia.org/wiki/Canonical_link_element
English
canonical URL
The preferred URL that a website designates as the authoritative version of a page when duplicate or similar content is accessible under multiple URLs. Search engines consolidate ranking signals to this canonical version.
To avoid duplicate content issues, the page declares its canonical URL using a rel="canonical" link element in the HTML head.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls
- https://en.wikipedia.org/wiki/Canonical_link_element
Deutsch
kanonische URL
Die von einer Website als maßgeblich festgelegte bevorzugte URL einer Seite, wenn identische oder ähnliche Inhalte unter mehreren URLs erreichbar sind. Suchmaschinen bündeln die Ranking-Signale auf diese kanonische Version.
Um Duplicate Content zu vermeiden, gibt die Seite ihre kanonische URL über ein rel="canonical"-Element im HTML-Kopf an.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=de
- https://de.wikipedia.org/wiki/Canonical_Tag
Français
URL canonique
L'URL préférée qu'un site web désigne comme version faisant autorité d'une page lorsque des contenus identiques ou similaires sont accessibles via plusieurs URL. Les moteurs de recherche regroupent les signaux de classement vers cette version canonique.
Pour éviter le contenu dupliqué, la page déclare son URL canonique via un élément rel="canonical" dans l'en-tête HTML.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=fr
- https://fr.wikipedia.org/wiki/URL_canonique
Italiano
URL canonico
L'URL preferito che un sito web designa come versione autorevole di una pagina quando contenuti identici o simili sono accessibili tramite più URL. I motori di ricerca consolidano i segnali di ranking su questa versione canonica.
Per evitare contenuti duplicati, la pagina dichiara il proprio URL canonico tramite un elemento rel="canonical" nell'intestazione HTML.
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=it
- https://it.wikipedia.org/wiki/Canonical_link_element
中文
规范网址
当相同或相似内容可通过多个网址访问时,网站指定为页面权威版本的首选网址。搜索引擎会将排名信号汇总到该规范版本。
为避免重复内容问题,该页面通过 HTML 头部的 rel="canonical" 链接元素声明其规范网址。
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls?hl=zh-cn
- https://zh.wikipedia.org/wiki/Canonical_link_element
English
CAPTCHA
A challenge-response test used to determine whether a user is human rather than an automated bot, typically by requiring recognition of distorted text, images, or behavioral signals. The acronym stands for Completely Automated Public Turing test to tell Computers and Humans Apart.
The website added a CAPTCHA to its login form to block credential-stuffing attacks.
- https://en.wikipedia.org/wiki/CAPTCHA
- https://developers.google.com/recaptcha/docs/versions
Deutsch
CAPTCHA
Ein automatisiertes Challenge-Response-Verfahren, das unterscheiden soll, ob ein Nutzer ein Mensch oder ein Bot ist, meist durch das Erkennen verzerrter Zeichen, Bilder oder Verhaltensmuster. Die Abkürzung steht für Completely Automated Public Turing test to tell Computers and Humans Apart.
Zum Schutz vor Spam wurde dem Kontaktformular ein CAPTCHA hinzugefügt.
- https://de.wikipedia.org/wiki/CAPTCHA
Français
CAPTCHA
Test de type défi-réponse destiné à déterminer si un utilisateur est un être humain ou un robot automatisé, généralement en demandant la reconnaissance de caractères déformés, d'images ou de signaux comportementaux. L'acronyme signifie Completely Automated Public Turing test to tell Computers and Humans Apart.
Le site a ajouté un CAPTCHA au formulaire d'inscription pour empêcher les inscriptions automatisées.
- https://fr.wikipedia.org/wiki/CAPTCHA
Italiano
CAPTCHA
Test di tipo challenge-response usato per determinare se un utente è un essere umano oppure un bot automatizzato, di solito richiedendo il riconoscimento di caratteri distorti, immagini o segnali comportamentali. L'acronimo sta per Completely Automated Public Turing test to tell Computers and Humans Apart.
Il sito ha aggiunto un CAPTCHA al modulo di login per bloccare gli attacchi automatizzati.
- https://it.wikipedia.org/wiki/CAPTCHA
中文
验证码
一种质询-响应测试,用于区分用户是人类还是自动化程序(机器人),通常要求识别扭曲的字符、图像或行为信号。其英文缩写 CAPTCHA 意为全自动区分计算机和人类的图灵测试。
为防止垃圾注册,该网站在注册表单中加入了验证码。
- https://zh.wikipedia.org/wiki/验证码
English
cart abandonment
The behavior of an online shopper who adds products to a shopping cart but leaves the site before completing the purchase. It is a key e-commerce metric, often expressed as the cart abandonment rate.
High shipping costs revealed late in checkout are a leading cause of cart abandonment.
- https://en.wikipedia.org/wiki/Abandonment_rate
Deutsch
Warenkorbabbruch
Das Verhalten eines Online-Käufers, der Produkte in den Warenkorb legt, den Kauf jedoch vor dem Abschluss abbricht. Der Anteil solcher Abbrüche wird als Warenkorbabbruchrate gemessen.
Unerwartete Versandkosten im Checkout sind eine Hauptursache für Warenkorbabbrüche.
- https://de.wikipedia.org/wiki/Konversionsrate
Français
abandon de panier
Comportement d'un acheteur en ligne qui ajoute des produits à son panier mais quitte le site avant de finaliser l'achat. Ce phénomène est mesuré par le taux d'abandon de panier.
Des frais de livraison affichés tardivement au moment du paiement provoquent de nombreux abandons de panier.
- https://fr.wikipedia.org/wiki/Taux_de_conversion
Italiano
abbandono del carrello
Comportamento di un acquirente online che aggiunge prodotti al carrello ma lascia il sito prima di completare l'acquisto. Il fenomeno viene misurato dal tasso di abbandono del carrello.
Costi di spedizione mostrati tardi nel checkout sono una causa frequente di abbandono del carrello.
- https://it.wikipedia.org/wiki/Tasso_di_conversione
中文
购物车放弃
指在线购物者将商品加入购物车后,在完成付款前离开网站的行为。该现象通常以购物车放弃率来衡量,是电商的关键指标。
在结账时才显示的高额运费是导致购物车放弃的主要原因之一。
- https://en.wikipedia.org/wiki/Abandonment_rate
English
category page
A category page groups and lists related products, articles or content items under a common topic or taxonomy on a website. In SEO it serves as an important landing page targeting broader, higher-volume keywords.
The e-commerce site optimized its category page for 'running shoes' with descriptive text and internal links to individual products.
- https://developers.google.com/search/docs/appearance/structured-data/product
- https://en.wikipedia.org/wiki/Web_page
Deutsch
Kategorieseite
Eine Kategorieseite fasst thematisch verwandte Produkte, Artikel oder Inhalte unter einem gemeinsamen Themen- oder Taxonomiebegriff auf einer Website zusammen. Im SEO dient sie als wichtige Landingpage für breitere, volumenstarke Keywords.
Der Onlineshop optimierte seine Kategorieseite für 'Laufschuhe' mit beschreibendem Text und internen Links zu einzelnen Produkten.
- https://developers.google.com/search/docs/appearance/structured-data/product?hl=de
- https://de.wikipedia.org/wiki/Landingpage
Français
page de catégorie
Une page de catégorie regroupe et liste des produits, articles ou contenus apparentés sous un thème ou une taxonomie commune sur un site web. En SEO, elle sert de page d'atterrissage importante ciblant des mots-clés plus larges et à fort volume.
Le site e-commerce a optimisé sa page de catégorie pour 'chaussures de running' avec un texte descriptif et des liens internes vers les produits.
- https://developers.google.com/search/docs/appearance/structured-data/product?hl=fr
- https://fr.wikipedia.org/wiki/Page_de_destination
Italiano
pagina di categoria
Una pagina di categoria raggruppa ed elenca prodotti, articoli o contenuti correlati sotto un tema o una tassonomia comune su un sito web. Nella SEO funge da importante landing page che punta a parole chiave più ampie e ad alto volume.
Il sito e-commerce ha ottimizzato la sua pagina di categoria per 'scarpe da running' con testo descrittivo e link interni ai singoli prodotti.
- https://developers.google.com/search/docs/appearance/structured-data/product?hl=it
- https://it.wikipedia.org/wiki/Landing_page
中文
分类页
分类页在网站上按共同主题或分类法对相关产品、文章或内容进行归组和列表展示。在SEO中,它是针对较宽泛、高搜索量关键词的重要着陆页。
该电商网站为'跑步鞋'优化了分类页,添加了描述性文字和指向各个产品的内部链接。
- https://developers.google.com/search/docs/appearance/structured-data/product?hl=zh-cn
- https://zh.wikipedia.org/wiki/着陆页
English
CCBot
CCBot is the web crawler operated by Common Crawl, a non-profit that builds a freely available open repository of web crawl data. Its user agent is widely used to train large language models and other AI systems.
To block Common Crawl from indexing your site, add a disallow rule for CCBot in your robots.txt file.
- https://commoncrawl.org/ccbot
- https://darkvisitors.com/agents/ccbot
Deutsch
CCBot
CCBot ist der Webcrawler der Non-Profit-Organisation Common Crawl, die ein frei verfügbares, offenes Archiv von Web-Crawl-Daten aufbaut. Sein User-Agent wird häufig zum Training grosser Sprachmodelle und anderer KI-Systeme genutzt.
Um Common Crawl vom Erfassen Ihrer Website auszuschliessen, fügen Sie in der robots.txt eine Disallow-Regel für CCBot hinzu.
- https://commoncrawl.org/ccbot
Français
CCBot
CCBot est le robot d'exploration de Common Crawl, une organisation à but non lucratif qui constitue une archive ouverte et librement accessible de données d'exploration du web. Son user-agent est largement utilisé pour entraîner des grands modèles de langage et d'autres systèmes d'IA.
Pour empêcher Common Crawl d'explorer votre site, ajoutez une règle Disallow pour CCBot dans votre fichier robots.txt.
- https://commoncrawl.org/ccbot
Italiano
CCBot
CCBot è il crawler web di Common Crawl, un'organizzazione senza scopo di lucro che costruisce un archivio aperto e liberamente accessibile di dati di scansione del web. Il suo user-agent è ampiamente usato per addestrare grandi modelli linguistici e altri sistemi di IA.
Per impedire a Common Crawl di eseguire la scansione del tuo sito, aggiungi una regola Disallow per CCBot nel file robots.txt.
- https://commoncrawl.org/ccbot
中文
CCBot
CCBot 是非营利组织 Common Crawl 运营的网络爬虫,该组织构建可免费获取的开放网络抓取数据存储库。其用户代理被广泛用于训练大型语言模型和其他人工智能系统。
若要阻止 Common Crawl 抓取您的网站,请在 robots.txt 文件中为 CCBot 添加 Disallow 规则。
- https://commoncrawl.org/ccbot
English
chain-of-thought reasoning
A prompting and reasoning technique in which a large language model generates intermediate reasoning steps before producing a final answer, improving performance on complex, multi-step tasks.
By enabling chain-of-thought reasoning, the model explained each calculation step before giving the final result.
- https://en.wikipedia.org/wiki/Prompt_engineering
- https://arxiv.org/abs/2201.11903
Deutsch
Chain-of-Thought-Reasoning
Eine Prompting- und Schlussfolgerungstechnik, bei der ein grosses Sprachmodell vor der endgültigen Antwort schrittweise Zwischenüberlegungen generiert, um komplexe, mehrstufige Aufgaben besser zu lösen.
Durch Chain-of-Thought-Reasoning legte das Modell jeden Rechenschritt offen, bevor es das Endergebnis nannte.
- https://de.wikipedia.org/wiki/Prompt_Engineering
- https://arxiv.org/abs/2201.11903
Français
raisonnement en chaîne de pensée
Technique d'invite et de raisonnement par laquelle un grand modèle de langage génère des étapes intermédiaires de raisonnement avant de produire une réponse finale, améliorant ses performances sur des tâches complexes à plusieurs étapes.
Grâce au raisonnement en chaîne de pensée, le modèle a détaillé chaque étape du calcul avant de donner le résultat final.
- https://fr.wikipedia.org/wiki/Ingénierie_de_prompt
- https://arxiv.org/abs/2201.11903
Italiano
ragionamento a catena di pensiero
Tecnica di prompting e ragionamento in cui un grande modello linguistico genera passaggi intermedi di ragionamento prima di produrre una risposta finale, migliorando le prestazioni su compiti complessi a più fasi.
Grazie al ragionamento a catena di pensiero, il modello ha illustrato ogni passaggio del calcolo prima di fornire il risultato finale.
- https://it.wikipedia.org/wiki/Prompt_engineering
- https://arxiv.org/abs/2201.11903
中文
思维链推理
一种提示与推理技术,让大语言模型在给出最终答案之前生成中间推理步骤,从而提升在复杂多步骤任务上的表现。
启用思维链推理后,模型在给出最终结果前逐步展示了每一步计算过程。
- https://zh.wikipedia.org/wiki/提示工程
- https://arxiv.org/abs/2201.11903
English
chatbot
A software application that simulates human conversation through text or voice, often powered by natural language processing or large language models. Chatbots range from rule-based scripts to AI-driven conversational agents.
The e-commerce site added a chatbot to answer customer questions around the clock.
- https://en.wikipedia.org/wiki/Chatbot
Deutsch
Chatbot
Eine Softwareanwendung, die menschliche Konversation per Text oder Sprache nachahmt und häufig auf Verarbeitung natürlicher Sprache oder grossen Sprachmodellen basiert. Chatbots reichen von regelbasierten Skripten bis zu KI-gestützten Dialogsystemen.
Der Onlineshop setzt einen Chatbot ein, um Kundenfragen rund um die Uhr zu beantworten.
- https://de.wikipedia.org/wiki/Chatbot
Français
chatbot
Application logicielle qui simule une conversation humaine par texte ou par voix, souvent fondée sur le traitement du langage naturel ou de grands modèles de langage. Les chatbots vont des scripts à base de règles aux agents conversationnels pilotés par IA.
Le site marchand a intégré un chatbot pour répondre aux questions des clients à toute heure.
- https://fr.wikipedia.org/wiki/Chatbot
Italiano
chatbot
Applicazione software che simula la conversazione umana tramite testo o voce, spesso basata sull'elaborazione del linguaggio naturale o su grandi modelli linguistici. I chatbot spaziano da script basati su regole ad agenti conversazionali guidati dall'IA.
Il sito di e-commerce ha aggiunto un chatbot per rispondere alle domande dei clienti a qualsiasi ora.
- https://it.wikipedia.org/wiki/Chatbot
中文
聊天机器人
一种通过文本或语音模拟人类对话的软件应用,通常基于自然语言处理或大语言模型。聊天机器人涵盖从基于规则的脚本到人工智能驱动的对话代理等多种类型。
该电商网站添加了聊天机器人,全天候回答客户的问题。
- https://zh.wikipedia.org/wiki/聊天機器人
English
chatbot referral traffic
Website visits that originate from links or citations displayed within AI chatbots and conversational search assistants such as ChatGPT, Perplexity or Google Gemini. It is a subset of referral traffic increasingly tracked in GEO analytics.
After optimizing its content for AI answers, the brand saw its chatbot referral traffic from Perplexity double within a quarter.
- https://developers.google.com/search/docs/appearance/ai-features
- https://en.wikipedia.org/wiki/Referral_traffic
Deutsch
Chatbot-Referral-Traffic
Website-Besuche, die über Links oder Quellenangaben aus KI-Chatbots und dialogbasierten Suchassistenten wie ChatGPT, Perplexity oder Google Gemini stammen. Es handelt sich um eine Unterkategorie des Referral-Traffics, die im GEO-Reporting zunehmend erfasst wird.
Nach der Optimierung für KI-Antworten verdoppelte sich der Chatbot-Referral-Traffic der Marke von Perplexity innerhalb eines Quartals.
- https://de.wikipedia.org/wiki/Referral
Français
trafic de référence des chatbots
Visites d'un site web provenant de liens ou de citations affichés dans des chatbots IA et assistants de recherche conversationnels tels que ChatGPT, Perplexity ou Google Gemini. Il s'agit d'un sous-ensemble du trafic de référence de plus en plus suivi dans l'analyse GEO.
Après avoir optimisé son contenu pour les réponses IA, la marque a vu son trafic de référence issu de Perplexity doubler en un trimestre.
- https://fr.wikipedia.org/wiki/Trafic_web
Italiano
traffico di referral dei chatbot
Visite a un sito web provenienti da link o citazioni mostrati all'interno di chatbot IA e assistenti di ricerca conversazionali come ChatGPT, Perplexity o Google Gemini. È un sottoinsieme del traffico di referral sempre più monitorato nell'analisi GEO.
Dopo aver ottimizzato i contenuti per le risposte IA, il marchio ha visto raddoppiare il traffico di referral da Perplexity in un trimestre.
- https://it.wikipedia.org/wiki/Traffico_web
中文
聊天机器人引荐流量
指通过 ChatGPT、Perplexity 或 Google Gemini 等 AI 聊天机器人和对话式搜索助手中显示的链接或引用来源而访问网站所产生的流量。它是引荐流量的一个子类,在 GEO 分析中日益受到关注。
在针对 AI 回答优化内容后,该品牌来自 Perplexity 的聊天机器人引荐流量在一个季度内翻了一番。
- https://zh.wikipedia.org/wiki/引荐流量
English
ChatGPT
ChatGPT is a conversational AI chatbot developed by OpenAI, based on large language models of the GPT family. It generates human-like text responses and can also perform web search and integrate external tools.
Marketers increasingly optimize their content for ChatGPT to appear in AI-generated answers.
- https://en.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
Deutsch
ChatGPT
ChatGPT ist ein von OpenAI entwickelter dialogbasierter KI-Chatbot, der auf grossen Sprachmodellen der GPT-Familie beruht. Er erzeugt natürlichsprachliche Antworten und kann zusätzlich im Web suchen sowie externe Werkzeuge einbinden.
Immer mehr Unternehmen optimieren ihre Inhalte für ChatGPT, um in KI-generierten Antworten aufzutauchen.
- https://de.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
Français
ChatGPT
ChatGPT est un agent conversationnel d'intelligence artificielle développé par OpenAI, fondé sur les grands modèles de langage de la famille GPT. Il génère des réponses en langage naturel et peut aussi effectuer des recherches sur le Web et intégrer des outils externes.
De plus en plus d'entreprises optimisent leur contenu pour ChatGPT afin d'apparaître dans les réponses générées par l'IA.
- https://fr.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
Italiano
ChatGPT
ChatGPT è un chatbot conversazionale di intelligenza artificiale sviluppato da OpenAI, basato sui grandi modelli linguistici della famiglia GPT. Genera risposte in linguaggio naturale e può inoltre effettuare ricerche sul Web e integrare strumenti esterni.
Sempre più aziende ottimizzano i propri contenuti per ChatGPT al fine di comparire nelle risposte generate dall'IA.
- https://it.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
中文
ChatGPT
ChatGPT 是由 OpenAI 开发的对话式人工智能聊天机器人,基于 GPT 系列大型语言模型。它能生成类似人类的自然语言回复,并可进行网络搜索和集成外部工具。
越来越多的企业针对 ChatGPT 优化内容,以便出现在 AI 生成的回答中。
- https://zh.wikipedia.org/wiki/ChatGPT
- https://openai.com/chatgpt
English
checkout process
The sequence of steps a user completes to finalize an online purchase, typically covering cart review, shipping, payment and order confirmation.
A streamlined checkout process with fewer form fields can significantly reduce cart abandonment.
- https://en.wikipedia.org/wiki/Point_of_sale
- https://baymard.com/blog/checkout-flow-average-form-fields
Deutsch
Checkout-Prozess
Die Abfolge von Schritten, die ein Nutzer durchläuft, um einen Online-Kauf abzuschliessen, meist bestehend aus Warenkorbprüfung, Versand, Zahlung und Bestellbestätigung.
Ein schlanker Checkout-Prozess mit weniger Formularfeldern kann die Kaufabbruchrate deutlich senken.
- https://de.wikipedia.org/wiki/Warenkorb_(E-Commerce)
Français
processus de paiement
La suite d'étapes qu'un utilisateur franchit pour finaliser un achat en ligne, généralement composée de la vérification du panier, de la livraison, du paiement et de la confirmation de commande.
Un processus de paiement simplifié avec moins de champs de formulaire peut réduire nettement l'abandon de panier.
- https://fr.wikipedia.org/wiki/Commerce_%C3%A9lectronique
Italiano
processo di checkout
La sequenza di passaggi che un utente completa per finalizzare un acquisto online, in genere comprendente revisione del carrello, spedizione, pagamento e conferma dell'ordine.
Un processo di checkout semplificato con meno campi da compilare può ridurre notevolmente l'abbandono del carrello.
- https://it.wikipedia.org/wiki/Commercio_elettronico
中文
结账流程
用户完成在线购买所经历的一系列步骤,通常包括购物车确认、配送、支付和订单确认。
简化结账流程、减少表单字段可以显著降低购物车放弃率。
- https://zh.wikipedia.org/wiki/%E9%9B%BB%E5%AD%90%E5%95%86%E5%8B%99
English
chunking
The process of splitting a document or text corpus into smaller, semantically coherent segments (chunks) that can be embedded and retrieved individually, typically for retrieval-augmented generation (RAG) and vector search.
Effective chunking keeps related sentences together so that the retriever returns coherent context to the language model.
- https://en.wikipedia.org/wiki/Retrieval-augmented_generation
- https://python.langchain.com/docs/concepts/text_splitters/
Deutsch
Chunking
Verfahren zur Aufteilung eines Dokuments oder Textkorpus in kleinere, semantisch zusammenhängende Segmente (Chunks), die einzeln in Vektoren umgewandelt und abgerufen werden können, typischerweise für Retrieval-Augmented Generation (RAG) und Vektorsuche.
Gutes Chunking hält zusammengehörige Sätze beisammen, damit das Sprachmodell kohärenten Kontext erhält.
- https://de.wikipedia.org/wiki/Retrieval-Augmented_Generation
Français
chunking
Processus de découpage d'un document ou d'un corpus de texte en segments plus petits et sémantiquement cohérents (chunks), qui peuvent être vectorisés et récupérés individuellement, typiquement pour la génération augmentée par récupération (RAG) et la recherche vectorielle.
Un bon chunking maintient ensemble les phrases liées afin que le modèle de langage reçoive un contexte cohérent.
- https://fr.wikipedia.org/wiki/Retrieval-augmented_generation
Italiano
chunking
Processo di suddivisione di un documento o corpus testuale in segmenti più piccoli e semanticamente coerenti (chunk), che possono essere vettorizzati e recuperati singolarmente, tipicamente per la retrieval-augmented generation (RAG) e la ricerca vettoriale.
Un buon chunking mantiene insieme le frasi correlate affinché il modello linguistico riceva un contesto coerente.
- https://it.wikipedia.org/wiki/Retrieval-augmented_generation
中文
分块
将文档或文本语料拆分为较小且语义连贯的片段(chunk)的过程,这些片段可以单独进行向量化并检索,通常用于检索增强生成(RAG)和向量搜索。
良好的分块能将相关句子保持在一起,从而为语言模型提供连贯的上下文。
- https://zh.wikipedia.org/wiki/检索增强生成
English
Citation Flow
Citation Flow is a metric developed by Majestic that predicts how influential a URL might be based on the quantity of links pointing to it, on a scale from 0 to 100.
The page had a high Citation Flow of 65 but a lower Trust Flow, suggesting many links of questionable quality.
- https://majestic.com/help/glossary#CitationFlow
- https://en.wikipedia.org/wiki/Majestic-12
Deutsch
Citation Flow
Citation Flow ist eine von Majestic entwickelte Kennzahl, die auf einer Skala von 0 bis 100 die potenzielle Linkstärke einer URL anhand der reinen Menge eingehender Links vorhersagt.
Die Domain wies einen Citation Flow von 45 auf, was auf ein hohes Linkvolumen hindeutet.
- https://majestic.com/help/glossary#CitationFlow
Français
Citation Flow
Le Citation Flow est une métrique développée par Majestic qui prédit, sur une échelle de 0 à 100, l'influence potentielle d'une URL en fonction du volume de liens entrants.
La page affichait un Citation Flow élevé de 60, révélant un grand nombre de liens entrants.
- https://fr.majestic.com/help/glossary#CitationFlow
Italiano
Citation Flow
Il Citation Flow è una metrica sviluppata da Majestic che prevede, su una scala da 0 a 100, la potenziale influenza di un URL in base alla quantità di link in entrata.
Il sito aveva un Citation Flow di 50, indice di un elevato numero di link in ingresso.
- https://it.majestic.com/help/glossary#CitationFlow
中文
引用流量
引用流量(Citation Flow)是 Majestic 开发的一项指标,根据指向某个 URL 的链接数量,在 0 到 100 的范围内预测该 URL 的潜在影响力。
该页面的引用流量高达 65,表明有大量外部链接指向它。
- https://majestic.com/help/glossary#CitationFlow
English
citation frequency
The rate at which a specific source, brand, or piece of content is referenced or cited by generative AI engines when answering user queries. It is a key metric in Generative Engine Optimization for measuring visibility in AI-generated answers.
By publishing authoritative studies, the company increased its citation frequency in ChatGPT and Perplexity responses.
- https://en.wikipedia.org/wiki/Generative_engine_optimization
Deutsch
Zitationshäufigkeit
Die Häufigkeit, mit der eine bestimmte Quelle, Marke oder Inhalt von generativen KI-Systemen bei der Beantwortung von Nutzeranfragen zitiert oder referenziert wird. Sie ist eine zentrale Kennzahl der Generative Engine Optimization zur Messung der Sichtbarkeit in KI-Antworten.
Durch die Veröffentlichung fundierter Studien steigerte das Unternehmen seine Zitationshäufigkeit in ChatGPT- und Perplexity-Antworten.
- https://de.wikipedia.org/wiki/Generative_Engine_Optimization
Français
fréquence de citation
Fréquence à laquelle une source, une marque ou un contenu spécifique est cité ou référencé par les moteurs d'IA générative lorsqu'ils répondent aux requêtes des utilisateurs. C'est un indicateur clé du Generative Engine Optimization pour mesurer la visibilité dans les réponses générées par l'IA.
En publiant des études faisant autorité, l'entreprise a augmenté sa fréquence de citation dans les réponses de ChatGPT et Perplexity.
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_g%C3%A9n%C3%A9ratifs
Italiano
frequenza di citazione
La frequenza con cui una specifica fonte, marca o contenuto viene citato o referenziato dai motori di IA generativa nel rispondere alle richieste degli utenti. È una metrica chiave della Generative Engine Optimization per misurare la visibilità nelle risposte generate dall'IA.
Pubblicando studi autorevoli, l'azienda ha aumentato la propria frequenza di citazione nelle risposte di ChatGPT e Perplexity.
- https://it.wikipedia.org/wiki/Generative_Engine_Optimization
中文
引用频率
生成式AI引擎在回答用户查询时引用或提及特定来源、品牌或内容的频率。它是生成式引擎优化(GEO)中衡量在AI生成回答中可见度的关键指标。
通过发布权威研究,该公司提高了其在ChatGPT和Perplexity回答中的引用频率。
- https://zh.wikipedia.org/wiki/生成式引擎优化
English
citation-worthy content
Content structured and written so that it is likely to be cited or referenced as a source by generative AI systems and large language models in their answers.
Publishing original data and clear statistics makes your page citation-worthy content that AI assistants readily reference.
- https://en.wikipedia.org/wiki/Generative_engine_optimization
Deutsch
zitierwürdiger Content
Inhalte, die so strukturiert und formuliert sind, dass sie von generativen KI-Systemen und großen Sprachmodellen mit hoher Wahrscheinlichkeit als Quelle zitiert oder verlinkt werden.
Durch eigene Studien und klare Statistiken wird die Seite zu zitierwürdigem Content, den KI-Assistenten gerne als Quelle nennen.
- https://de.wikipedia.org/wiki/Generative_Engine_Optimization
Français
contenu digne d'être cité
Contenu structuré et rédigé de manière à être susceptible d'être cité ou référencé comme source par les systèmes d'IA générative et les grands modèles de langage dans leurs réponses.
En publiant des données originales et des statistiques claires, la page devient un contenu digne d'être cité que les assistants IA référencent volontiers.
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_g%C3%A9n%C3%A9ratifs
Italiano
contenuto citabile
Contenuto strutturato e redatto in modo da essere probabilmente citato o referenziato come fonte dai sistemi di IA generativa e dai grandi modelli linguistici nelle loro risposte.
Pubblicando dati originali e statistiche chiare, la pagina diventa un contenuto citabile che gli assistenti IA menzionano volentieri come fonte.
- https://en.wikipedia.org/wiki/Generative_engine_optimization
中文
值得引用的内容
经过结构化编写、易于被生成式人工智能系统和大语言模型在其回答中引用或作为来源标注的内容。
发布原创数据和清晰的统计信息可以让页面成为值得引用的内容,从而被AI助手频繁引用。
- https://en.wikipedia.org/wiki/Generative_engine_optimization
English
Claude
Claude is a family of large language models developed by the AI company Anthropic, designed as a conversational AI assistant with a focus on safety and helpfulness. It is used for tasks such as text generation, summarization, coding and answering questions.
Many businesses integrate Claude via the Anthropic API to power their customer support chatbots.
- https://www.anthropic.com/claude
- https://en.wikipedia.org/wiki/Claude_(language_model)
Deutsch
Claude
Claude ist eine Familie grosser Sprachmodelle des KI-Unternehmens Anthropic, die als konversationeller KI-Assistent mit Schwerpunkt auf Sicherheit und Hilfsbereitschaft konzipiert ist. Es dient Aufgaben wie Textgenerierung, Zusammenfassung, Programmierung und Beantwortung von Fragen.
Viele Unternehmen binden Claude über die Anthropic-API ein, um ihre Support-Chatbots zu betreiben.
- https://www.anthropic.com/claude
- https://de.wikipedia.org/wiki/Claude_(Sprachmodell)
Français
Claude
Claude est une famille de grands modèles de langage développée par l'entreprise d'IA Anthropic, conçue comme un assistant conversationnel axé sur la sécurité et l'utilité. Il sert à des tâches telles que la génération de texte, le résumé, la programmation et la réponse aux questions.
De nombreuses entreprises intègrent Claude via l'API d'Anthropic pour alimenter leurs agents conversationnels.
- https://www.anthropic.com/claude
- https://fr.wikipedia.org/wiki/Claude_(mod%C3%A8le_de_langage)
Italiano
Claude
Claude è una famiglia di grandi modelli linguistici sviluppata dall'azienda di IA Anthropic, concepita come assistente conversazionale con particolare attenzione alla sicurezza e all'utilità. Viene impiegato per attività come generazione di testo, sintesi, programmazione e risposta a domande.
Molte aziende integrano Claude tramite l'API di Anthropic per alimentare i propri chatbot di assistenza.
- https://www.anthropic.com/claude
- https://it.wikipedia.org/wiki/Claude_(modello_linguistico)
中文
Claude
Claude 是由人工智能公司 Anthropic 开发的一系列大型语言模型,作为注重安全性与实用性的对话式人工智能助手而设计。它可用于文本生成、摘要、编程和问答等任务。
许多企业通过 Anthropic API 集成 Claude,为其客服聊天机器人提供支持。
- https://www.anthropic.com/claude
- https://zh.wikipedia.org/wiki/Claude_(%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B)
English
ClaudeBot
ClaudeBot is the web crawler operated by Anthropic to collect publicly available web content used to train and improve its Claude AI models. It identifies itself via a distinct user-agent string and respects robots.txt directives.
To prevent your site from being used for AI training, add a disallow rule for ClaudeBot in your robots.txt file.
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
- https://darkvisitors.com/agents/agents/claudebot
Deutsch
ClaudeBot
ClaudeBot ist der von Anthropic betriebene Webcrawler, der öffentlich zugängliche Webinhalte sammelt, um die KI-Modelle der Claude-Reihe zu trainieren und zu verbessern. Er kennzeichnet sich durch eine eigene User-Agent-Zeichenkette und beachtet robots.txt-Anweisungen.
Um zu verhindern, dass Ihre Website für das KI-Training genutzt wird, fügen Sie in der robots.txt eine Disallow-Regel für ClaudeBot hinzu.
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
Français
ClaudeBot
ClaudeBot est le robot d'exploration exploité par Anthropic pour collecter des contenus web accessibles au public afin d'entraîner et d'améliorer ses modèles d'IA Claude. Il s'identifie par une chaîne user-agent spécifique et respecte les directives du fichier robots.txt.
Pour empêcher l'utilisation de votre site à des fins d'entraînement de l'IA, ajoutez une règle disallow pour ClaudeBot dans votre fichier robots.txt.
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
Italiano
ClaudeBot
ClaudeBot è il crawler web gestito da Anthropic per raccogliere contenuti web accessibili al pubblico utilizzati per addestrare e migliorare i suoi modelli di IA Claude. Si identifica tramite una stringa user-agent dedicata e rispetta le direttive del file robots.txt.
Per impedire che il tuo sito venga utilizzato per l'addestramento dell'IA, aggiungi una regola disallow per ClaudeBot nel file robots.txt.
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
中文
ClaudeBot
ClaudeBot 是由 Anthropic 运营的网络爬虫,用于收集公开可访问的网页内容以训练和改进其 Claude 人工智能模型。它通过特定的 user-agent 字符串标识自身,并遵守 robots.txt 指令。
如需阻止您的网站被用于人工智能训练,请在 robots.txt 文件中为 ClaudeBot 添加 disallow 规则。
- https://support.anthropic.com/en/articles/8896518-does-anthropic-crawl-data-from-the-web-and-how-can-site-owners-block-the-crawler
English
click
A user interaction in which a link, ad, or element in search results is activated, typically recorded as a metric in analytics and search performance reports.
The page received 1,200 clicks from organic search results last month.
- https://support.google.com/webmasters/answer/7042828
- https://support.google.com/google-ads/answer/31799
Deutsch
Klick
Eine Nutzerinteraktion, bei der ein Link, eine Anzeige oder ein Element in den Suchergebnissen aktiviert wird; wird meist als Metrik in Analytics- und Suchleistungsberichten erfasst.
Die Seite erhielt letzten Monat 1.200 Klicks aus den organischen Suchergebnissen.
- https://support.google.com/webmasters/answer/7042828?hl=de
Français
clic
Interaction utilisateur consistant à activer un lien, une annonce ou un élément dans les résultats de recherche ; généralement enregistrée comme métrique dans les rapports d'analyse et de performance de recherche.
La page a reçu 1 200 clics depuis les résultats de recherche organiques le mois dernier.
- https://support.google.com/webmasters/answer/7042828?hl=fr
Italiano
clic
Interazione dell'utente in cui viene attivato un link, un annuncio o un elemento nei risultati di ricerca; generalmente registrata come metrica nei report di analisi e rendimento della ricerca.
La pagina ha ricevuto 1.200 clic dai risultati di ricerca organici il mese scorso.
- https://support.google.com/webmasters/answer/7042828?hl=it
中文
点击
用户激活链接、广告或搜索结果中某个元素的交互行为,通常在分析和搜索效果报告中作为指标记录。
上个月该页面从自然搜索结果中获得了1200次点击。
- https://support.google.com/webmasters/answer/7042828?hl=zh-Hans
English
click-through rate
The click-through rate is the ratio of users who click on a specific link, ad, or search result to the total number of users who view it (impressions), usually expressed as a percentage.
By rewriting the meta description, the page's click-through rate in Google search results rose from 2% to 5%.
- https://support.google.com/google-ads/answer/2615875
- https://en.wikipedia.org/wiki/Click-through_rate
Deutsch
Klickrate
Die Klickrate ist das Verhältnis der Nutzer, die auf einen bestimmten Link, eine Anzeige oder ein Suchergebnis klicken, zur Gesamtzahl der Nutzer, die es sehen (Impressionen), meist in Prozent angegeben.
Nach der Optimierung des Titels stieg die Klickrate der Seite in den Google-Suchergebnissen deutlich an.
- https://support.google.com/google-ads/answer/2615875?hl=de
- https://de.wikipedia.org/wiki/Klickrate
Français
taux de clics
Le taux de clics est le rapport entre le nombre d'utilisateurs qui cliquent sur un lien, une annonce ou un résultat de recherche et le nombre total d'utilisateurs qui le voient (impressions), généralement exprimé en pourcentage.
Après avoir amélioré la balise titre, le taux de clics de la page dans les résultats de recherche Google a augmenté.
- https://support.google.com/google-ads/answer/2615875?hl=fr
- https://fr.wikipedia.org/wiki/Taux_de_clics
Italiano
percentuale di clic
La percentuale di clic è il rapporto tra il numero di utenti che fanno clic su un link, un annuncio o un risultato di ricerca e il numero totale di utenti che lo visualizzano (impressioni), solitamente espresso in percentuale.
Dopo aver ottimizzato il tag title, la percentuale di clic della pagina nei risultati di ricerca di Google è aumentata.
- https://support.google.com/google-ads/answer/2615875?hl=it
- https://it.wikipedia.org/wiki/Click-through_rate
中文
点击率
点击率是指点击某个链接、广告或搜索结果的用户数与查看该内容(展示次数)的用户总数之比,通常以百分比表示。
优化标题标签后,该页面在谷歌搜索结果中的点击率明显提高。
- https://support.google.com/google-ads/answer/2615875?hl=zh-Hans
- https://zh.wikipedia.org/wiki/点击通过率
English
client-side rendering
A rendering approach in which the browser downloads a minimal HTML page and JavaScript, then builds and displays the page content on the client using that JavaScript. It contrasts with server-side rendering, where the HTML is generated on the server.
Single-page applications built with React often rely on client-side rendering, which can delay content availability for crawlers.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics
- https://web.dev/articles/rendering-on-the-web
Deutsch
Client-side Rendering
Ein Rendering-Verfahren, bei dem der Browser eine minimale HTML-Seite samt JavaScript lädt und den Seiteninhalt anschliessend clientseitig per JavaScript aufbaut und darstellt. Im Gegensatz dazu wird beim Server-side Rendering das HTML bereits auf dem Server erzeugt.
Bei Single-Page-Applications mit Client-side Rendering steht der Inhalt für Crawler oft erst nach der JavaScript-Ausführung bereit.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics
- https://web.dev/articles/rendering-on-the-web
Français
rendu côté client
Approche de rendu dans laquelle le navigateur télécharge une page HTML minimale et du JavaScript, puis construit et affiche le contenu de la page côté client grâce à ce JavaScript. Elle s'oppose au rendu côté serveur, où le HTML est généré sur le serveur.
Les applications monopages basées sur React reposent souvent sur le rendu côté client, ce qui peut retarder la disponibilité du contenu pour les robots d'exploration.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics
- https://web.dev/articles/rendering-on-the-web
Italiano
rendering lato client
Approccio di rendering in cui il browser scarica una pagina HTML minima e del JavaScript, quindi costruisce e visualizza il contenuto della pagina sul client tramite tale JavaScript. Si contrappone al rendering lato server, in cui l'HTML viene generato sul server.
Le applicazioni a pagina singola create con React si basano spesso sul rendering lato client, il che può ritardare la disponibilità dei contenuti per i crawler.
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics
- https://web.dev/articles/rendering-on-the-web
中文
客户端渲染
一种渲染方式,浏览器先下载最小化的 HTML 页面和 JavaScript,再由客户端通过 JavaScript 构建并显示页面内容。它与在服务器端生成 HTML 的服务器端渲染相对。
使用 React 构建的单页应用通常依赖客户端渲染,这可能会延迟爬虫获取内容的时间。
- https://developers.google.com/search/docs/crawling-indexing/javascript/javascript-seo-basics
- https://web.dev/articles/rendering-on-the-web
English
cloaking
A black-hat SEO technique in which the content or URL presented to search engine crawlers differs from that shown to human users, with the intent to manipulate rankings. It violates search engine guidelines and can lead to penalties or deindexing.
The site was penalized for cloaking, serving keyword-stuffed text to Googlebot while showing an image gallery to visitors.
- https://developers.google.com/search/docs/essentials/spam-policies
- https://en.wikipedia.org/wiki/Cloaking
Deutsch
Cloaking
Eine Black-Hat-SEO-Technik, bei der Suchmaschinen-Crawlern andere Inhalte oder URLs präsentiert werden als menschlichen Nutzern, um das Ranking zu manipulieren. Cloaking verstößt gegen die Richtlinien von Suchmaschinen und kann zu Abstrafungen führen.
Die Website wurde wegen Cloaking abgestraft, weil sie dem Googlebot mit Keywords überladenen Text lieferte, den Besuchern jedoch eine Bildergalerie.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=de
- https://de.wikipedia.org/wiki/Cloaking
Français
cloaking
Technique de référencement black-hat consistant à présenter aux robots d'exploration un contenu ou une URL différents de ceux affichés aux internautes, dans le but de manipuler le classement. Le cloaking enfreint les consignes des moteurs de recherche et peut entraîner des pénalités.
Le site a été pénalisé pour cloaking, car il fournissait à Googlebot un texte bourré de mots-clés tout en affichant une galerie d'images aux visiteurs.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=fr
- https://fr.wikipedia.org/wiki/Cloaking
Italiano
cloaking
Tecnica SEO black-hat che consiste nel presentare ai crawler dei motori di ricerca contenuti o URL diversi da quelli mostrati agli utenti umani, allo scopo di manipolare il posizionamento. Il cloaking viola le linee guida dei motori di ricerca e può comportare penalizzazioni.
Il sito è stato penalizzato per cloaking perché forniva a Googlebot testo ricco di parole chiave mostrando invece agli utenti una galleria di immagini.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=it
- https://it.wikipedia.org/wiki/Cloaking
中文
隐藏页面
一种黑帽SEO技术,向搜索引擎爬虫展示与向真实用户展示不同的内容或URL,目的是操纵排名。该做法违反搜索引擎准则,可能导致处罚或被除名。
该网站因隐藏页面被处罚,它向Googlebot提供堆砌关键词的文本,却向访客展示图片库。
- https://developers.google.com/search/docs/essentials/spam-policies?hl=zh-cn
- https://zh.wikipedia.org/wiki/隐藏页面
English
cloud hosting
Cloud hosting is a web hosting model in which websites and applications run on a network of virtual and physical servers drawn from cloud infrastructure, allowing resources to scale on demand. Unlike traditional single-server hosting, it distributes workloads across multiple connected servers for higher availability.
By switching to cloud hosting, the online shop handled the traffic spike during the sale without going down.
- https://en.wikipedia.org/wiki/Cloud_computing
- https://aws.amazon.com/what-is/web-hosting/
Deutsch
Cloud-Hosting
Cloud-Hosting ist ein Webhosting-Modell, bei dem Websites und Anwendungen auf einem Verbund virtueller und physischer Server aus einer Cloud-Infrastruktur betrieben werden und Ressourcen bedarfsgerecht skaliert werden können. Im Gegensatz zum klassischen Einzelserver-Hosting werden Lasten über mehrere verbundene Server verteilt.
Nach dem Umstieg auf Cloud-Hosting bewältigte der Online-Shop den Ansturm während der Aktion problemlos.
- https://de.wikipedia.org/wiki/Cloud_Computing
Français
hébergement cloud
L'hébergement cloud est un modèle d'hébergement web dans lequel les sites et applications s'exécutent sur un réseau de serveurs virtuels et physiques issus d'une infrastructure cloud, permettant d'adapter les ressources à la demande. Contrairement à l'hébergement sur serveur unique, il répartit les charges sur plusieurs serveurs connectés.
En passant à l'hébergement cloud, la boutique en ligne a absorbé le pic de trafic pendant les soldes sans interruption.
- https://fr.wikipedia.org/wiki/Cloud_computing
Italiano
cloud hosting
Il cloud hosting è un modello di web hosting in cui siti e applicazioni vengono eseguiti su una rete di server virtuali e fisici tratti da un'infrastruttura cloud, consentendo di scalare le risorse su richiesta. A differenza dell'hosting su singolo server, distribuisce i carichi su più server collegati.
Passando al cloud hosting, il negozio online ha gestito il picco di traffico durante i saldi senza interruzioni.
- https://it.wikipedia.org/wiki/Cloud_computing
中文
云托管
云托管是一种网站托管模式,网站和应用程序运行在由云基础设施构成的虚拟和物理服务器网络上,可按需扩展资源。与传统的单服务器托管不同,它将负载分布到多台相互连接的服务器上以提高可用性。
改用云托管后,这家在线商店在促销期间应对流量高峰而没有宕机。
- https://zh.wikipedia.org/wiki/云计算
English
co-citation
The occurrence of two websites or entities being mentioned together on a third-party page, even without a direct hyperlink between them. Search engines interpret co-citation as a signal of topical relatedness and authority.
Even without linking to us, the industry blog created a co-citation by mentioning our brand alongside two established competitors.
- https://en.wikipedia.org/wiki/Co-citation
Deutsch
Co-Citation
Das gemeinsame Erwähnen zweier Websites oder Entitäten auf einer dritten Seite, auch ohne direkte Verlinkung untereinander. Suchmaschinen werten Co-Citation als Signal für thematische Verwandtschaft und Autorität.
Der Fachblog erzeugte eine Co-Citation, indem er unsere Marke neben zwei etablierten Wettbewerbern nannte, ohne uns zu verlinken.
- https://de.wikipedia.org/wiki/Kozitation
Français
co-citation
Mention conjointe de deux sites web ou entités sur une page tierce, même en l'absence de lien hypertexte direct entre eux. Les moteurs de recherche interprètent la co-citation comme un signal de proximité thématique et d'autorité.
Sans nous mentionner par un lien, le blog spécialisé a créé une co-citation en citant notre marque à côté de deux concurrents reconnus.
- https://fr.wikipedia.org/wiki/Cocitation
Italiano
co-citation
La menzione congiunta di due siti web o entità su una pagina di terze parti, anche senza un collegamento ipertestuale diretto tra loro. I motori di ricerca interpretano la co-citation come segnale di correlazione tematica e autorevolezza.
Senza inserire alcun link, il blog di settore ha generato una co-citation citando il nostro marchio accanto a due concorrenti affermati.
- https://en.wikipedia.org/wiki/Co-citation
中文
共引
两个网站或实体在第三方页面上被同时提及的现象,即使彼此之间没有直接的超链接。搜索引擎将共引视为主题相关性和权威性的信号。
该行业博客即使没有链接到我们,也通过将我们的品牌与两个知名竞争对手一同提及而形成了共引。
- https://en.wikipedia.org/wiki/Co-citation