Hello. Is there any way to create a blog subpage where each article can be viewed separately?
I am creating a tool that create articles in a blog and some of the examples of pages that I see, put the title of the article as a parameter in the link.
For example: www.xxxx.com/blog?title=grocery-shopping-with-family
In turn, others have a different page to display the content of the article.
For example, they show the articles on www.xxxx.com/blog but when they click on an article, they are taken to: www.xxxx.com/article/grocery-shopping-with-family
However, I want it to work in such a way that the link is like this:
In www.xxxx.com/blog they can see all the articles, and when they click on a article, they are taken to:
www.xxxx.com/blog/grocery-shopping-with-family
This is possible?. What would be the best possible way to have the best SEO strategy for articles?