eaglehopes Posted July 20, 2022 Share Posted July 20, 2022 In my site, I used build my own content management system and all menus and related files created by php. All of my pages have .php extension. I used queries to get them(i.e. index.php?page=...&blog=...subblog=... etc.) When user clicked the related blog/subblog page from the menu, I use include function for page and put it in index.php. So all of them shown in index.php, not their seperate links. I created correct sitemap.xml showing each page correctly. So does such structure prevents search engines to crawl their content? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/315065-can-search-engines-crawl-content-of-php-files/ Share on other sites More sharing options...
requinix Posted July 20, 2022 Share Posted July 20, 2022 Modern search engines don't care as long as the URLs can uniquely identify the content they show. 1 Quote Link to comment https://forums.phpfreaks.com/topic/315065-can-search-engines-crawl-content-of-php-files/#findComment-1598422 Share on other sites More sharing options...
eaglehopes Posted July 20, 2022 Author Share Posted July 20, 2022 I am searching the answer in the internet, looking for search engines' pages but I could not find the answer. Thanks @requinix. It is the main problem for me, as you noticed from my questions that are about sitemap , include function, crawling etc. All are about the same problem : not indexed pages. You finally put a period ! Then I will look for other points why my site could not indexed correctly. Quote Link to comment https://forums.phpfreaks.com/topic/315065-can-search-engines-crawl-content-of-php-files/#findComment-1598424 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.