In memory of keywords: what the keywords meta tag is for, why it doesn’t work and why it was buried. Meta tags title, description and keywords hinder promotion


We help a variety of clients with their internet marketing and websites, and one question we often get is “How do you add keywords to a website?” You might picture us adding extremely complicated formulas and codes into a computer screen.

But the truth is the basics are easier than you might think. We even teach our clients that manage their own business blogs how to keyword their website pages so that they can be found on search engines easier. The goal of this blog article is to teach you some fundamentals on how to add keywords to a website. Not sure you wan"t to put in the time? Take a look at our SEO Services here, we would be happy to help you.

Why Should You Know How to Add Keywords to a Website?

By learning how to add keywords to a website you will be able to keyword your own blogs, website pages, and other internet marketing materials. You will also gain context for why SEO is so important for your business.

How Can Adding Keywords to My Website Help My Business?

Adding keywords to your website helps search engines understand what your website can offer someone searching, and ultimately bring you more qualified traffic. How? With identifiers, like keywords. Without Keywords on your website pages there is no way for a search engine to categorize your website and show it to the right people searching.Think of it this way, a well written paper has a thesis, and supporting arguments that relate to the thesis. Readers of well written papers have a clear understanding of what the subject is and what the paper is about. This is the same theory behind Google and other search engines. In fact two students from Stanford created Google with this same idea in mind.

A well made website has a main subject, and often has sub categories that relate to the main subject, and by keywording each of these areas we are able to give a clear picture to search engines, and people searching are able to find you more easily . For example:

Your Main Subject Might Be: Doughnuts

Your Sub-Categories or Topics Could Be: Cake, Dougnut Holes, Bars,…

Choosing Keywords for Your Website

Now that you understand the framework of a site and how it matters it’s time to choose keywords. How? We use a number of tools and perform extensive research for our keywords; however one tool that is free is the Google Keyword Tool. Simply input your location information and category, then type in the main subject of your website. The tool will generate a number of keywords, and give you stats like these:

Competition:(Low, Med, High) This tells you how many people are trying to keyword for that word or phrase. The higher the competition the more difficult it is to rank high in Google for that search term.

Global Monthly Volume: How many searches are made per month globally for that term.

Local Monthly: Is determined by the information you put into your search. If you specified your location as the U.S. then it would be the number of monthly searches for that term in the U.S.

While this tool is easy to use, all keywords are not treated the same. In fact some keywords bring you more traffic than others, and some might bring you a lot of traffic that never converts. This is why we highly recommend business owners hiring an agency that is educated in SEO and keywording to help them with their internet marketing.

How Many Keywords Do I Need to Add Per Page?

After you have conducted your keyword research you will need to choose one keyword for each of your website pages or blogs. Keywords should be specific to the page topic and relate to your overall website subject.

Example of Good Keyword Choice:

Main Website Theme: Donut

Website Page: Maple Donut

Assigned Keyword: Best Maple Donut

Example of Bad Keyword Choice:

Main Website Theme: Donut

Website Page: Maple Donut

Assigned Keyword: Donut recipes

How to Add Keywords to Your Website Page:

When adding keywords to your website, it is important to include your keyword in 6 places on each page of your website. Including your keyword in these 6 areas will help search engines identify the subject of your page and rank your page in search results.

  1. Page Title
  2. Meta Description
  3. Header
  4. Sub Header
  5. Body Paragraphs
  6. Image Alt Tags

Page Title & Meta Description:

Page Titles & Meta Descriptions are a more technical part of keywording your website. However, it is important to recognize how valuable they can be for your internet marketing efforts. What are Page Titles & Meta Descriptions? These parts of your website page actually show up in search results, they are the first impression a searcher gets of your website page.

If you do not have access to your website Page Titles or Meta Descriptions then it will be important to check with your website management company that those areas are filled out correctly for SEO.

Headers:

Headers are a lot like billboards for search engines. They are one of the biggest ways to show search engines what your main subject is for your page. It is important that you include your entire keyword in your header.

Sub-Headers:

