php - How do search engines index MVC pages? -
manually can make php pages in directory. e.g.
- index.php
- about.php
- contact.php
but php frameworks laravel pages not exist in file, in database , called when user visits page. e.g.
if person visits http://mywebsite.com/contact , framework in database page named 'contact' output user.
but how google (or other search engines) find pages if exist in database?
google can index these fine "server-side" generated. files not need exist google able index them, exist @ server-side level.
where google has issues indexing if site "client-side" based , uses ajax pull content browser. search engine spider can't execute javascript never find content. however, google has defined guidelines people content indexed in web masters guide.
Comments
Post a Comment