I have a friend who wants to pay me to start and maintain a blog on his website to get some more traffic from long tail keywords. His website is static. Is there any way to create a blog without having to switch his website to Wordpress or another dynamic website? Is it stupid to just create a new page on his site for every new blog post? Should I just all put it on the same page?
Without a database or anything to store user's blog content , how will you create a blog in static website ? If you dont want a pre-made a script like Wordpress , then you may need to develop a custom script to store & retrieve data from a flat (text) file , which is not advisable. So install a separate wordpress for blog & have a link in the static website to integrate it.