Sub-headers are another area to tell search engines what you want the website page to be found for. Think of this area as real-estate, if you don’t try to include your keywords in the sub-header then you are missing out.

Body Paragraph:

When writing the body content for your website page you should try to include your keyword, or at least parts of your keyword. Remember to keep your writing natural, search engines will actually penalize you if your writing over stuffs keywords and appears unnatural. When you first try to write with keywords you might find it difficult, but keep practicing! It really does get easier, and you will get better at shaping your content for adding keywords.

Image Alt Tags:

Images are a great addition to any webpage, in fact they can even help search engines rank you. Alt tags are essentially a label that you assign to your image so that search engines can read the image. If you don’t use Alt tags for images then search engines will not see it. By keywording these images Alt Tags you are telling search engines "I used a picture and it relates to the subject of my page."

There you have it, now you know the basics of how to add keywords to a website. We know it looks daunting, but if you have the time to write your own blogs or website content, then we highly recommend you use some of the tips listed above. These tactics can bring you more traffic to your website, and help qualify your website leads. That means no wasted visits and more customers for your business.

If you found this article helpful in anyway please ‘share’ it with a friend.

I was wondering if && is same as “and”, and || is same as “or” in PHP. I’ve done a few tests and it seems they behave the same. Are there any differences?

If not, are there any other php signs that have word equivalents and do you think it makes the code easier to read?

php compare string of keywords

I need to compare these two strings of keywords with php. $original_keywords = cat, dog, mouse $possible_keywords_1 = cat, dog, hamster; $possible_keywords_2 = cat, sheep, goat; I need a php

PHP and Keywords

I would like to know if I can make a php script that will allow me to echo keywords into a meta tag.To be more precise will the keywords echoed by the php script be indexed by search engines? I don't

PHP search on keywords

I have a table in a database with records containing keywords as well as other data. What would be a logical way to create a search function that would allow people to search based on keywords, and or

Adding + between keywords PHP

In my tag cloud I have urls that look like this ../search.php?query=cat&select=all ../search.php?query=the cat&select=all What I am trying to do is if the keyword is more than one word like

mysql php match multiple keywords

I have three tables which are currently structured in the following way Table: Images image_id image_title … Table: Keywords keyword_id keyword Table: Image_Keyword image_id keyword_id With this st

Malformed keywords on extraction PHP

I am extracting keywords from webpage using this resource. It works fine but some words are getting malformed. The word memory is extracted as memori and article is extracted as articl. There

Automatically convert keywords to links in php

I am trying to convert specific keywords in text, which are stored in array, to the links. Example text: $text=’This text contains many keywords, but also formatted

how do i get PHP / REGEXP to match all keywords, instead of any?

I have a PHP/mySQL search function that uses one or more keywords in the value $keywords_search . The problem is that it matches ANY keywords, meaning if a search is done it returns results that eit

PHP MYSQL search engine using keywords

I am trying to implement search engine based on keywords search. Can anyone tell me which is the best (fastest) algorithm to implement a search for key words? What I need is: My keywords: search, fast

Searching using multiple keywords in PHP/MySql

I’m trying to search for people based on their skills by using different keywords. However, whenever I try to search, the results are narrowed down to match the exact keywords. Example: table for user

Answers

and and or have higher lower precedence than && and ||. To be more exact && and || have higher precedence than assignment operator (=) while and and or have lower.

Usually it doesn’t make a difference, but there are cases when not knowing about this difference can cause some unexpected behavior. See examples here:

Yes, they are the logically the same. (I believe “&&” and “||” are the preferred choice in the Zend coding standards, but can’t find any specific information on this, so it might all have been a dream. Or something.)

Of course, everyone who has at least some idea of ​​search engine promotion knows about the meaning of meta tags. Everyone is aware of the importance of title, description, h1-h6, alt and other tags. No one denies that they affect website optimization. But search engines have an ambivalent attitude towards one of the tags - the keywords tag.

In recent years, there has been a heated debate on the Internet that continues to this day: is it worth using the keywords meta tag at all? Unfortunately, no one can still give an exact answer. Let's consider different points of view and try to understand this issue.

