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 :)
Depending on scripting language you are using, search for "language name replace spaces with" and replace the names before saving folders.
in python you can use
a_string = "a b c"
new_string = a_string.replace(" ", "_")
in php:
$replaced = str_replace(' ', '_', $string);
I'm interested how you generated keyword list and how are you using them in the content, just put them into H1, content? How many KWs per page?
Nice journey, good luck!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.