E
E
Egor Babintsev2019-10-06 15:45:23
Search Engine Optimization
Egor Babintsev, 2019-10-06 15:45:23

How to create a blog in php so that it is indexed?

The question arose of creating a small blog with articles. Here they advised the standard structure, to enter articles through the admin panel into the database, and then on the page with the tape, pull them out of the database and display them. And for a page with a separate post, pass the article id request via get and pull it out of the database, and then also display it. BUT, if all the texts are in the database, how will this affect the indexing, it turns out that I will need to add links with all id to the sitemap and it will work? Or are there any pitfalls?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2019-10-06
@inoise

That where data lie does not affect indexing in any way. And in general, use frameworks where this is almost a basic functionality. Laravel there, Yii2,..

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question