What are keywords?

Keywords are keywords (no more than 20 for one page of the site) corresponding to the content of the page.

In the page code this meta tag looks like this:





Initially, the tag had a significant impact on the relevance of the site’s pages, and consequently on the site’s ranking in the top positions of search engines.

Knowing this, the site owners began to cheat - abuse keywords or add a large number of inappropriate words to this tag. And the search engines discovered this quite quickly.

What is happening now?

As they say, from one extreme to another: as a result, search engines stopped attaching any meaning to this tag at all.

Yandex

Yandex representatives stated the following about keywords: “...may be taken into account when determining whether a page is relevant to search queries”.

Please note that the keyword here is Maybe. After all Maybe doesn't mean at all taken into account.

Google

The system leaves no doubts and gives no grounds for thought. Everything is concise and clear here: “We don’t use keywords meta-tag in a search-ranking”, “Google has ignored the keywords meta tag for years and currently we see no need to change that policy”.

“We do not use the keywords meta tag in search rankings”, “Google has ignored the keywords meta tag for many years, and there is currently no need to change this policy”.

Rambler, Yahoo, Mail.ru

They share the opinion of Google and believe that the keywords meta tag has exhausted its usefulness. Therefore, it is not taken into account by these search engines at all.

But why do many people still use keywords?

Most likely, this is due to Yandex’s ambiguous wording about the tag. The logic of site owners is this: if there is hope that Yandex will take the tag into account, and Google, Rambler, Yahoo and Mail.ru are neutral about the meta tag, then filling it out will not make things worse.

What if it does?

There is an opinion among optimizers that filling in the keywords tag can be harmful. If search engines do not consider a tag as a tag, then the text included in it is read as regular site text. And if you have already used these keys in other tags and in the body of the text, then there is a risk of “overspamming” the page with keys. Well, overspam (excessive nausea) can get you under the filter.

1PS point of view

So far we have described the general situation and the different opinions on the issue. Everyone has their own point of view. Our point is that it is better not to fill in the keywords tag. There is definitely no benefit from it, but there is still a risk of falling under the filter.

