Hi all
Im working on a site that has a url structure like this
homepage.com
homepage.com/services/service1/
homepage.com/services/service2/
the url homepage.com/services/ returns a 404
My thought is to delete the /services/ folder and restructure the website as
homepage.com/service1/
homepage.com/service2/
etc
I'd of implement 301's
There is not even a need to create a page and content for the /services/ url - as the homepage should contain all this information.
What would you guys recommend?
Im working on a site that has a url structure like this
homepage.com
homepage.com/services/service1/
homepage.com/services/service2/
the url homepage.com/services/ returns a 404
My thought is to delete the /services/ folder and restructure the website as
homepage.com/service1/
homepage.com/service2/
etc
I'd of implement 301's
There is not even a need to create a page and content for the /services/ url - as the homepage should contain all this information.
What would you guys recommend?