Answer the question
In order to leave comments, you need to log in
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
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 );
});
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.
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?
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 questionAsk a Question
731 491 924 answers to any question