It’s better to promote your website with the right content and tags , <H>, <alt>and other methods of technical optimization. By the way, most of these techniques are taken into account in the Search Engine Promotion service.</p> <p>P.S. Good luck in promoting your resource.</p> <p>Among Internet users, webmasters and even professional website optimizers (SEO), there are many legends and an abundance of misconceptions about the influence of certain factors on the results of website promotion using search engine optimization methods.</p><p>It is impossible to consider all such misconceptions regarding website optimization methods in one article. We will pay attention to only one of them...</p><h2>Description and keywords meta tags are useless...</h2><p><b>Is it so?</b></p><p>I will quote a couple of critical phrases from an employee of a respected company regarding a certain book on website promotion. The author writes in the mailing list: " <i>Tips on how to correctly fill out title, meta keywords and meta description tags. Obviously, they are outdated, since search engines have not been paying attention to meta tags for a long time.</i>"</p><p>Let's not cling to words, let's skip the Title tag mentioned in the heap. No one doubts its importance. But there is a characteristic misconception about the role of meta tags.</p><h2>Yandex and meta tags...</h2><p>Under the heading:</p><h3>How can I ensure that my page is found by those who need it?</h3><p>Several tips have been written. I will give only two, I will skip the rest, since everyone can read them themselves on the page Tips for a webmaster. Since our article was written, the page has changed a lot, but the following was written there:</p><p><b>There are a number of tips to help users find your page:</b></p><ul><li>[...missed...]</li><li>Give each document a description in the description tag <br><b><i><meta name="Description" content="Recommendations for writing pages for webmasters, taking into account the wishes of the developers of the Yandex.Web search engine"> </i> </b></li><li>Don't forget to use keywords that are unique to each page if possible. <br><b><i><meta name="Keywords" content="rating, relevance, relevancy, search engine, morphology, Russia, search engine, Russia, Russian language, morphology, CompTek, Yandex, Yandex"> </i> </b></li><li>[...missed...]</li> </ul><p>Are comments needed, I think not. Anyone who can read will easily understand that the keywords and description meta tags must be filled out, and this must be done wisely. The content of these tags for each page of the site must correspond to its content.</p><p>What was written above has been slightly outdated for some time now (in 2007), since the advice given has disappeared on the indicated Yandex pages with advice for webmasters. Whether it follows from this that Yandex has completely stopped taking into account information in the keywords and description meta tags, I don’t know.</p><p>But now on Yandex there is a page dedicated only to <meta name="description" . Вам стоит обязательно ее прочитать.</p><h3>Meta tags and page content</h3><p>Among those who use the keywords and description meta tags, a very common mistake is that all pages of the site contain meta tags that are identical in content.</p><p>Most often this is due to the fact that the site is static or the content management system does not provide easy filling of these tags individually for each page of the site.</p><p>It is worth noting that all of the above refers to the category of tips for optimizing pages for the Yandex search engine. Other search engines (Google, Rambler, etc.) may act differently. To find out the specifics of optimizing sites for them, you need to read other sources.</p><h2>Meta tags and Google...</h2><p>The Google search engine gives clear and precise <a target="_blank" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35264&topic=8522#writegooddescriptions">instructions for using the tag <meta name="description"...></a>, you shouldn’t ignore them :-). We quote:</p><p>Guidelines for Writing Good Meta Descriptions</p><ul><li><b>Create a separate description for each page.</b> Using identical or similar descriptions on every page of a site is of no benefit when individual pages appear in search results. In such cases, we most likely will not show boilerplate text. Whenever possible, create descriptions that accurately reflect the content of a specific page. Site-level descriptions can be used on the home page or other general pages, but otherwise use per-page descriptions. If you don't have time to create a custom description for each page, try creating a content hierarchy: at the very least, create descriptions for the most important URLs - the home page and other popular pages.</li><li><b>The description must include clearly labeled facts.</b> The meta description should not consist only of sentences; it can and should include structured data about the page. For example, news articles or blog posts may include the author's name, publication date, and related information. This way, potential visitors can get very important information that would otherwise not be included in the snippet. Similarly, in the description of product pages, you can include important information such as price, age group, manufacturer, which is scattered in different parts of the page. A good meta description will help bring this data together. For example, the following meta description gives detailed information about the book. <p><META NAME="Description" CONTENT="</p><p>In this example, the information is clearly labeled and structured.</p></li><li><b>Create descriptions using software tools.</b> For some sites, such as news sources, creating accurate and unique descriptions for each page is quite simple: since each article is an opinion piece, you can easily add a single sentence as a description. For large sites created on the basis of databases (for example, for sites aggregating product information), create individual descriptions"вручную" невозможно. В таком случае вполне уместно создавать описания с использованием программных средств, что мы и рекомендуем делать. Хорошие описания должны легко читаться и отличаться друг от друга (об этом говорилось в первом пункте). Постраничные описания с указанием конкретных данных, о которых говорилось во втором пункте, лучше создавать с помощью программных средств. Следует учесть, что метаописания, которые состоят из длинных цепочек ключевых слов, не дают пользователям четкого представления о содержании страницы. Скорее всего, такие описания не будут использоваться вместо обычного фрагмента.!}</li><li><b>Use quality descriptions.</b> Finally, make sure your descriptions actually describe. Since users don't see meta descriptions when browsing pages, this content is easy to miss. However, quality descriptions can show up in Google search results and significantly improve the quality and volume of traffic coming to your site from search engines.</li> </ul><h2>Meta tags and Rambler</h2><p>Rambler takes the most irreconcilable position, on the page “How can I make Rambler find my documents?” he writes, and I quote: “Rambler robots ignore fields when scanning <meta name="keywords"...>and all other fields <meta...>, except <meta name="robots"...>. This is due to the fact that our system tries to index the document as it is (that is, as the user sees it). It is no secret that often the creators of Internet pages abuse these fields, trying to force search engines to find a document for queries that are not directly related to it."</p><p>Let's add that CMS UlterSuite allows you to manage meta tags without problems; it allows you to have them on each page of the site as required by the content of this page.</p> <p>Hello, dear readers of the blog site. Today I would like to go into a little more detail than I did in the article about website promotion, to dwell on the title, description and keywords meta tags, which have been factors influencing the success of web project promotion for more than fifteen years.</p><p>But are they really that useful for your website? Or maybe they are the reasons for the vegetation or very sluggish progress of your Internet project? I will try to answer this question in this article.</p><p>When writing this material, I took into account not only my experience, but also the experience of specialists considered authoritative in this field (for the most part, they were included in my list). Reintroduce you to .</p><p>Also, for many questions and terms that I encounter, I will refer you to more detailed materials, so as not to waste your and my time. Well, now let's quickly begin to resolve the intrigue - <b>why a title can be dangerous</b>?</p><h2>Are title, description and keywords meta tags important for SEO?</h2><p>So, in order to understand the train of my thoughts and not get lost, you need to start from the beginning, namely from the distant 90s, when the “great and terrible” meta tags (read about) appeared for the search engines available at that time. At that time, the idea of ​​using Larry Page (one of them) to determine the most relevant web pages to the query entered by the user into the search bar had not yet been implemented.</p><p>This means that the main factor by which the search engine solved the problem of relevance (compliance of the document with the question that the user asked the search engine) was the analysis of the text for the content of words from the user’s request. Not only the density (frequency of use) of the keys in the article was taken into account, but the contents of the keywords, description and meta tags were also considered with all passion. <b>especially the title</b>.</p><p>It is from those very distant times that the belief comes that these same meta tags are the key to success in promoting your article. But this is far from the case, and even more than that, everything has turned upside down. They may be the cause, or they will simply put a spoke in the wheels when trying to promote it. Why is this happening? Let's try to figure it out.</p><p>All this mess in code might look something like this:</p><p> <head> ... <title>They hinder progress ...

