moonlighsunligh
Elite Member
- May 1, 2010
- 2,442
- 470
Now I have see one keyword on 3rd page. It just started to get indexes. Also I have found that adding pictures increases indexing significantly so far.Did you rank for any keyword ? how many articles and traffic just now ? Appreciated your effort to enrich our forum. Thanks a lot.
Just replace last paragraph of the code because I added one comma to many:
Code:
#now we post to out wordpres site
try:
the_response = make_post(title,gptchat_article,your_user,your_password,your_site,wordpress_category,
the_image_id
)
the_link = the_response['guid']['rendered']
print("the_link",the_link,"word count",len(gptchat_article.split()),"the_title:",title)
except Exception as err:
print("we have an error",err)
Maybe it even make sense to add more than one picture for some niches, and scrape a bunch of youtube video urls in advance, put them to a file and then randomly add to posts.