< Error when uploading files in Injader 2.0.0 - Fixed | Blog | Injader 2.0.1 Released >
Now that Injader 2.0.0 is out, it seems like a good time to ask: What would you like to see next?Actually, I'd like to get rid of the extensions altogether - you'll notice we have view.php at the start. I'd prefer to lose that. However, it's not possible without modifying an .htaccess file, something that I've tried to avoid as much as possible. It may not be possible to avoid this forever though.
Adding .html to the end doesn't make sense for two reasons. Firstly, having both .php and .html in the URL is unnecessary. Secondly, as far as I'm aware, the extension provides no SEO benefit - and file extensions may even be ignored by search engines.
Example:
an-introduction-to-feedburner
vs.
an-introduction-to-feedburner.html
If you wanted to find that page, you wouldn't search for "html". You'd search for "feedburner". The main SEO benefit with filenames is with keywords, and the file extension is not a keyword.
If you had this:
a-beginners-guide-to-html.html
then I'd expect the .html would be ignored.
Don't consider this sort of a add-on but rather a fix to the current style, view.php looks a bit like it was forked off wordpress but I know its custom, so maybe that might help.
But I got your view as well, let me know how it goes
Hey,
Although your features says "Fully SEO friendly urls", is it possible to enable mod_rewrite so all pages are "something.html" ? or it'd be impossible with vars enabled?