[Journey] AI blogging (source code included)

rijiwi9723

Registered Member
Joined
Jan 3, 2023
Messages
84
Reaction score
67
Hello everybody,

I have been checking BHW (BlackHatWorld) for almost a year now, and I have learned a lot about SEO. I have tried a few methods, but unfortunately, I haven't achieved significant financial success yet (perhaps I'll share those experiences later). Recently, I came across this article: https://www.blackhatworld.com/seo/800k-in-2-months-with-automated-content-amazon-affiliate.1514586/ . As a programmer myself, I have read about everything they discussed here on BHW, so I decided to give it a try.

  1. I discovered an expired domain with a Domain Authority (DA) close to 30 on https://www.expireddomains.net/.
Screenshot 2023-07-31 at 10.21.28.png

  1. After purchasing the domain, I set up hosting using WordPress and a free template. Since the country code wasn't supported elsewhere, I opted for a local hosting provider.
  2. I configured Google Analytics and Google Search Console for tracking and monitoring website performance. Additionally, I installed plugins to ensure a correct sitemap.xml and improve the loading speed of the website.
  3. To generate articles automatically, I utilized ChatGPT with the AIPRM plugin found at https://www.blackhatworld.com/seo/a...rompt-available-blog-copywriting-seo.1504138/. I intend to generate and upload articles automatically by using the AIPRM prompt I found in network traffic.
Screenshot 2023-07-31 at 10.32.35.png
They want to add feature to see prompt on their website so I guest it is ok to use it.
  1. To create title images, I use Unsplash for developers. Once registered, you receive a client ID, and the best part is that it's free.
  2. For facilitating communication between Python and WordPress, I utilized the wordpress_xmlrpc library. Although it served the purpose, I acknowledge that it's quite slow. I intend to address this issue and find a more efficient solution in the future.

I appreciate all the information and support I received from this community. You can find code below.
Please create keyword_list.txt in same file.

So far, I have published 56 articles, and I'm pleased to see that all of them are indexing properly. In the future, I plan to implement categories on my website to enhance its organization and user experience.
 

Attachments

Forgot to mention I use semrush for keyword research. Check largest local eshop and filter all keyword under 29% KD .
Screenshot 2023-07-31 at 14.52.03.png
Planning setup affiliate with company or their competitors in the future.
 
Hello. Thanks for the code.

Have you checked the backlinks?
Is your domain indexed in google?
Are you sure the domain wasnt used for spamming?
Full background check?

So in your opinion DR of ~30 is good enough to buy expired domain?
Plus the backlinks and so on.

What theme you use on your site?
When you started this?
How many articles uploaded in first day?
Can you share these details?
I have read that sometimes Google doesnt like tons of articles pushed in 1 day
 
Hello. Thanks for the code.

Have you checked the backlinks?
Is your domain indexed in google?
Are you sure the domain wasnt used for spamming?
Full background check?

So in your opinion DR of ~30 is good enough to buy expired domain?
Plus the backlinks and so on.

What theme you use on your site?
When you started this?
How many articles uploaded in first day?
Can you share these details?
I have read that sometimes Google doesnt like tons of articles pushed in 1 day
Yes, website was used by site building company so most of the backlinks are like "Website was created by XY". Website was used for gambling niche year ago and I can see lots of pages in google search console (I don't know why because there are not in sitemap). All of them are indexed so I guest it is not problem.

I exported 1000+ webpages expired this month and check their ahref DR here https://seo-rank.my-addr.com/ . The best of them had score around 30 so I don't want to waste time. I need to improve in domain search for sure. Thinking about backlink building in the future don't have any knowledge yet.

Theme is called Newsmatic. I started 3 days ago, programmed code during weekend. Uploaded only 40 articles and I want 60 more today and then I wait and maybe improve code to be sure that onpage seo is working.
 
this looks good but i see many ways to improve this code :)

btw thanks for sharing
 
this looks good but i see many ways to improve this code :)

btw thanks for sharing
I am open to any suggestion.

If the main logic is not totally wrong I will be posting code update here. I need to improve these things for sure
1. upload_image function is really slow, need to find replacement
2. meta descriptions are not really working, cannot find custom_fields for seo meta tag
3. improve text output formating, title and seo metadata are not always generated at the same place
4. async feature, run multiple keyword at the same time
 
Nice journey to be followed.
Thanks for sharing the script op.
 
Nice Plan and looking forward for your updates. Good Luck
 
Hello everybody,
Index pages start rolling slowly. I can see some event count.

Screenshot 2023-08-02 at 22.06.34.png

Uploaded 300 articles so far. Thinking about publishing much more content per day.

And of course little code update
- add multiprocess function (program is posting multiple articles at the same time)
- use different upload image function (you need to create application password in WP user setting), MUCH FASTER
- posting with tags (please add keyword_category.txt in file and paste there website url, my format is ['https:', '', WEBSITE, CATEGORY])

I was reading about keyword clustering but it is little bit harder when you have different language than English. Maybe future update.
 

Attachments

Following. Looking forward to see how this develops over time.
 
Following this thread .
I plan to start making money with AI blogging , so this helped me a lot .
Thanks for sharing the source code bro .
 
I wanna promote Amazon Articles with it, like I post the link, and the script takes the pictures of it and making a blog article of it. Do u think you can make an version of it?
 
Hello everybody,

I have been checking BHW (BlackHatWorld) for almost a year now, and I have learned a lot about SEO. I have tried a few methods, but unfortunately, I haven't achieved significant financial success yet (perhaps I'll share those experiences later). Recently, I came across this article: https://www.blackhatworld.com/seo/800k-in-2-months-with-automated-content-amazon-affiliate.1514586/ . As a programmer myself, I have read about everything they discussed here on BHW, so I decided to give it a try.

  1. I discovered an expired domain with a Domain Authority (DA) close to 30 on https://www.expireddomains.net/.
View attachment 273682

  1. After purchasing the domain, I set up hosting using WordPress and a free template. Since the country code wasn't supported elsewhere, I opted for a local hosting provider.
  2. I configured Google Analytics and Google Search Console for tracking and monitoring website performance. Additionally, I installed plugins to ensure a correct sitemap.xml and improve the loading speed of the website.
  3. To generate articles automatically, I utilized ChatGPT with the AIPRM plugin found at https://www.blackhatworld.com/seo/a...rompt-available-blog-copywriting-seo.1504138/. I intend to generate and upload articles automatically by using the AIPRM prompt I found in network traffic.
They want to add feature to see prompt on their website so I guest it is ok to use it.
  1. To create title images, I use Unsplash for developers. Once registered, you receive a client ID, and the best part is that it's free.
  2. For facilitating communication between Python and WordPress, I utilized the wordpress_xmlrpc library. Although it served the purpose, I acknowledge that it's quite slow. I intend to address this issue and find a more efficient solution in the future.

I appreciate all the information and support I received from this community. You can find code below.
Please create keyword_list.txt in same file.

So far, I have published 56 articles, and I'm pleased to see that all of them are indexing properly. In the future, I plan to implement categories on my website to enhance its organization and user experience.
How many words this prompt is generating?
 
Back
Top