July 31, 2010, 23:40:15
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
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
News
Add your links to our directory. Click
here
to add your links.
IT Resources
Hot Wallpapers
Java and Linux HwoTo's
Cheap Hosting
Movie and Game Reviews
Webmaster's Talks !
>
Forum
>
The Webmasters Talks !
>
Tools
>
SEO 4 SMF
>
Features
(Moderator:
TheGodFather
) >
Old Thread - Feature requests for SEO4SMF?
Pages:
1
[
2
]
3
4
5
« previous
next »
Print
Author
Topic:
Old Thread - Feature requests for SEO4SMF?
(Read 16439 times)
0 Members and 2 Guests are viewing this topic.
bjp
Jr. Member
Points: 0
Offline
Posts: 43
Re: Feature requests for SEO4SMF?
«
Reply #15 on:
January 27, 2007, 02:57:51 »
Hello
You can create something like premium member and ask 10$. I would subscribe.
Thank you for this very good job
Logged
LinuxGuy
Sr. Member
Points: 0
Offline
Posts: 265
Re: Feature requests for SEO4SMF?
«
Reply #16 on:
January 27, 2007, 06:01:26 »
bjb has got good idea though
, I also suggest that in begining, make subscription little lesser and after seeing the response, incrase it. You can also start some premium support forum .
.
«
Last Edit: January 27, 2007, 06:04:27 by Ricky
»
Logged
Linux Help forums
Indian telecom forum
|
Shayari
Bodybuilding help forums
Sindorf
Jr. Member
Points: 0
Offline
Posts: 64
Re: Feature requests for SEO4SMF?
«
Reply #17 on:
January 27, 2007, 10:13:46 »
Quote from: TheGodFather on January 27, 2007, 01:38:22
Yes ... thanks for feedback ... I think in future to add a registration code for seo4smf and if you pay xx $ then this link will be removed . Beacuse with the many from adsense I cannot pay my hosting
Regards
That would be really good in my opinion. But, for now, it is better to add that target option to the link. Let me check it... well
I know that's a very little thing, but some users need it
Logged
TheGodFather
Administrator
Hero Member
Points: 202
Offline
Posts: 2571
Re: Feature requests for SEO4SMF?
«
Reply #18 on:
January 27, 2007, 10:33:03 »
I will add it for sure in the next version
Regards
Logged
█
Deleted Domains
█
Hostmaster Web Tools
█
Webmaster Web Tools
LinuxGuy
Sr. Member
Points: 0
Offline
Posts: 265
Re: Feature requests for SEO4SMF?
«
Reply #19 on:
January 27, 2007, 13:48:16 »
Quote
I want to add a very important thing here in terms of SEO..
When a forum topic is spanning through multiple pages then it is still having same title and same meta tags, though at first it won't look odd but I feel that google might think those pages similar with little modification .. If it is possible that we can give name to ever page like. "Topic title - page 1" or "Topic title - page 2" and so on. ..
I already thinking at that ... and I will try to solve that asap !
Regards
«
Last Edit: January 28, 2007, 04:00:29 by TheGodFather
»
Logged
Linux Help forums
Indian telecom forum
|
Shayari
Bodybuilding help forums
CyberPhreak
Jr. Member
Points: 0
Offline
Posts: 46
Delphi lover
Re: Feature requests for SEO4SMF?
«
Reply #20 on:
January 27, 2007, 16:44:13 »
Could you perhaps make this mod support MKPortal? Since I just installed MKPortal and noticed it won't work on the forum now :+\ I don't really need MKPortal mod_rewritten, I just want the forum URL's to be rewritten even though it is with MKPortal
I hope this is possible
«
Last Edit: January 27, 2007, 16:47:36 by CyberPhreak
»
Logged
LinuxGuy
Sr. Member
Points: 0
Offline
Posts: 265
Re: Feature requests for SEO4SMF?
«
Reply #21 on:
January 27, 2007, 22:44:02 »
Also,
From the point of SEO, is it possible that we can do some modification in signature stuff too ?
What I want, that if you can do in later version that it shold show signature only once per page per user.
Means if I 4 posting on a page then it only shows my signature in my first post, rest are without signature.
This way, we will have lesser out bound link per page and no link repetition. Small but good SEO practice.
Logged
Linux Help forums
Indian telecom forum
|
Shayari
Bodybuilding help forums
TheGodFather
Administrator
Hero Member
Points: 202
Offline
Posts: 2571
Re: Feature requests for SEO4SMF?
«
Reply #22 on:
January 29, 2007, 02:17:52 »
Quote from: Ricky on January 27, 2007, 13:48:16
Quote
I want to add a very important thing here in terms of SEO..
When a forum topic is spanning through multiple pages then it is still having same title and same meta tags, though at first it won't look odd but I feel that google might think those pages similar with little modification .. If it is possible that we can give name to ever page like. "Topic title - page 1" or "Topic title - page 2" and so on. ..
I already thinking at that ... and I will try to solve that asap !
Regards
If you want to solve that by hand until this will be incorporated in seo4smf 0.2.7
just search after:
Code:
<title>', $context['page_title'], '</title>';
and replace with:
Code:
<title>', $context['page_title'], (($context['page_info']['current_page']>1)?" Page {$context['page_info']['current_page']} ":""),'</title>';
Regards
Logged
█
Deleted Domains
█
Hostmaster Web Tools
█
Webmaster Web Tools
h4ni
Full Member
Points: 0
Offline
Posts: 183
Re: Feature requests for SEO4SMF?
«
Reply #23 on:
January 29, 2007, 03:52:22 »
Quote from: TheGodFather on January 29, 2007, 02:17:52
If you want to solve that by hand until this will be incorporated in seo4smf 0.2.7
just search after:
Code:
<title>', $context['page_title'], '</title>';
and replace with:
Code:
<title>', $context['page_title'], (($context['page_info']['current_page']>1)?" Page {$context['page_info']['current_page']} ":""),'</title>';
Regards
file?
Logged
TheGodFather
Administrator
Hero Member
Points: 202
Offline
Posts: 2571
Re: Feature requests for SEO4SMF?
«
Reply #24 on:
January 29, 2007, 05:08:37 »
sorry
index.template.php
Regards
Logged
█
Deleted Domains
█
Hostmaster Web Tools
█
Webmaster Web Tools
h4ni
Full Member
Points: 0
Offline
Posts: 183
Re: Feature requests for SEO4SMF?
«
Reply #25 on:
January 29, 2007, 11:53:19 »
thank you
but i get this error in log
Undefined index: page_info
Fichier: /home/user/public_html/domain/forum/Themes/default/Errors.template.php (eval?)
Ligne: 79
i get it with all pages
Logged
TheGodFather
Administrator
Hero Member
Points: 202
Offline
Posts: 2571
Re: Feature requests for SEO4SMF?
«
Reply #26 on:
January 29, 2007, 12:54:15 »
yes ... wait for the version with this featured added or clean your logs ... It's just a warning ...
Regards
Logged
█
Deleted Domains
█
Hostmaster Web Tools
█
Webmaster Web Tools
h4ni
Full Member
Points: 0
Offline
Posts: 183
Re: Feature requests for SEO4SMF?
«
Reply #27 on:
January 29, 2007, 13:16:39 »
ok thank you
Logged
LinuxGuy
Sr. Member
Points: 0
Offline
Posts: 265
Re: Feature requests for SEO4SMF?
«
Reply #28 on:
February 05, 2007, 01:42:50 »
Now I am again with some concerns.. thats about duplicate URL .
I just noticed that every member profile is having same title ie. Name of FORUM , ie.
Profile of h4ni is having title = "Webmaster's Talk!"
Profile of Ricky is having title = "Webmaster's Talk!"
Is it possible we can have name there ie. "Profile of h4ni - Webmaster's Talks!"
Secondly :
as I started the new site last month, now recently it got fully indexed in google so here following two URLs
www.etalkindia.com/get_numerology_advice_from_our_numerology_expert_mr_vishal-t145.0.html;msg%25msg_id%25
and this
http://www.etalkindia.com/get_numerology_advice_from_our_numerology_expert_mr_vishal-t145.0.html
Both are indexed as two separate pages but are same pages, means can be issue of duplicate contents, there are lots of other similar pages there.
Can we have something like "no-follow" if the link is not proper ie. for example
http://www.etalkindia.com/get_numerology_advice_from_our_numerology_expert_mr_vishal-t145.0.html;msg%25msg_id%25
its having msg id etc. after html ie. should only index if url is clean.
I tried robots.txt on similar matter on other site for few months, seems google do not really follow its own robots.txt wildcard rules though in webmaster's too its saying that has been blocked by robots.txt.
(just to remind, still social bookmarks are giving probs)
Logged
Linux Help forums
Indian telecom forum
|
Shayari
Bodybuilding help forums
TheGodFather
Administrator
Hero Member
Points: 202
Offline
Posts: 2571
Re: Feature requests for SEO4SMF?
«
Reply #29 on:
February 05, 2007, 01:50:49 »
1. with profiles you are right ! I will change this !
2. with duplicate content probably you use a custom theme. In smf 1.1 the guys from smf added a new parameter in index.template.php it's named noindex ... and it helps to avoid duplicate content. look if you have in index.template.php this words "robot_no_index"
Regards
Logged
█
Deleted Domains
█
Hostmaster Web Tools
█
Webmaster Web Tools
Pages:
1
[
2
]
3
4
5
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Web Design and Graphics
-----------------------------
=> General
=> Web Design Discussion
===> Adobe Photoshop, Corel PhotoPaint or other Image editing software
===> Dreamweaver, FrontPage or other WYSIWYG software
=> Web Design Reviews
=> Design Contest
-----------------------------
Programming
-----------------------------
=> Databases
=> PHP
=> ASP
=> Javascript
=> Java
=> General Coding
===> Perl
===> .NET
-----------------------------
Search Engine
-----------------------------
=> Google
=> Yahoo
=> MSN
=> Other Search Engines
=> Web Directories
===> SMF Directory
-----------------------------
Domain Names
-----------------------------
=> Domain Name Discussion
=> Domain Appraisals
=> Expired Domains
-----------------------------
Server Related
-----------------------------
=> Forum/CMS Related
=> Apache/IIS
=> Security
=> Linux
===> General Questions
===> Installations
===> Desktop & Multimedia
===> System configurations problems
===> Kernel things
-----------------------------
The Webmasters Talks !
-----------------------------
=> General Discussion
===> Fun
=> Tools
===> Link Popularity
===> Google Datacenter Query
===> Google Backlinks Checker
===> Google Page Rank Checker
===> Html Validation
===> Alexa Rank Checker
===> SEO 4 SMF
=====> Showcase
=====> Joomla
=====> Bugs
=====> Features
=> New Member Introductions
=> Suggestions & Feedback
=> News and Announcements
Loading...