Welcome Guest, Not a member yet? Register   Sign In
Does Directory Structure Effect SEO ?
#3

[eluser]meigwilym[/eluser]
When you're building a website with CI, the url structure used does not reflect the directory structure of your files.

For example, a call to
Code:
example.com/controller/method
would involve loading the CI setup files (/system/...), your controller file (/application/controllers/mycontroller.php), perhaps a model file (/application/models/mymodel.php), and perhaps more than one view file (/application/views/myview.php).

If you think about your controller structure with SEO in mind then it should not be a problem.

Mei


Messages In This Thread
Does Directory Structure Effect SEO ? - by El Forum - 10-16-2008, 02:16 AM
Does Directory Structure Effect SEO ? - by El Forum - 10-16-2008, 02:30 AM
Does Directory Structure Effect SEO ? - by El Forum - 10-16-2008, 04:51 AM
Does Directory Structure Effect SEO ? - by El Forum - 10-16-2008, 01:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB