Y
Y
yurakresan2020-10-07 14:33:18
JavaScript
yurakresan, 2020-10-07 14:33:18

How much organic content will there be when launching a large site?

Hello. The question is rather philosophical, it is interesting to know the opinion of people with experience. We are launching a large website. Over 1000 pages of descriptions. All bugs seem to be fixed. There are no duplicates. Smart architecture. Popular topic. The question is, how much organic traffic (Google and Yandex) will there be when such a new site is launched?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
Y
Yuri, 2016-01-25
@Petr_Anisimov

like this

function compare(field){
  return function (a, b) {
    return a[field] > b[field] ? 1 : -1;
  }
}
var byName = compare('name');

users.sort(byName);
users.forEach(function(user) {
  alert( user.age );
});

A
Alexey Strukov, 2016-01-25
@pm_wanderer

When you call a function, you forget to send parameters to it.
And in general, something is not right here. The sort function of an array cannot sort objects like.

A
Anton Velichko, 2020-10-08
@yurakresan

All bugs seem to be fixed. There are no duplicates. Smart architecture.

  • The number of errors or their absence depends on the thoroughness of their search, so it is not known how many there are now, which means it is difficult to give an answer
  • There may not be duplicates, but this does not affect how, for example, meta tags are optimized according to the semantic core, so it’s also difficult to say something without data
  • If the site structure is made according to the semantic core, then the chances of success increase, but this does not mean, for example, that there are no internal duplicates of content that negatively affect promotion

Popular topic.

  • If the topic is popular, and the niche is "warmed up", then there can be quite a few competing sites that are engaged in organic promotion, which means that we should expect serious competition, which also affects the positions and efforts that must be applied to achieve TOP positions.

The question is, how much organic traffic (Google and Yandex) will there be when such a new site is launched?

You can calculate an approximate figure using a simple formula: Frequency x CTR of issuance, where
  • Frequency is the frequency of "." by promoted request in a given region (data from Yandex Direct)
  • CTR - value, depending on the position of TOP-1 =1.5; TOP-2 = 1.1; TOP-3 = 0.8; TOP-5 = 0.4; TOP-8 = 0.2

Take a list of requests for which you promote each page of the site and calculate the approximate values ​​for traffic in your region when reaching different TOP positions in the Yandex search results.

P
Puma Thailand, 2020-10-07
@opium

Depends on the topic and efforts in SEO, in general, small sites with relevant topics get several thousand a month from me, with minimal mandatory SEO actions and full inclusion in the index.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question