Andrea Volpini Profile picture
One of the better-known cyberandy. Passionate about #SEO and #ML I am co-founder and CEO of WordLift and insideout10.
dragondelis ๐Ÿ‡บ๐Ÿ‡ฆ Profile picture Elie Raad Profile picture 2 subscribed
Jul 24, 2023 โ€ข 9 tweets โ€ข 4 min read
๐Ÿงต ๐—˜๐—บ๐—ฏ๐—ฒ๐—ฑ๐—ฑ๐—ถ๐—ป๐—ด๐˜€ & ๐—ฆ๐—˜๐—ข: A Powerful Multitool ๐Ÿ› ๏ธ

In the world of #SEO, understanding and leveraging the power of #embeddings is a game-changer. But what are embeddings, and how do they work? Can we build our embeddings?

Let's dive in! #AI #Semantics

1/9 Image ๐—ช๐—ต๐—ฎ๐˜ ๐—ฎ๐—ฟ๐—ฒ ๐—ช๐—ผ๐—ฟ๐—ฑ ๐—˜๐—บ๐—ฏ๐—ฒ๐—ฑ๐—ฑ๐—ถ๐—ป๐—ด๐˜€? ๐Ÿ“š
Word embeddings are a type of word representation that allows words with similar meanings to have a similar representation in a multi-dimensional space. Using embeddings, we convert words into math (numerical vectors).

2/9 Image
Jun 12, 2023 โ€ข 4 tweets โ€ข 3 min read
๐ŸŽบNew Article on Neuro-Symbolic AI and #SEO๐ŸŽบ

๐Ÿ’ก Neuro-Symbolic AI is a way to combine the power of knowledge graphs with deep learning techniques using *Retrieval Augmented Generation*.

๐Ÿ”— Article: wordlift.io/blog/en/neuro-โ€ฆ
๐Ÿ’ฌ AskMe: a widget inside the article

1/4 ๐Ÿงต ๐Ÿ’ฌ AskMe is the first experiment to let readers "talk" with the article's author and ask questions.

โš ๏ธ It is a WIP and requires your patience ๐ŸŒ

It has been developed by the wonderful @wordliftit team using the KG behind the blog, @llama_index, @LangChainAI and @JinaAI_

2/4
Mar 27, 2023 โ€ข 6 tweets โ€ข 4 min read
I worked on my first experiment with ChatGPT Plugins applied to SEO! I created a search engine for an eCommerce site using WordLift's Product Knowledge Graph (PKG) as a starting point. Here is what I learned:

#SEO #ChatGPT #WordLift #eCommerce

๐Ÿงต 1/6 1. You can use @LangChainAI to experiment with the idea (here is the documentation ๐Ÿ“–: python.langchain.com/en/latest/moduโ€ฆ) and choose any of the supported LLM. #Opensource is amazing ๐Ÿคฉ.

2. You only need two files: a JSON manifest and the OpenAPI specs.

2/6
Mar 2, 2023 โ€ข 8 tweets โ€ข 5 min read
๐Ÿ“ข AI-assisted Alt Text for Images ๐Ÿช„โœจ

๐ŸงตImage SEO has tremendous potentials as AI-powered technologies make search more visual and intuitive.

โœ… wordlift.io/blog/en/image-โ€ฆ [blog post]
๐Ÿค– wor.ai/image-captioniโ€ฆ [Colab]

Interested in automatic captioning? This is for you

1/
Google has recently updated the Image SEO best practices, and if you missed it, I suggest you start from @RoxanaStingu's update:



I have worked on automatic image captioning since 2019; recently, I have done a new analysis of the SOTA.

2/ Image
Jan 24, 2023 โ€ข 7 tweets โ€ข 4 min read
A small thread about Semantic SEO and #ChatGPT ๐Ÿชก

As @SilviaKaya22 was testing @wordliftit new version of the SEO Add-on for Google Sheetsโ„ข, she quickly compared @aleyda and me ๐Ÿ˜ณ.

1/7
I feel like a newbie and an apprentice compared to Aleyda; nevertheless, the results grabbed my attention.

Using the new Add-on, we can compare search queries (and URLs) by looking at the entities behind top search results (or the entities behind single or multiple URLs).

2/7
Jul 5, 2022 โ€ข 5 tweets โ€ข 3 min read
This is great, and here is what you can do with it ๐Ÿงต:

1. Blend structured data with metrics from Google Search Console ๐Ÿ”€(or any other source).

2. Evaluate clicks performance for each schema type
(including types like schema:service that we currently don't have in GSC).

1/5 Image 3. Filter data by entity (or topic). Make sure to activate the Chart cross-filtering option to turn any chart into an interactive filter.

2/5 Image
Jun 9, 2022 โ€ข 6 tweets โ€ข 4 min read
A new SEO workflow for e-commerce sites. In this tutorial, we will create internal links on PLP

1โƒฃ Extract text using #advertools ๐Ÿ•ท๏ธ
2โƒฃ Get queries from GSC
3โƒฃ Compute Similarity
4โƒฃ Add semantic markup

- wordlift.io/blog/en/internโ€ฆ [blog postโœ๏ธ]
- bit.ly/3aRvN4o [code๐Ÿ] I worked on the @FILAUSA website (not a client of ours) that currently doesn't have a related search widget.

To build one, we will index 'title', 'meta description', 'intro text' and 'breadcrumbs' and use the title of any other PLP as 'query'. ImageImage
Nov 16, 2021 โ€ข 5 tweets โ€ข 3 min read
๐Ÿ’Ž New blog post on #ContentHub for #Semantic #SEO. How to cluster content using Knowledge Graph Embeddings to detect:

โœ“ Clusters
โœ“ Sub-topics
โœ“ Author's topical authority

๐Ÿ–‹๏ธ Post
๐Ÿ Colab https://t.co/JlZJb2Wn50
๐Ÿ“ฝ Embeddings https://t.co/PtDvk73yARwordlift.io/blog/en/contenโ€ฆ
bit.ly/topic-hubs
bit.ly/KG-embeddings 1/

We can train a model with @TensorFlow to reveal our content's hidden patterns and cluster them into subgroups. In this experiment, I used data from WordLift's blog and a library called #AmpliGraph by @lukostaz.