Actually, you will need to know the syntax for creating a description, title and keywords mainly only for the formal purpose (well, or if you are creating a static site on Html files).

If you create a project on the (site engine), then you will be given the opportunity to simply fill out the form fields, after which this content will be inserted into the title, description or keywords in the web page code. But this is not the point, because we are not talking about details (more on them below in the text), but about global things - why these innocent things can be a killer factor for website promotion.

So, initially these meta tags were supposed to serve a good purpose - make life easier for search engines to identify the pages that are most relevant to the search query. As they say, the road to hell is paved with good intentions. If an idyll existed for some time, it was only until competition for the Top search results appeared (traffic comes mainly only from the first page of search engine results for any), and the very presence of a resource in the Top did not directly affect the benefits received its owner.

Widespread spamming of description and keywords meta tags began, and the title also suffered. When ranking, search engines were no longer able to rely on factors that could easily be cheated, and gradually the meaning of the words included in the description and keywords was completely leveled(perhaps not to zero, but very close to it).

For some reason, search engines did not dare to act so harshly with the title. The words contained within this miracle tag are still of paramount importance in ranking, but relatively recently even this tenet of promotion (which lasted about fifteen years) has become less unshakable.

Description and keywords - meta tags that do not affect rankings

So, let's make an interim summary. Can Keywords be thrown in the trash? Well... Probably not. Personally, I try (if I remember) to write down the keys in it, but only those that are most often found in the article. The fact is that they have almost completely ceased to have a positive influence on promotion. But Keywords is still capable of shitting all the raspberries. Search engines have not yet abolished the punishment for spam in meta tags.

What's the description? Everything is not clear here. Why? Again, spamming keys in it can negatively affect your promotion. Why is it needed then, if the keywords are contained in it? are not taken into account when ranking, but can cause harm at the same time?

The fact is that the contents of the description by the Google search engine can quite often be used as a resource, especially at first. So, for example, my recent article about in Google search results for the query “translit” looks like this:

