I am wanting to do customer routes for users where they get to pick their url name.
http://example.com/customer-name
Can I validate that the name they input isn't already registered in our routes? Like if someone typed "about", http://example.com/about, I could tell them that name is already in use because we have an About page.