Search Engine Optimization for pafiledb?

Posted:
Fri Jun 06, 2008 2:02 am
Author: binh.tang
Your phpBB Version: 2.0.
phpBB Type: Integramod 140
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://www.MyMPxPlayer.org PHP Version: MySQL Version: What was done before the problem appeared? What was done to try to solve the problem? De.scription and MessageHi everyone,
I've put a few Search Engine Optimization mods on my IntegraMOD 1.4 install and it works great. However, I can't seem to get the
PAFILEDB optimized.
The main problem/annoyance is the TITLE of my pages from pafiledb just says "Download" and that's it. Search engines like Google and Yahoo find the page, but their de.scription just says "Download" as the title which isn't search engine friendly.
Have a look at this URL as an example]http://www.mympxplayer.org/mpxconverter-sunplus-actions-v09-linux-thu-jun-05-2008-133-am-df849.html[/url].
If you do a search in Google.com for "
amv convert tool site:mympxplayer.org" it shows a lot of pages which only has "Download" in their title which isn't very de.scriptive.
Is there any Search Engine Optimization available for the pafiledb downloads to make the title and de.scription more search engine friendly??? Any help or suggestions would be appreciated.
Re: Search Engine Optimization for pafiledb?

Posted:
Fri Jun 06, 2008 4:57 pm
Author: Helter
you might try asking at phpbb-seo.com
http://downloads.phpbb-seo.com/they have one for smartors album and fap, they may be able to assist you
Re: Search Engine Optimization for pafiledb?

