Check today's New Posts or your PMs

Welcome Guest ( Log In | Register )

Tags
This content has not been tagged yet
 Digg this topic · Save to del.icio.us · Slashdot It · Post to Technorati · Post to Furl · Submit to Reddit · Share on Facebook · Fark It · Googlize This Post · Add to ma.gnolia · Tag to Wink · Add to MyWeb · Add to Netscape
Reply to this topicStart new topic
Initial Impressions/Questions
justme
post Mar 22 2007, 11:53 PM
Post #1


Advanced Member
***

Group: Customers
Posts: 303
Joined: 22-March 07
Member No.: 54



As someone in the market, here's my initial impressions on CommunitySEO.

What I like about it:
  • Nice looking URLs. Ability to remove duplicate and stop words.
  • Seems most URLs have been converted (see below)
  • Redirects old links (index.php?showtopic=) to FURLs.
  • Similar topics is nice, I agree it's a useful SEO feature.
  • Sitemap generator, very nice (support for more than 50K topics?)
  • It's available now.
What I don't like:
  • Spider Skin (cloaking?)
  • Some of the URLs are not very friendly, ...html&view=new, ...lofiversion/index.php?f1.html
  • If you click on a post number while viewing a topic, it's not converted:
  • ...index.php?s=&showtopic=XXXX&view=findpost&p=XXXXX, html&pid=XXXX&st=XXX&#entryXXXX
  • Topic IDs in RSS feeds are not rewritten.
  • Not all special characters are stripped: 24and9835King-Siddand9834and9829and9830-m2371.html
  • Golbal/per forum meta tags. IMO, they need to be dynamic. The description should pull the first 200-255 characters from the post content, and the keywords be a comination of the title, broken apart with commas, and a few per forum globals.
