<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>content marketing &#8211; SEO Blog Punto Rojo</title>
	<atom:link href="https://puntorojo.com/blog/en/content-marketing/feed/" rel="self" type="application/rss+xml" />
	<link>https://puntorojo.com/blog/en</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2023 18:31:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.2</generator>
	<item>
		<title>TF-IDF &#124; Term Frequency – Inverse Document Frequency</title>
		<link>https://puntorojo.com/blog/en/tf-idf-term-frequency-inverse-document-frequency/</link>
		
		<dc:creator><![CDATA[Punto Rojo]]></dc:creator>
		<pubDate>Fri, 20 May 2022 15:05:51 +0000</pubDate>
				<category><![CDATA[digital marketing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[content marketing]]></category>
		<category><![CDATA[keywords]]></category>
		<guid isPermaLink="false">https://puntorojo.com/blog/en/?p=6693</guid>

					<description><![CDATA[<p>No doubt one of the three main factors influencing SEO positioning is the content and how it is generated following different optimization parameters. Now, to know how relevant the content of a site is to the query made by the user, the term TF-IDF (term frequency-inverse document frequency) arises, a first cousin of what was&#8230;</p>
<p>La entrada <a rel="nofollow" href="https://puntorojo.com/blog/en/tf-idf-term-frequency-inverse-document-frequency/">TF-IDF | Term Frequency – Inverse Document Frequency</a> aparece primero en <a rel="nofollow" href="https://puntorojo.com/blog/en">SEO Blog Punto Rojo</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">No doubt one of the three main factors influencing SEO positioning is the content and how it is generated following different optimization parameters.</span></p>
<p><span style="font-weight: 400;">Now, to know how relevant the content of a site is to the query made by the user, the term <strong>TF-IDF (term frequency-inverse document frequency)</strong> arises, a first cousin of what was known until some time ago in the old school of SEO as <strong>keyword density</strong>.</span></p>
<p><span style="font-weight: 400;">The use of this last concept started to decrease due to opposing positions on the idea that the more times a keyword is repeated on a page, the greater its relevance.</span></p>
<p><span style="font-weight: 400;">In this context, and within the machine learning framework, TF-IDF arises. It determines a numeric value that defines the importance of a particular keyword within an entire site. Knowing this is important because if, for instance, we have a coffee shop site and the keyword “coffee” has a low TF-IDF, the term is not being optimized correctly for SEO.</span></p>
<p><span style="font-weight: 400;">To better understand the concept, let&#8217;s take an example. A website is composed of two pages:</span></p>
<p>-el café espresso (page 1)</p>
<p>-el café espresso americano (page 2)</p>
<p><img loading="lazy" class="" src="https://puntorojo.com/blog/wp-content/uploads/2019/05/Screen-Shot-2019-05-22-at-16.53.07-1024x507.png" width="340" height="168" /></p>
<p><span style="font-weight: 400;">The first step is to analyze how many times each word is repeated in the content of the pages I am analyzing:</span></p>
<p><span style="font-weight: 400;">We see then that all words are repeated 2 times, except for the keyword &#8220;americano&#8221;. This leads us to interpret that the first three words are the ones with the highest </span><b>term frequency (TF)</b><span style="font-weight: 400;">, while &#8220;americano&#8221; is the one with the lowest repetition within the site, corresponding to the </span><b>inverse document frequency (IDF)</b><span style="font-weight: 400;">.</span></p>
<p><span style="font-weight: 400;">It is impossible to determine exactly the right percentage for content to rank for a specific search.</span></p>
<p><span style="font-weight: 400;">On the other hand, we must not forget that texts must </span><b>always be written with the user in mind</b><span style="font-weight: 400;">, and not taking the search engine as the main objective, so repeating relevant terms will be favorable, as long as we mention them in necessary contexts, without abusing their use, as this may be counterproductive.</span></p>
<h2><span style="color: #ff6600;"><b>How to determine the frequency of the term</b></span></h2>
<p><span style="font-weight: 400;">If you are interested in knowing a little more in-depth about how the value we mentioned before is determined, then continue reading this section :)</span></p>
<p><img loading="lazy" class="" src="https://puntorojo.com/blog/wp-content/uploads/2019/05/Screen-Shot-2019-05-22-at-16.54.27-1024x509.png" width="407" height="202" /></p>
<p><span style="font-weight: 400;">Let&#8217;s take the example we saw before. To know the term frequency (TF) we must do the following calculation for each word inside each document:</span></p>
<p><span style="font-weight: 400;">Now let&#8217;s replace it with one of the words: the term frequency of the word &#8220;<strong>the</strong>&#8221; within <strong>document 1</strong> is equal to how many times the term is repeated, over the total number of words in document 1.</span></p>
<p><span style="font-weight: 400;">This determines that the TF for the word &#8220;the&#8221; within document 1 is 0.33.</span></p>
<p><img loading="lazy" class="" src="https://puntorojo.com/blog/wp-content/uploads/2019/05/Screen-Shot-2019-05-22-at-16.56.01.png" width="266" height="74" /></p>
<p><span style="font-weight: 400;">The next step is to do the same for the word “</span><b>the</b><span style="font-weight: 400;">” within document 2. If we replace it in the formula we would be left with something like this, and the value of TF, in this case, would be 0.25.</span></p>
<p><img loading="lazy" class="" src="https://puntorojo.com/blog/wp-content/uploads/2019/05/Screen-Shot-2019-05-22-at-16.56.39.png" width="272" height="72" /></p>
<p>Now we have to calculate the value of the <strong>inverse document frequency (IDF)</strong>, what we have to do is to replace the data we have, in the following formula:</p>
<p><span style="font-weight: 400;">This means that IDF is equal to the logarithm of the total number of documents divided by the sum of all the times a term is repeated in the document.</span></p>
<p><span style="font-weight: 400;">If we pass it to the example we have already seen, the value of IDF would be 0 (zero) and we would be left with something like this:</span></p>
<p><img loading="lazy" class="" src="https://puntorojo.com/blog/wp-content/uploads/2019/05/Screen-Shot-2019-05-22-at-16.57.52.png" width="285" height="77" /></p>
<p><span style="font-weight: 400;">To conclude and determine our TF-IDF value we must know that:</span></p>
<p><img loading="lazy" class="" src="https://puntorojo.com/blog/wp-content/uploads/2019/05/Screen-Shot-2019-05-22-at-16.58.35.png" width="210" height="58" /></p>
<p><span style="font-weight: 400;">Therefore, we replace with the values we calculated for the word &#8220;the&#8221; within documents 1 and document 2, and we would arrive at the TF-IDF for both being zero.</span></p>
<p><img loading="lazy" class="" src="https://puntorojo.com/blog/wp-content/uploads/2019/05/Screen-Shot-2019-05-22-at-16.59.25.png" width="238" height="72" /></p>
<p>La entrada <a rel="nofollow" href="https://puntorojo.com/blog/en/tf-idf-term-frequency-inverse-document-frequency/">TF-IDF | Term Frequency – Inverse Document Frequency</a> aparece primero en <a rel="nofollow" href="https://puntorojo.com/blog/en">SEO Blog Punto Rojo</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SEO: faceted navigation can be your biggest opportunity</title>
		<link>https://puntorojo.com/blog/en/seo-faceted-navigation-can-be-your-biggest-opportunity/</link>
		
		<dc:creator><![CDATA[Punto Rojo]]></dc:creator>
		<pubDate>Fri, 20 May 2022 14:59:38 +0000</pubDate>
				<category><![CDATA[digital marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[content marketing]]></category>
		<category><![CDATA[Long Tail]]></category>
		<guid isPermaLink="false">https://puntorojo.com/blog/en/?p=6718</guid>

					<description><![CDATA[<p>Optimizing faceted navigation, regardless of what your e-commerce sells, is the best opportunity to increase natural search performance. Known as well as guided search, faceted navigation allows you to apply filters to the product list that shows on your page. Choosing product attributes in these filters allows buyers to see what they want to see,&#8230;</p>
<p>La entrada <a rel="nofollow" href="https://puntorojo.com/blog/en/seo-faceted-navigation-can-be-your-biggest-opportunity/">SEO: faceted navigation can be your biggest opportunity</a> aparece primero en <a rel="nofollow" href="https://puntorojo.com/blog/en">SEO Blog Punto Rojo</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><b>Optimizing faceted navigation, </b><span style="font-weight: 400;">regardless of what your e-commerce sells, is the best opportunity to increase natural search performance.</span></p>
<p><span style="font-weight: 400;">Known as well as guided search, </span><b>faceted navigation allows you to apply filters to the product list that shows on your page.</b></p>
<p><span style="font-weight: 400;">Choosing product attributes in these filters allows buyers to see what they want to see, that is, to focus only on what they are looking to buy.</span></p>
<p><span style="font-weight: 400;">For example, let&#8217;s say we sell high-end pens. On our site, we could offer filters by brand, material, ink color, and tip type. In turn, the facets or attributes under &#8220;tip type&#8221; could include fountain pens or pens, pencils, markers, etc.</span></p>
<p><span style="font-weight: 400;">The key to ideal natural search performance is for each of the attributes in these filters to generate a page optimized for a <a href="https://puntorojo.com/blog/long-tail-como-conectarse-con-potenciales-clientes/">Long Tail</a>.</span></p>
<p><img src="https://puntorojo.com/blog/wp-content/uploads/2017/05/3.png" alt="Navegación facetada" /></p>
<h2><b>Long Tail benefits</b></h2>
<p><span style="font-weight: 400;">In addition to the amount of traffic, long tails also represent a higher sales opportunity because buyers are typically further down the sales funnel.</span></p>
<p><span style="font-weight: 400;">This means that someone searching for a &#8220;price gold pen with black ink&#8221; is much closer to purchasing someone searching for a &#8220;pen&#8221;. The keyword &#8220;pen&#8221; might represent more traffic, but that traffic is unlikely to result in the conversion we want.</span></p>
<p><span style="font-weight: 400;">In other words, the more specific the Long Tail, the higher the </span><b>purchase intent</b><span style="font-weight: 400;">.</span></p>
<p><span style="font-weight: 400;">Unfortunately, not all content can be optimized to drive Long Tail traffic: there are not enough hours in the day. On the other hand, we can take advantage of the faceted navigation of our site to generate optimized pages with Long Tails.</span></p>
<p><span style="font-weight: 400;">In this direction, the value of faceted navigation lies in the thousands of pages that are automatically created and linked, each of which potentially points to a different Long Tail that can drive sales.</span></p>
<p><span style="font-weight: 400;">Let&#8217;s remember that each of the filters and attributes has some value to buyers. And this, let&#8217;s say it again, translates as </span><b>quality traffic</b><span style="font-weight: 400;">.</span></p>
<p><img src="https://puntorojo.com/blog/wp-content/uploads/2017/05/2.png" alt="Navegación facetada" /></p>
<h2><b>Warning: duplicate content?</b></h2>
<p><span style="font-weight: 400;">Faceted navigation doesn’t represent a risk of duplicate content. As long as each page created by each filter and attribute mix displays a different combination of products, it cannot be considered duplicate content.</span></p>
<p><span style="font-weight: 400;">However, we must make sure that the SEO elements of each filter and attribute combination are optimized. For example, the page for Parker gold pens should have a </span><b>title tag, a meta description, and a relevant heading</b><span style="font-weight: 400;">, different from the one for Cross silver pens.</span></p>
<p><span style="font-weight: 400;">Some worry about losing crawl equity&#8230; This is a real concern for sites with massive amounts of truly duplicate content, as search engine crawlers will spend a lot of time on the site.</span></p>
<p><span style="font-weight: 400;">And if we don&#8217;t have the content optimized for easy crawling, the bot won&#8217;t be able to identify valuable content easily and may even reduce the time it spends crawling our site. However, with faceted navigation, this is not a concern because each page is truly unique.</span></p>
<h2><b>Benefits that decrease</b></h2>
<p><span style="font-weight: 400;">At this point is easy to imagine thousands or even millions of pages generated by different faceted combinations according to filters. There could indeed be many pages, but it’s necessary to programmatically point to Long Tails.</span></p>
<p><span style="font-weight: 400;">However, there comes a time when combinations of more and more attributes within a single filter no longer represent a reasonable natural search benefit. Why? </span><b>It is unlikely that a user will search for all the attributes of a filter in a single Long Tail.</b></p>
<p><span style="font-weight: 400;">So, in the case of multiple selections, we must limit the indexing of pages containing multiple attributes within a single filter.</span></p>
<p><span style="font-weight: 400;">According to our example, we have to make the page of gold, silver, and black ink pens ineligible for search engines or insert a canonical tag referring to a page with only one of the selected filters.</span></p>
<p><span style="font-weight: 400;">And if we are in an industry where keyword research suggests that people are looking for multiple attributes within the same filter, we can determine how many attributes are valuable, and work with the development team to define what the solution is.</span></p>
<p><span style="font-weight: 400;">For example, for floor tiles, buyers are looking for a combination of black and white, in addition to black and white separately. Making an exception for some combinations and not others may introduce too much complexity in the compilation, but result in the targeted conversion if the data suggests it is worthwhile.</span></p>
<p><img src="https://puntorojo.com/blog/wp-content/uploads/2017/05/12.png" alt="1" /></p>
<p><span style="font-weight: 400;">Content-rich sites in general and e-commerce, in particular, can greatly improve both their bounce rate (in the sense of lowering it) and the browsing experience of their users with proper use of their taxonomies and effective management by their CMS. All this will increase the SEO of the site, but putting the interests of the users and the quality of the content first. It should never be otherwise, and even less so in the media field.</span></p>
<p>La entrada <a rel="nofollow" href="https://puntorojo.com/blog/en/seo-faceted-navigation-can-be-your-biggest-opportunity/">SEO: faceted navigation can be your biggest opportunity</a> aparece primero en <a rel="nofollow" href="https://puntorojo.com/blog/en">SEO Blog Punto Rojo</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
