Re: Keywords and file structure
Dutchie69 wrote:
I was wondering if the MOD can be MOD'ed so that the name of the post can be the file name. keyphrase1.htm would be better than file-1.htm.
Only if you drastically change the way the urls are re-written. Right now it just executes a "find/replace" of the existing output to rewrite according to pattern.
To do what you describe needs a database lookup and would have to be moved to the point at which the title is extracted.
This would be vastly different. It's a planned update to the mod, but it brings complexities that need thorough testing.
Others have done similar work, but their work has been buggy and not suitable for production.
Quote:The other thing which I would highly recommend is the ability to not refer to /index.php especially if the site endings are all .htm. In
www.able2knows.com case the
'Forum Index' link above should link to
www.able2knows.com/ and not
www.able2knows.com/index.php Google has a problem with this as it counts them as two separate pages, which drains page weight.
This is an easy change done in the page header. I have already added this to a future release of this mod.
Quote:The consistancy in file structure for SEs are very important.
No, it's not. Search engines care not a whit about consistency in file-types. Not a
single one of the popular search engines
ever has unless they were filtering searches to a particular file-type (e.g. an mp3 search).
Quote:I would like all file endings to be either .htm or .html or .php not a bit of all and preferably
www.able2knows.com/file/ (so that I am not bound to HTTP, PHP, ASPX etc.)
This goes far beyond the scope of this mod, and is not something I would find worthwhile to code.
No.
Sure, just open includes/page_header.php and find:
Code: 'U_INDEX' => append_sid('index.'.$phpEx),
Change that to whatever you want it to be.
Quote:Any chance we can make the file names post orientated like /widgets/blue-widgets/
Sure.