Questions:
  • Looks like it can, but just confirming, the ability to modify the FURL? i.e. Use underscores instead of dashes?
  • Does your mod_rewrite break .htaccess redirects?
  • From above, does the sitemap generator support more than 50,000 topics?
  • Is it possible to permalink to an individual post?
    (index.php?s=&showtopic=XXXX&view=findpost&p=XXX XX, html&pid=XXXX&st=XXX&#entryXXXX)
  • Is there an option for copyright removal?
  • Any success stories?
  • Why don't you use it on your own forums?
Go to the top of the page
 
+Quote Post
admin
post Mar 23 2007, 04:30 AM
Post #2


Administrator
***

Group: Root Admin
Posts: 4,991
Joined: 25-January 07
Member No.: 1



QUOTE(justme @ Mar 23 2007, 12:03 AM) *
As someone in the market, here's my initial impressions on CommunitySEO.

What I like about it:
  • Nice looking URLs. Ability to remove duplicate and stop words.
  • Seems most URLs have been converted (see below)
  • Redirects old links (index.php?showtopic=) to FURLs.
  • Similar topics is nice, I agree it's a useful SEO feature.
  • Sitemap generator, very nice (support for more than 50K topics?)
  • It's available now.


Thanks. smile.gif

QUOTE(justme @ Mar 23 2007, 12:03 AM) *
What I don't like:
  • Spider Skin (cloaking?)


You can turn it off, but in our experience offering an alternative skin is not cloaking - you are not hiding/changing content, just display, which is acceptable.


QUOTE(justme @ Mar 23 2007, 12:03 AM) *
  • Some of the URLs are not very friendly, ...html&view=new, ...lofiversion/index.php?f1.html


While this is true in some areas, it's all but impossible to convert *every* potential url with query string parameter that can be offerred by IPB. Adding &view=new actually does change the the function of the URL - however it could load content that is the same as if you didn't add it (or if you added &st=10, or &view=getlastpost, etc.). As such, to generate an actual static url for a function like this is more dangerous than not. Spiders recognize query string parameters typically change functions of the url, so they will realize the page is the same, but may be slightly different due to this parameter - whereas if you have two different urls pointing to the same page, it is considered duplicate content.

In other words, you have to walk a fine line in determining what all you change.

QUOTE(justme @ Mar 23 2007, 12:03 AM) *
  • If you click on a post number while viewing a topic, it's not converted:
  • ...index.php?s=&showtopic=XXXX&view=findpost&p=XXXXX, html&pid=XXXX&st=XXX&#entryXXXX


On the spider skin it is not a link, it's static in the post. Because that particular url is generated by javascript in IPB, we can't "fix" it without actually modifying javascript files - and if we are going to do one, we'll need to do them all...it was seen as a low pay-off when the Spider skin already transforms the url that is displayed.

QUOTE(justme @ Mar 23 2007, 12:03 AM) *
  • Topic IDs in RSS feeds are not rewritten.


Good catch, although to fix these as well, it will require (yet another) file edit. I personally can't wait to see if IPB might include some sort of api support in the future to minimize the file edits needed for this sort of modification.

QUOTE(justme @ Mar 23 2007, 12:03 AM) *
  • Not all special characters are stripped: 24and9835King-Siddand9834and9829and9830-m2371.html


This could be true (depending on the character set used, etc. and so on) *however* special characters in the range of entities you are pointing out are generally not used in titles often, and we do actually remove the special characters themselves. You can setup a custom transliteration file to convert specific ones you are noticing posted on your site if you wanted.

QUOTE(justme @ Mar 23 2007, 12:03 AM) *
  • Golbal/per forum meta tags. IMO, they need to be dynamic. The description should pull the first 200-255 characters from the post content, and the keywords be a comination of the title, broken apart with commas, and a few per forum globals.


We are looking into ways to better handle meta tags, including the option of per-topic meta topics. You can presently set it to be the same as the page title, if you wanted:

http://communityseo.com/forums/o-I-make-my...-title-t86.html

Not every page has post content (the IPB homepage for example), so we can't always pull the first 200 characters of the post content, though as I said we're looking into enhancing the topic page titles and will consider your suggestions when we do that.

QUOTE(justme @ Mar 23 2007, 12:03 AM) *
Questions:
  • Looks like it can, but just confirming, the ability to modify the FURL? i.e. Use underscores instead of dashes?
There are several configuration options in the Admin CP already, and through a custom transliteration plugin file, you can essentially fine-tune the rewritten URL to your needs.
  • Does your mod_rewrite break .htaccess redirects?
I'm not sure I follow. Our addon does add an .htaccess file, and sets the appropriate query string parameters through it, but I don't see why it would break any existing .htaccess redirects you have (provided you reapplied those to the included .htaccess file)
  • From above, does the sitemap generator support more than 50,000 topics?
Indeed, it does. It will automatically skip to the next file when you reach more than 50,000 members in the profiles file, or 50,000 topics in the topics file.
  • Is it possible to permalink to an individual post?
    (index.php?s=&showtopic=XXXX&view=findpost&p=XXX XX, html&pid=XXXX&st=XXX&#entryXXXX)
The link you have is a permalink, and will be 301 redirected to the appropriate link - additionally the spider skin has the rewritten version
  • Is there an option for copyright removal?
Yes
  • Any success stories?
Besides our own? We're only a few months old, and on the first page for nearly all of our keywords in Google, Yahoo, and MSN
  • Why don't you use it on your own forums?
We do - we had a temporary glitch and our key was malformed, thus disabling the addon. I've corrected it.
Go to the top of the page
 
+Quote Post
justme
post Mar 23 2007, 04:25 PM
Post #3


Advanced Member
***

Group: Customers
Posts: 303
Joined: 22-March 07
Member No.: 54



RE: http://communityseo.com/forums/o-I-make-my...-title-t86.html
QUOTE
You must have an active license for CommunitySEO in order to gain access to this forum. If you believe you have an active license, please submit a ticket from your Client Area.


Here's an example of some competitors links. I can't find where they use any query strings (granted, it's for a different forum script):
QUOTE
... .html#post4553612
...-prev-thread.html
...-next-thread.html
I'm guessing you recommend all lo-fi content be blocked?

QUOTE
We are looking into ways to better handle meta tags, including the option of per-topic meta topics. You can presently set it to be the same as the page title, if you wanted:

In my opinion the description tag is very important to high SERP, and I should be a high priority.

How much is copyright removal?
Go to the top of the page
 
+Quote Post
justme
post Mar 23 2007, 04:26 PM
Post #4


Advanced Member
***

Group: Customers
Posts: 303
Joined: 22-March 07
Member No.: 54



I just noticed you nofollow external links, but not internal. Is that part of this script? Any other nofollow options (reply, new topic, search, etc)?
Go to the top of the page
 
+Quote Post
justme
post Mar 23 2007, 04:59 PM
Post #5


Advanced Member
***

Group: Customers
Posts: 303
Joined: 22-March 07
Member No.: 54



Sorry, one more question. Any problems merging topics/posts with this mod?

FYI, a nice article about static URLs like this product enables. wink.gif

http://www.searchenginejournal.com/no-fear...your-site/4578/
Go to the top of the page
 
+Quote Post
admin
post Mar 24 2007, 06:46 AM
Post #6


Administrator
***

Group: Root Admin
Posts: 4,991
Joined: 25-January 07
Member No.: 1



QUOTE(justme @ Mar 23 2007, 04:35 PM) *
Here's an example of some competitors links. I can't find where they use any query strings (granted, it's for a different forum script):


Yes, but that doesn't change my previous statement. smile.gif

The view=getlastpost, view=getnewpost, and st=0 could all in theory point to the exact same page. Do we agree on that? If so, then we should be able to agree that if we rewrote urls such as

topic-t1-getnewpost.html
topic-t1-getlastpost.html
topic-t1-page1.html
topic-t1.html

This is creating 4 separate pages that point to the exact same content. Now, having

topic-t1.html
topic-t1.html&st=0
topic-t1.html&view=getlastpost
topic-t1.html&view=getnewpost

Does add query string arguments, but (1) Most search engines can index them these days anyways, and (2) For those that can't, they still get to the right topic. These arguments may or may not point to the same place - thus we can't remove them entirely (or we remove functionality from your forum software, and that's never a good thing).

I think what we can look at doing is minimizing the use of these on the spider skin however. smile.gif For the most part, most users won't use the spider skin anyways, so we can remove some of these extra arguments there to limit the number of urls with query string arguments. Unfortunately, however, I would not expect to remove ALL query strings in a highly dynamic application that was never designed to be rewritten such as this one.

QUOTE(justme @ Mar 23 2007, 04:35 PM) *
I'm guessing you recommend all lo-fi content be blocked?


It is up to you. With our product you can either

1) Specify it as an "alternative" and let spiders index it (acceptable, because you are telling spiders it's an alternative version of the site)

CODE
<link rel='alternate' title='Lofi Content' type='text/html' href='lofiversion/index.php' />


2) Add nofollow attribute to the lofi links, and then add noindex/nocache headers to the lofi pages to request they don't index it. Further, you can manually add a Disallow line for the lofi content in your robots.txt.

Really, it is up to you. smile.gif

We do, however, recommend disallowing spiders to index the Printable topic views - having three views for the same content is pushing it. This is also an option with our software.

QUOTE(justme @ Mar 23 2007, 04:35 PM) *
In my opinion the description tag is very important to high SERP, and I should be a high priority.


I would tend to disagree. wink.gif Any real SEO information you find these details will CLEARLY state that the meta tags do next to nothing. At most, the description tag gives a description for your site in the search engine result listings. It does NOT help (or hurt) your site any in terms of being indexed.

http://www.highrankings.com/metadescription.htm
QUOTE
The keywords and phrases you use in your Meta description tag don't affect your page's ranking in the search engines (for the most part)
http://www.searchenginelowdown.com/2006/11...worthwhile.html
QUOTE
The common wisdom is that meta description tags have been largely discredited due to spam and are generally ignored by the search engine algos.


Of course there are many more - and, there are almost as many stating that they are still used to an extent.

In my views and experiences, the meta description tag is used to provide a description of the page, but in general not to weight how relevant the page is to a search result, because they were so highly abused. This, of course, does NOT mean they should be ignored or left out by any means. We provide a means to add per-forum meta keyword and description tags (which is of course not available in IPB by default), to use global keyword, description tags (better than nothing), or to automatically put the page title in the keyword/description tags - this we recommend the most, as we have seen the best results when the title, keywords, and description tags all match.

Still, as stated previously, we intend to look into expanding upon the meta tags in a future release, simply because so many people put so much faith in them. smile.gif


QUOTE(justme @ Mar 23 2007, 04:35 PM) *
How much is copyright removal?


Copyright removal is $100, perpetually (regardless of your license status - i.e. if you purchased a 6 month license, didn't renew for 6 months, then repurchased, your copyright removal would still apply).


QUOTE(justme @ Mar 23 2007, 04:36 PM) *
I just noticed you nofollow external links, but not internal. Is that part of this script? Any other nofollow options (reply, new topic, search, etc)?


Yes, and yes.

You can add nofollow attribute to external links, and you can also force external links through an internal redirect page (which, in turn, also adds the ability for your to LOG externally clicked links). Additionally, you can add nofollow attribute to lofi page link and printable topic pages. You can add the noindex/nocache tags to error pages, or 301 redirect bots (only) from error pages to a page of your choice (such as the index page).

I will be posting a screenshot of some of the settings shortly so others can see them.


QUOTE(justme @ Mar 23 2007, 05:09 PM) *
Sorry, one more question. Any problems merging topics/posts with this mod?

FYI, a nice article about static URLs like this product enables. wink.gif

http://www.searchenginejournal.com/no-fear...your-site/4578/


There are no issues merging topics - why would there be?
Go to the top of the page
 
+Quote Post
justme
post Mar 26 2007, 03:23 AM
Post #7


Advanced Member
***

Group: Customers
Posts: 303
Joined: 22-March 07
Member No.: 54



I really would like to purchase a couple copies of your product, and hopefully will do so soon. However, it's for a couple of large, successful sites, and you do have a mostly unproven product. I'm sure you think I'm a royal PITA, but I am just trying to address a few issues that I've noticed so that I feel comfortable moving forward.

QUOTE(admin @ Mar 24 2007, 06:56 AM) *
The view=getlastpost, view=getnewpost, and st=0 could all in theory point to the exact same page. Do we agree on that? If so, then we should be able to agree that if we rewrote urls such as

topic-t1-getnewpost.html
topic-t1-getlastpost.html
topic-t1-page1.html
topic-t1.html

This is creating 4 separate pages that point to the exact same content. Now, having

topic-t1.html
topic-t1.html&st=0
topic-t1.html&view=getlastpost
topic-t1.html&view=getnewpost

Does add query string arguments, but (1) Most search engines can index them these days anyways, and (2) For those that can't, they still get to the right topic. These arguments may or may not point to the same place - thus we can't remove them entirely (or we remove functionality from your forum software, and that's never a good thing).

I think you've just proven my point. Isn't the whole point of this modification to remove dynamic URLs, and make the site more indexable? Your examples still creates 4 separate indexed URLs that point to the exact same content. Duplicate content issues.

The biggest weakness I see other then duplicate content, is the topic and forum pagnation links. Why do search engines like the lo-fi version so well? I think one reason is the static pagnation URLs. Let's look at what another author has done (this example for forum view). They have lost some of the get new post functionality (in the forum index view).

CODE
http://www.url.com/f9/topic-title-and-topic-number-123456/index3.html
(equals page three)

What does your page three link look like?
CODE
http://communityseo.com/forums/Imported-SEO-Articles-and-Tips-f9.html&prune_day=100&sort_by=Z-A&sort_key=last_post&topicfilter=all&st=40

That doesn't appear to be static content. Which do you think will get indexed better, and more often?

QUOTE
I would tend to disagree. wink.gif Any real SEO information you find these details will CLEARLY state that the meta tags do next to nothing. At most, the description tag gives a description for your site in the search engine result listings. It does NOT help (or hurt) your site any in terms of being indexed.
Description meta tags can affect the "snipet" that search engines display with the results. Which affects click-through. We could have a link war stating opposite sides of the argument about whether they affect SERP, but one thing for sure, they don't hurt.

QUOTE
Copyright removal is $100, perpetually (regardless of your license status - i.e. if you purchased a 6 month license, didn't renew for 6 months, then repurchased, your copyright removal would still apply).

Great option, very fair price. Glad to see it! biggrin.gif

QUOTE
There are no issues merging topics - why would there be?

It's an issue common to other URL mods.

This post has been edited by justme: Mar 26 2007, 03:29 AM
Go to the top of the page
 
+Quote Post
justme
post Mar 26 2007, 11:45 AM
Post #8


Advanced Member
***

Group: Customers
Posts: 303
Joined: 22-March 07
Member No.: 54



Duplicate URL issues...

The URL of this topic: http://communityseo.com/forums/Initial-Imp...tions-t472.html
CODE
http://communityseo.com/forums/Initial-Impressions-Questions-t472.html


Other URLs that resolve to the same page:
& st=0: http://communityseo.com/forums/Initial-Imp...2.html&st=0
CODE
http://communityseo.com/forums/Initial-Impressions-Questions-t472.html&st=0


Search HL (highlight results): http://communityseo.com/forums/Initial-Imp...ial+impressions
CODE
http://communityseo.com/forums/Initial-Impressions-Questions-t472.html&hl=initial+impressions


Post ID: http://communityseo.com/forums/Initial-Imp...;p=732#entry732
CODE
http://communityseo.com/forums/Initial-Impressions-Questions-t472.html&st=0&p=732#entry732


&view="anything resolves": http://communityseo.com/forums/Initial-Imp...;view=jibberish
CODE
http://communityseo.com/forums/Initial-Impressions-Questions-t472.html&view=jibberish


&mode=linearplus: http://communityseo.com/forums/Initial-Imp...mode=linearplus
CODE
http://communityseo.com/forums/Initial-Impressions-Questions-t472.html&mode=linearplus


&mode=threaded: http://communityseo.com/forums/Initial-Imp...p;mode=threaded
CODE
http://communityseo.com/forums/Initial-Impressions-Questions-t472.html&mode=threaded


Blank page?
http://communityseo.com/forums/SEO-Pre-Sal....html&st=15
CODE
http://communityseo.com/forums/SEO-Pre-Sale-Question-t497.html&st=15


This post has been edited by justme: Mar 26 2007, 12:02 PM
Go to the top of the page
 
+Quote Post
admin
post Mar 27 2007, 06:09 AM
Post #9


Administrator
***

Group: Root Admin
Posts: 4,991
Joined: 25-January 07
Member No.: 1



Yes, nowhere does anything state *all* dynamic urls will totally be wiped off the face of the earth in the Invision product. smile.gif It's just not possible while retaining functionality.

The issue, I don't think, is duplicate content - because you are talking about query string arguments. Google knows query string arguments are there to affect how a page gets generated, not necessary to change the page that is generated.

I'm not saying it wouldn't be nice to trim them down, sure...however I don't think it is realistic to expect that in a dynamic application such as Invision that it is possible to get rid of all dynamic urls 100%.
Go to the top of the page
 
+Quote Post
justme
post Mar 27 2007, 11:28 AM
Post #10


Advanced Member
***

Group: Customers
Posts: 303
Joined: 22-March 07
Member No.: 54



QUOTE(admin @ Mar 27 2007, 06:19 AM) *
The issue, I don't think, is duplicate content - because you are talking about query string arguments. Google knows query string arguments are there to affect how a page gets generated, not necessary to change the page that is generated.

It is a problem. I think you'll find all of the examples above in Google's index for this site. Duplicate content should be eliminated with an SEO product like this:
http://www.google.com/search?q=site%3Acomm...2006-28,GGGL:en

QUOTE
I'm not saying it wouldn't be nice to trim them down, sure...however I don't think it is realistic to expect that in a dynamic application such as Invision that it is possible to get rid of all dynamic urls 100%.

It has been done with another dynamic forum application.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Collapse

> Links to this thread

Page Date Hits
404 Not Found 23rd March 2007 - 10:39 PM 1
problem with google spider php and special characters - Pesquisa Google 31st March 2007 - 04:51 PM 1
my initial impression of the group - Google Search 16th April 2007 - 08:16 AM 1
seo duplicate content from querystring parameters - Google Search 11th June 2007 - 01:45 PM 1
does google spider argument strings? - Google Search 11th June 2007 - 02:33 PM 1
Justme - Affichage d'un profil 2nd March 2008 - 06:02 AM 1
mod_rewrite invision getnewpost - Google Search 28th June 2008 - 10:39 AM 1
communityseo - Live Search 5th August 2008 - 08:11 AM 1
communityseo - Live Search 12th September 2008 - 09:19 PM 2


RSS Lo-Fi Version Time is now: 1st December 2008 - 08:16 PM