SaranacLake 3 Posted Thursday at 06:33 AM Share Posted Thursday at 06:33 AM (edited) Not sure where to post. For my temporary website, I am trying to figure out the best way to name HTML files. I read that Google gives you points for naming image files after what they are (e.g. "dinosaur.jpeg"). Does the same apply to HTML (and PHP) files? For instance, would there be any benefit as far as SEO goes if a file was named this... a.) "table-20-005-unemployed-workers-by-state.html" b.) "table-20-005.html" c.) "123456.html" Edited Thursday at 06:35 AM by SaranacLake Quote Link to post Share on other sites
requinix 958 Posted Thursday at 06:40 AM Share Posted Thursday at 06:40 AM 5 minutes ago, SaranacLake said: I read that Google gives you points for naming image files after what they are (e.g. "dinosaur.jpeg"). Urban myth. Google does not care. People care. People like it when they see a picture of a dinosaur and there's the word "dinosaur" somewhere in that magic box on top of the screen where they type stuff and Google searches for it. Quote Link to post Share on other sites
SaranacLake 3 Posted Thursday at 02:57 PM Author Share Posted Thursday at 02:57 PM 8 hours ago, requinix said: Urban myth. Google does not care. People care. People like it when they see a picture of a dinosaur and there's the word "dinosaur" somewhere in that magic box on top of the screen where they type stuff and Google searches for it. So then I guess it is best to name my PHP and HTML files what works best for me then, right? (On this temporary site, for speed, I am just doing manual pages - with no PHP or database-driven content - to create things, and I have come up with a naming convention to more easily organize things. For instance, I am publishing a lot of tables with data, so having a naming convention will make it easier for me to find and update stuff while I , in parallel, finish my real site.) Quote Link to post Share on other sites
requinix 958 Posted Thursday at 06:30 PM Share Posted Thursday at 06:30 PM Yes. The content and structure of the page matters far more than its URL. Quote Link to post Share on other sites
SaranacLake 3 Posted Thursday at 06:56 PM Author Share Posted Thursday at 06:56 PM 25 minutes ago, requinix said: Yes. The content and structure of the page matters far more than its URL. Ok, thanks. 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.