This is not the entire text from the description, because Google and Yandex only take into account a certain number of characters (you can count it yourself, but usually they focus on 150 characters including spaces):

I said that the snippet is most often generated by Google in this way, but Yandex sometimes also does not neglect this opportunity. All for the same request “translit”, the snippet in its output again so far consists of the words contained in the description of this web page:

As you can see, in the resulting snippet from both search engines, the query keywords (which I also used when writing the description) were highlighted in bold, which somewhat increases the chances of a transition to my site, because attracts additional attention to the ad.

This is the main purpose of description for website promotion - the snippet created by a search engine based on it should attract the attention of users and encourage them to choose your resource to go to.

Whether or not the description you wrote will ultimately be used as a snippet is a different question. Your job is to write it down with the obligatory mention of keywords, as well as intriguing and exploiting curiosity content users (within 150 letters).

However, this meta tag is only one of many ways to tell search engines what kind of text they should use as a snippet. Moreover, this method is not the most reliable and does not give any guarantees, but it is simple and straightforward - you just need to get used to always filling out the description fields before publishing an article.

It is clear that if you are in the Top for the request “plastic windows”, you will use the entire arsenal of ways to influence the snippet (for example, this one), because this can result in simply fantastic amounts of profit due to the increased CTR of your ad (coupled with title). But I personally am content with only the mandatory filling out of description, and also keywords (a bunch of them, but now I’ve already given up the latter, because that’s okay).

Title decides who will be in the Top and who...

What is the main difference between Title and Description? If you overspam keywords in all three meta tags, you can seriously pay by losing positions in search engines. This unites them and makes them a rather dangerous tool in the wrong hands.

But the Title (page title) has one difference. If you don’t write the other two meta tags, then nothing terrible will happen, but if you forget to write a title for a web page, then most likely it will will not participate in the search, i.e. will not be added to index().

Another thing is that almost all CMS automatically generate a title from the title of your article, and the ability to manually change it is usually provided optionally (for example, using appropriate extensions). Therefore, only owners should take care of its mandatory registration.

But the mere presence of a completed header on absolutely all pages of your site does not make a difference. There are a number of nuances that must be observed automatically when composing texts for titles and which can greatly affect both positively and negatively.

Moreover, it should be noted that this tag performs two very important roles:


It is precisely from taking into account these two concepts that one should proceed when composing the optimal text of the title. This could be the end of the conversation about him, but not everything is so simple. Let's try to chew all this in detail and pay special attention to those mistakes that can lead to fatal consequences.