Posted:
Sat Jun 07, 2008 2:19 am
Author: binh.tang
Thanks for your reply but I'm currently using the "phpBB SEO keyword URLs" mod to rewrite the URL's already.
The problem I can see with the php-seo mods is that it's a different URL rewrite so I'm thinking it's going to mess up my current URL's which have already been rewritten using the "phpBB SEO keyword URLs" mod. Is that right?
I found an AWESOME URL mod rewrite (seems to be just be a combination of a whole lot of other phpBB SEO URL rewrites) is called "keyword-urls-mod". I have installed this for my IntegraMOD 1.40 and it works fine. It even works for pafileDB.
The MOD I'm using for the pafileDB is as follows] ##-----[ OPEN ]------------------------------------------# pafiledb/includes/functions_pafiledb.php ##-----[ FIND ]------------------------------------------# $cat_sub .= '<a>' . $cat_row['cat_name'] . '</a>, '; ##-----[ REPLACE, WITH ]------------------------------------------# $cat_sub .= '<a>' . $cat_row['cat_name'] . '</a>, '; ##-----[ FIND ]------------------------------------------# $cat_sub .= '<a>' . $sub_cat_row['cat_name'] . '</a>, '; ##-----[ REPLACE, WITH ]------------------------------------------# $cat_sub .= '<a>' . $sub_cat_row['cat_name'] . '</a>, '; ##-----[ FIND ]------------------------------------------# 'U_VIEW_CAT' => append_sid( pa_this_mxurl( 'action=category&cat_id=' . $parent_cat_id ) ) ) ##-----[ REPLACE, WITH ]------------------------------------------# 'U_VIEW_CAT' => append_sid('dload.php?action=category&cat_id=' . $parent_cat_id)) ##-----[ FIND ]------------------------------------------# 'U_VIEW_CAT' => append_sid( pa_this_mxurl( 'action=category&cat_id=' . $this->cat_rowset[$cat_id]['cat_id'] ) ) ) ##-----[ REPLACE, WITH ]------------------------------------------# 'U_VIEW_CAT' => append_sid('dload.php?action=category&cat_id=' . $this->cat_rowset[$cat_id]['cat_id'])) ##-----[ FIND ]------------------------------------------# $last_file .= '<a>' . $last_file_name . '</a> '; $last_file .= '<a><img></a>'; ##-----[ REPLACE, WITH ]------------------------------------------# $last_file .= '<a>' . $last_file_name . '</a> '; $last_file .= '<a><img></a>'; ##-----[ FIND ]------------------------------------------# 'U_CAT' => append_sid( pa_this_mxurl( 'action=category&cat_id=' . $subcat_id ) ), ##-----[ REPLACE, WITH ]------------------------------------------# 'U_CAT' => append_sid('dload.php?action=category&cat_id=' . $subcat_id), ##-----[ FIND ]------------------------------------------# 'U_CAT' => append_sid( pa_this_mxurl( 'action=category&cat_id=' . $subcat_id ) ), ##-----[ REPLACE, WITH ]------------------------------------------# 'U_CAT' => append_sid('dload.php?action=category&cat_id=' . $subcat_id), ##-----[ FIND ]------------------------------------------# $last_file .= '<a>' . $last_file_name . '</a> '; $last_file .= '<a><img></a>'; ##-----[ REPLACE, WITH ]------------------------------------------# $last_file .= '<a>' . $last_file_name . '</a> '; $last_file .= '<a><img></a>'; ##-----[ FIND ]------------------------------------------# 'U_CAT' => append_sid( pa_this_mxurl( 'action=category&cat_id=' . $sub_cat_rowset[$k]['cat_id'] ) ), ##-----[ REPLACE, WITH ]------------------------------------------# 'U_CAT' => append_sid('dload.php?action=category&cat_id=' . $sub_cat_rowset[$k]['cat_id']), ##-----[ FIND ]------------------------------------------# $last_file .= '<a>' . $last_file_name . '</a> '; $last_file .= '<a><img></a>'; ##-----[ REPLACE, WITH ]------------------------------------------# $last_file .= '<a>' . $last_file_name . '</a> '; $last_file .= '<a><img></a>'; ##-----[ FIND ]------------------------------------------# 'U_CAT' => append_sid( pa_this_mxurl( 'action=quickdl&cat_id=' . $subcat_id . $map_xtra ) ), ##-----[ REPLACE, WITH ]------------------------------------------# 'U_CAT' => append_sid('dload.php?action=category&cat_id=' . $subcat_id), ##-----[ FIND ]------------------------------------------# 'U_CAT' => append_sid( pa_this_mxurl( 'action=category&cat_id=' . $subcat_id ) ), ##-----[ REPLACE, WITH ]------------------------------------------# 'U_CAT' => append_sid('dload.php?action=category&cat_id=' . $subcat_id), ##-----[ FIND ]------------------------------------------# $last_file .= '<a>' . $last_file_name . '</a> '; $last_file .= '<a><img></a>'; ##-----[ REPLACE, WITH ]------------------------------------------# $last_file .= '<a>' . $last_file_name . '</a> '; $last_file .= '<a><img></a>'; ##-----[ FIND ]------------------------------------------# 'U_CAT' => append_sid( pa_this_mxurl( 'action=category&cat_id=' . $sub_cat_rowset[$k]['cat_id'] ) ), ##-----[ REPLACE, WITH ]------------------------------------------# 'U_CAT' => append_sid('dload.php?action=category&cat_id=' . $sub_cat_rowset[$k]['cat_id']), ##-----[ FIND ]------------------------------------------# $cat_url = append_sid( pa_this_mxurl( 'action=category&cat_id=' . $file_rowset[$i]['file_catid'] ) ); ##-----[ REPLACE, WITH ]------------------------------------------# $cat_url = append_sid('dload.'.$phpEx.'?action=category&cat_id=' . $file_rowset[$i]['file_catid']); ##-----[ FIND ]------------------------------------------# 'U_FILE' => append_sid( pa_this_mxurl( 'action=file&file_id=' . $file_rowset[$i]['file_id'] ) ) ) ##-----[ REPLACE, WITH ]------------------------------------------# 'U_FILE' => append_sid('dload.'.$phpEx.'?action=file&file_id=' . $file_rowset[$i]['file_id'])) ##-----[ FIND ]------------------------------------------# $cat_url = append_sid( pa_this_mxurl( 'action=category&cat_id=' . $file_rowset[$i]['file_catid'] ) ); ##-----[ REPLACE, WITH ]------------------------------------------# $cat_url = append_sid('dload.'.$phpEx.'?action=category&cat_id=' . $file_rowset[$i]['file_catid']); ##-----[ FIND ]------------------------------------------# 'U_FILE' => append_sid( pa_this_mxurl( 'action=download&file_id=' . $file_rowset[$i]['file_id'], true ) ) ) ##-----[ REPLACE, WITH ]------------------------------------------# 'U_FILE' => append_sid('dload.'.$phpEx.'?action=file&file_id=' . $file_rowset[$i]['file_id'])) [/code]
I don't see anywhere there that mentions the a TITLE rewrite though. Perhaps someone can suggest something? That would be better as I think using another URL Rewrite MOD is going to mess all the pages Google and Yahoo has already crawled as well as links within my site.
Any suggestions would be appreciated.