Everyone wants to rank their site on the first page of search engine results. There are many factors which influence search engine rankings, and one of them is human readable URLs or SEO friendly URLs. A SEO friendly URL must reflect the content of the site or blog. To know more about SEO friendly URLs, you can <a href="https://www.searchenginejournal.com/five-steps-to-seo-friendly-site-url-structure/">read this article</a> from Search Engine Journal.</p>
<p>There are two ways you can make human readable URLs in PHP. One, by using <a href="https://php.net/manual/en/reserved.variables.server.php">Request_URi</a> method and second via the .htaccess file. In this tutorial, I will be coming up with SEO friendly URLs for the blog using a .htaccess file. You can use the same practice to create the same for any store.</p>