Let's start with the impact of the title tag on ranking (from the webmaster's point of view, on promotion):

  1. As I already mentioned, the main condition for successful promotion should be the presence of headings for all web pages of your site. No title - no search traffic.
  2. The second important condition is that this tag is used in the web page code only once and only inside the Head container (and not Body). In general, the CMS (content management system) you use should be responsible for this, but it doesn’t hurt to check that it’s working correctly. To do this, just look at the source code of any page on your site and make sure that the title tag is present and correctly inserted into this very code.

    You can view the source code of a site page by right-clicking in your browser and selecting the context menu item “Source Code” (in Opera), or “Page Source Code” (in Firefox), or “View Page Code” (in Google Chrome) , or View HTML Code (IE).

  3. Headings for all pages of your site should be different from each other (be unique). It is quite difficult to achieve this in practice (for example, my main page has pagination and these same numbered subpages cannot boast of unique titles), however, for those pages that you promote, this rule must be followed. A large number of pages with the same title tell search engines that this site is similar to GS.
  4. The order of keywords inside the title tag is also taken into account by search engines (mainly Google), so it is important to place the most frequent keywords at the beginning (he will tell you about this), and then in descending order of frequency. Implementing this task in practice is not so easy, because the page title must remain readable and, if possible, attractive.
  5. Some CMS (for example, Joomla 1.5) by default form the page title from the site name that comes first, and only then add the title of the article. Following the logic of the previous paragraph, you cannot do this, because you will worsen the ranking (promotion) of your resource (you can find links to materials in the article about). Although a well-known SEO expert refutes this principle with his example:

    An exception to this rule may be made for well-known brands, the mere mention of which may be an incentive to click on an ad (for example,).

  6. Recently, Yandex and Google have become sometimes don't use title as a site title in search results. Most likely this is a response to the fact that this tag does not reflect or does not fully reflect the content of the article. From here we conclude that the words you display in it must be completely relevant to the text of the web page, otherwise the search engine will distort everything to its own taste and color.
  7. Most experts advise limiting title length a certain number of characters (about 70), but personally I don’t always adhere to this rule, because I can’t create short headings. In principle, Yandex can select fragments with keywords from this tag of any length, which allows you to optimize the article for a larger number of queries. It won’t look like ice, but it’s quite acceptable, in my opinion:

    True, Google, unfortunately, does not know how to do this and the user may not see the keywords from his request at all in the title of the ad for my blog:


  8. There is one more point that I personally do not implement when compiling titles for my blog. By default, in many CMSs it is formed from the text of the article title, which will most often be enclosed in . Because the presence of keys in H1 is a ranking factor in itself (although not as powerful as the title), then it makes sense to write the title of the entire page slightly different from the title of the article. I personally don’t do this (it breaks), and in my H2 tags they live, not in H1.

    In WordPress, they usually use . to write unique titles, but in Joomla, as described in the article about .

  9. In general, it is very important not to overdo it. On the one hand, brevity is the sister of talent, but simply listing keys in a title can lead to dire consequences (lower rankings or even the page being completely removed from the index). On the other hand, in order to reduce its size, it is advisable to use less empty (stop) words (conjunctions, particles, pronouns), which cannot in any way affect the ranking. All in all, we need to look for a middle ground.

How to write a title that exploits curiosity

A little higher, we looked at the technical aspects that primarily affect the successful ranking of your documents (their promotion). But so far we have only talked very superficially about the second task that Title performs. I'm talking about creating a catchy headline that can very significantly increase the frequency of clicks on your ad in Yandex or Google search results (ctr).

It won’t be very easy to implement all the tips described below in practice (I can’t do it), but if it works out, then this may eventually happen. The idea is to make the page title (title) not only meet all the requirements described above, but also be able to arouse curiosity in the majority of users who read it.

So, let's look at the basic principles of creating headlines that can awaken one of the most powerful driving forces of cognition - curiosity. In order to satisfy his interest, the user will be able to read your article from cover to cover, the main thing will be to maintain the interest throughout the entire article and not disappoint the user at the end (do not cross the line and do not stoop to).

    What arouses users' curiosity the most are those titles (title, among others), the statements in which challenge established concepts. This will be especially effective for the reader who is familiar with this topic, but your title breaks the stereotypes he has formed and it begins to seem to him that he probably doesn’t know something (missed something, didn’t take into account, or there is some secret , which he does not know).

    The desire to figure it all out flares up, and that’s what you needed. An example, probably, can to some extent be the title of this article (a test of the pen, so to speak).

    So, in the way described above, you create some confusion (discord) in the reader’s head, thereby trying to stimulate him to read your article. But it's not that simple. Many readers will be on their own (people tend to evaluate their knowledge, as a rule, higher than it actually is).

    They will assume that they already know what your article is about. You need to write the title so that they understand that you know what they know, but in the article you will talk about something still unknown to them.

    Well, it would be nice if the text of the article corresponded to the title that was compiled with such difficulty. Each paragraph should maintain intrigue and curiosity, quietly answering the reader's questions.

    In general, it is clear that the matter is dark. If you have talent, then using these tips you will be able to create a catchy title, but if you don’t, then you won’t (like me, for example).

Good luck to you! See you soon on the pages of the blog site

You can watch more videos by going to
");">

You might be interested

Keywords in text and headings
How keywords affect website promotion in search engines
Methods for optimizing content and taking into account the theme of the site during link promotion to minimize costs
What search engine optimization factors affect website promotion and to what extent?
Deciphering and explaining SEO abbreviations, terms and jargon







2024 gtavrl.ru.