February 10, 2012, 17:04:52 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Add your links to our directory. Click here to add your links.
 
  Home   Forum   Help Search Directory Calendar Login Register    RSS 2.0 feedAtom feed


News
Add your links to our directory. Click here to add your links.
Pages: 1 2 3 [4] 5
  Print  
Author Topic:

Old Thread - Feature requests for SEO4SMF?

 (Read 19857 times)
0 Members and 2 Guests are viewing this topic.
Mark
Jr. Member
**

Points: 0
Offline Offline

Posts: 88


« Reply #45 on: February 20, 2007, 08:03:14 »

It's not impossible but we need first to get a very stable core and after that we can doit ...

Regards
Was that in response to me or Sarge?
Logged


TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #46 on: February 20, 2007, 09:42:05 »

Both Smiley
Logged

LinuxGuy
Sr. Member
****

Points: 0
Offline Offline

Posts: 265


WWW
« Reply #47 on: February 21, 2007, 13:24:43 »

This has been requested and talked about it already but I want to just remind that use of xml sitemap which generate once a day in offpeak hours so that it will be useful for big forums. Currently my forum is small but what if it is having 100K posts ?
I think to add here more, we should make it gzipped so that helpful for bigger forums.
Logged

TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #48 on: February 22, 2007, 01:33:56 »

Thanks for reminder anyway this can be made from now if you run your sitemaps.php from contab and redirect output to sitemap.xml (and offcourse remove sitemap.xml from .htaccess)

Regards
Logged

WAGGS
Jr. Member
**

Points: 0
Offline Offline

Posts: 14


« Reply #49 on: February 22, 2007, 15:59:51 »

I would like to see clearer step by step, instructions in laymens terms for those of us who dont code.  This seems like more of a hack than a Mod and is very difficult to understand.  I still havnt gotten it working. Cry
Logged
LinuxGuy
Sr. Member
****

Points: 0
Offline Offline

Posts: 265


WWW
« Reply #50 on: February 22, 2007, 23:27:04 »

Any progress about showing signature per user once in whole page ?
Logged

TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #51 on: February 23, 2007, 01:16:49 »

Version 0.3.x probably ...

Regards
Logged

h4ni
Full Member
***

Points: 0
Offline Offline

Posts: 183


« Reply #52 on: February 25, 2007, 08:51:45 »

can you make a Popular Tags system

like this

ht**p://www.bladi.net/forum/tags/

thank you!
Logged
Nite
Jr. Member
**

Points: 0
Offline Offline

Posts: 55



WWW
« Reply #53 on: February 25, 2007, 09:24:48 »

Don't you think that the Seo4SMF should focus only on stability... and as new features for seo are introduced, re-focus on stability ?

Possibiliy adding optimizations to SEO .htaccess ...
Code:
# cache images and flash content for one month
<FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf)$">
Header set Cache-Control "max-age=2592000"
</FilesMatch>

# cache text, css, and javascript files for one week
<FilesMatch ".(js|css|pdf|txt)$">
Header set Cache-Control "max-age=604800"
</FilesMatch>

# cache html and htm files for one day
<FilesMatch ".(html|htm)$">
Header set Cache-Control "max-age=43200"
</FilesMatch>

# explicitly disable caching for scripts and other dynamic files
<FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
Header unset Cache-Control
</FilesMatch>

# Prevent .htaccess and .htpasswd files from being viewed by web clients
<Files "^\.ht">
    Order allow,deny
    Deny from all
</Files>

# Protect files
<Files ~ "^(.*)\.(inc|inc\.php|tpl|sql)$">
  Order deny,allow
  Deny from all
</Files>

# Protect directories
<Files ~ "^(backup|files|images|include|lang|libs(/.+)?|temp(/.+)?|templates(/.+)?|javascripts(/.+)?)$">
  Order deny,allow
  Deny from all
</Files>

# Disable directory browsing
Options -Indexes

# Follow symbolic links in this directory
Options +FollowSymLinks

I think the social booking mod and everything else should be developed separately from the SEO mod. Fewer variables (unrelated to SEO) to focus on = less chance of something else interferring with SEO mod.
Logged

TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #54 on: February 26, 2007, 02:54:38 »

I think SB need to be in package (look at vbseo) Smiley

Regards
Logged

ekremx
Newbie
*

Points: 0
Offline Offline

Posts: 2


« Reply #55 on: February 27, 2007, 02:06:03 »

i need .htaccess file how i can fint it?
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #56 on: February 27, 2007, 03:27:53 »

if you install it the is in root of your board. look after htaccess.txt ...

Regards
Logged

banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #57 on: February 27, 2007, 07:00:35 »

can you make a Popular Tags system

like this

ht**p://www.bladi.net/forum/tags/

thank you!

The tag mod of smf, works fine for me, but should be nice using these tags for keywords in smf4seo
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #58 on: February 28, 2007, 03:33:14 »

hmmm ... is a good ideea ... I will try to  see how can be implemented ...

Regards
Logged

LinuxGuy
Sr. Member
****

Points: 0
Offline Offline

Posts: 265


WWW
« Reply #59 on: February 28, 2007, 04:42:34 »

I think SB need to be in package (look at vbseo) Smiley

Regards
Ya, thats right because Seo4Smf means.. every possible thing to do SEO & it also include SB etc.. Tag system idea is good too.
Logged

Pages: 1 2 3 [4] 5
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
Valid XHTML 1.0! Valid CSS!