j.silver 0 Posted November 10, 2015 Report Share Posted November 10, 2015 Hi, As you all know, it is recommended to give folders, files, and the DB less obvious names for extra security. For the above, as well as for username and password associated with website access, I am thinking of giving each name a mix of letters and numbers of multiple languages, hoping to face no problems using charset=utf-8 in all pages, css, js, and DB. Do you consider this to be an acceptable approach or there could be drawbacks I am not aware of? Quote Link to post Share on other sites
Ingolme 1,035 Posted November 10, 2015 Report Share Posted November 10, 2015 I would advise against using anything but alphanumeric characters for files, folders and table names. Hyphens and underscores can be used where needed. Other characters are dependent on the character encoding that is used to create and access the resource. The same character could be represented in multiple different ways. Quote Link to post Share on other sites
dsonesuk 929 Posted November 11, 2015 Report Share Posted November 11, 2015 It depends, if you have basic website where files are placed in hierarchical folders you would need these to be SEO friendly. For more advanced sites this would not be a problem, such as MVC, because you can define the hierarchical structure without the physical need to create each folder. Quote Link to post Share on other sites
j.silver 0 Posted November 11, 2015 Author Report Share Posted November 11, 2015 Wouldn't the use of charset=utf-8 in each page of html, php, js, DB give that needed SEO friendliness or the impact is limited to file content only, without extension to file and folder name? Quote Link to post Share on other sites
dsonesuk 929 Posted November 11, 2015 Report Share Posted November 11, 2015 It is for content, especially for special characters that may be used within content. Quote Link to post Share on other sites
justsomeguy 1,135 Posted November 12, 2015 Report Share Posted November 12, 2015 I see no reason to obfuscate folder or file names. Unless you are using URL-rewriting (in which case it's pretty pointless anyway), it's going to affect your SEO score if search keywords are not in the URL. Quote Link to post Share on other sites
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.