php - Topic search in search engines -
i developing website similar web forum. users post queries , others them through replies. in many websites mine, topic of query included in url, e.g. www.sample.com/topic-1.html
or www.sample.com/topic-2.html
, , these links can found via search engines.
how can dynamically generate html files , configure website search engines can access it?
no, aren't putting these files on web server manually. rewriting urls using web server (e.g. apache2/nginx). check response headers more info happens behind scenes.
please see how create friendly url in php?
Comments
Post a Comment