[Journey] 1 million UVs/month in 12 months using AI generated content. Let's do it!

Status
Not open for further replies.
The project is going VERY well. It's running on 7 domains now and the oldest site just crossed 10k monthly clicks with 4000+ articles.
Congrats! Almost didn't recognize you with new username and profile pic.

Are you monetizing it yet?
 
For the assisted AI content creation I'm using one of the paraphrasing tools that is commercially available. I dont want to advertise anything specifically here. You could just as well use Quillbot like some people do.

For the fully automated creation (muuuuuch faster, a bit more mistakes) I'm running Pegasus on my own PC. I'm using exactly this: https://huggingface.co/tuner007/pegasus_paraphrase
---
To the other guy - there's no ready made tool to do something like this well. At least I haven't seen one. You gotta build it yourself with your own twists. I can give you advice but I'm not going to release my entire sourcecode. It's also not for sale.
Whats the RAM requirements for pegasus? I couldnt find it online but most AI tools require a ton.

Also would you consider your srticles to be actually readable and answer the query or is it mostly random excerpts. Because I have an old bot I made that follows the same principle as yours. (Google query, get h2 from each page and the text underneath) then mix matches them all into a single article.

Also are you using beautifuk soup for parsing the text or newspaper?

My issue with newspaper is that u cant grab the h2 so u end up with a massive article. I wanted to combine different h2s using newspaper otherwise not sure how else ur supposed to mix max them since theres no way to tell apart when theres a new section its talking about and when there isnt
 
Look at the structure of my article. I get a main keyword like "running knee pain" and find sub-topics. The for each subtopic I'm looking online for a paragraph that ranks and answers the question.
So you are doing a google search for each individual h2? How many proxies u running?
 
I am inspired! Should continue my Python learning though :)
Programming is an essential skill!
Congrats! Almost didn't recognize you with new username and profile pic.

Are you monetizing it yet?
Bought JR. Vip and thought changing my old nick will by a nice refreshment :D
Not monetizing yet. Waiting for bigger traffic.
Whats the RAM requirements for pegasus? I couldnt find it online but most AI tools require a ton.

Also would you consider your srticles to be actually readable and answer the query or is it mostly random excerpts. Because I have an old bot I made that follows the same principle as yours. (Google query, get h2 from each page and the text underneath) then mix matches them all into a single article.

Also are you using beautifuk soup for parsing the text or newspaper?

My issue with newspaper is that u cant grab the h2 so u end up with a massive article. I wanted to combine different h2s using newspaper otherwise not sure how else ur supposed to mix max them since theres no way to tell apart when theres a new section its talking about and when there isnt
No idea about the RAM ma main machine has 32GBs of fast ram.
You can check an article I posted earlier, I think it was very readable.
Newspaper can get the html with:

article.download() article.html

And then you extract the headings and find it in the content later :)
So you are doing a google search for each individual h2? How many proxies u running?
0 proxies :) We're using a SERP api service. Don't really want to advertise so I don't look like a shill LOL. There are dozens on the market.
1 million unique visitors per month are indeed huge project, Good luck with your journey OP
I consider 10mil+ a big project. I already own several 100k+ whitehat niche websites.
 
This is amazingly amazing. I never thought AI generated content could bring traffic. Weldone here.
 
This is amazingly amazing. I never thought AI generated content could bring traffic. Weldone here.
are you familiar with mvorganizing.org?
 
Programming is an essential skill!

Bought JR. Vip and thought changing my old nick will by a nice refreshment :D
Not monetizing yet. Waiting for bigger traffic.

No idea about the RAM ma main machine has 32GBs of fast ram.
You can check an article I posted earlier, I think it was very readable.
Newspaper can get the html with:

article.download() article.html

And then you extract the headings and find it in the content later :)

0 proxies :) We're using a SERP api service. Don't really want to advertise so I don't look like a shill LOL. There are dozens on the market.

I consider 10mil+ a big project. I already own several 100k+ whitehat niche websites.
Hey man, how do you get 100k+ traffic on whitehat niche sites? Mind sharing the keyword research technique you do?
 
Hey man, how do you get 100k+ traffic on whitehat niche sites? Mind sharing the keyword research technique you do?
literally legit niche sites monetized with Mediavine/Adthrive. there's no real method here. Start with low competition keywords, and go higher with time. Make great quality content, original pics and research.
 
literally legit niche sites monetized with Mediavine/Adthrive. there's no real method here. Start with low competition keywords, and go higher with time. Make great quality content, original pics and research.
How many posts should you start for low competition keywords? is it fine if I always target low comp keywords for 1-2 years??

And never build backlinks? Did you build backlinks??
 
is it fine if I always target low comp keywords for 1-2 years??
once in a while test a keyword that is a level above the competition you usually target. If you can rank it then you're graduating to the next league, so to speak.
 
From what I read, you are using Newspepper3k for scraping, how do you get headings from that? or you don't and make them in other way?

Great, very informative journey - good luck to you :)
 
I'm going to call it objective met:
View attachment 182197
15 day average is way above the requirements to beat 1,000,000 page views a month. Earnings are averaging $200 - $230 a day.

Next objective, 10,000,000 page views a month by March 2022 and $2,000 a day.

Might be a struggle to get that but gotta try.

Hey folks,

I have a background in computer science. I already own several profitable content websites (but nothing crazy), and I'm tired of creating/outsourcing content.

I've created a simple app in Python that goes through the top results on Google for a given keyword, takes a paragraph from each for semantically relevant keywords, constructs a new article out of it, and paraphrases it using an AI tool. It also generates related images, adds nice formatting, and schema (I'm using FAQ schema a lot for PAA keywords).

I'm using WordPress on Linode with Centminmod. Posting using the REST API.

In the nearest future I'm launching 3 sites:
  1. My passion hobby project - I will generate articles using AI, but edit them manually - So far this one is up with 3 articles, started yesterday.
  2. A big site where I will drip tens of thousands of posts without editing and try to monetize with display ads.
  3. Another fully-automated site that will target local keywords for lead generation.
Attaching a sneak peek of my app. I will show you an example article in my next update.

Wish me luck!
All your project coded with Python ?
 
once in a while test a keyword that is a level above the competition you usually target. If you can rank it then you're graduating to the next league, so to speak.
Solid advice but wouldn't say a keyword/article takes like 4-6 months to rank and show results??? Any way to speed this up or no?
 
For the assisted AI content creation I'm using one of the paraphrasing tools that is commercially available. I dont want to advertise anything specifically here. You could just as well use Quillbot like some people do.

For the fully automated creation (muuuuuch faster, a bit more mistakes) I'm running Pegasus on my own PC. I'm using exactly this: https://huggingface.co/tuner007/pegasus_paraphrase
---
To the other guy - there's no ready made tool to do something like this well. At least I haven't seen one. You gotta build it yourself with your own twists. I can give you advice but I'm not going to release my entire sourcecode. It's also not for sale.

as much as i know Quilltbot does not have an APİ. how we could use it for autoblogging in mass production.

How is your articles is it readble ? unique ? and how many words per article ?
 
Status
Not open for further replies.
Back
Top