I am working on a news portal site. For each individual news-article etc... Is it better to have a seperate page for each for SEO considrations? In the long run this mean thousands of individual permanent pages, related to my own site content so I am thinking this might be good.
OR
is it better to let the user read this article when he clicks the (read more) with php pulling it from the database it will display that whole article for that instant only. So the whole article will be created ONLY when the user wants to read it all. But there will not be a permanent page for it. The good side of this is though, it makes the website updating more automated.
Which option is better for SEO and is there a big difference or it doesn't matter much?
OR
is it better to let the user read this article when he clicks the (read more) with php pulling it from the database it will display that whole article for that instant only. So the whole article will be created ONLY when the user wants to read it all. But there will not be a permanent page for it. The good side of this is though, it makes the website updating more automated.
Which option is better for SEO and is there a big difference or it doesn't matter much?