Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to make vanilla more SEO friendly and get more indexed pages
i know there are some other posts about seo but i got the problem that the forum doesn't get indexed very well. From 1500 discussions i get 100 pages indexed in google. that is nothing. im even using the sitemap plugin that i found here on the forum (i checked the sitemap and it is valid, includes all my discussions and was correctly submitted to google sitemaps.)
i know failry well about SEO as I have worked in this field for a company for several years already. Somebody said in another post that meta tags don't matter anymore and google doesn't use them...That is NOT true. maybe the keywords are not so important anymore BUT the descriptions definitely. If all pages on a website would have the same description google would think those pages are the same (or very similar) and it would only index one or a few of them.
To conteract this a plugin that does the following could make a big difference:
The plugin should take the fires 2 or 3 lines of text form the first post in a discussion and enter it as the description Meta tag.
From my experience Im very sure this would help immensely. Google LOVES unique descriptions. It is very important to have.
Right now, every single discussion that is indexed in google shows the same text as description in the search results which is: "Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support. Please sign in or apply for membership to post in this forum ..."
Believe me when I say that this is NOT good for search engine results.
Also, the same person that said that the meta tags are unimportant went on to say that the url names are also not important and that google indexes dynamic urls.
url names are very important (and im using the friendly url extension). it can make a big difference in search results. and yes, google does index dynamic urls BUT HTML is still king. So we have to do everything to make google better index dynamic pages. The proposed plugin above would definitely make a difference.
0
This discussion has been closed.
Comments
If you really think this will be useful, I will continue.
To use it go to the template section down the bottom and user this format to add a MetaTag
$MetaTags->AddData($Name, $Content);
http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=253
Keeping an eye on this one, looks very proimising
I like the fall back idea of just using words from the topic/subject/title though.
I've got this error:
Notice: Only variables should be assigned by reference in ../extensions/MetaTags/default.php on line 81 Notice: Only variables should be assigned by reference in ../extensions/MetaTags/default.php on line 82
The query at the bottom shouldnt corrupt any data because it's only a SELECT query and there's no alternation to either the database or any kind of delegate. What it does is collect up an array of meta tag information into an array and then spits it out into the $Strings array that can be found in the header.php template file. It doesnt even touch any config settings so i cant see anything wrong with that.
I've uploaded a version with a quick query to get the correct start of a discussion until i can get the time to figure out how to fix this 'mess' that's wrong with it. That error should be gone also.