Current time: 02-09-2012, 12:29 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 84 Votes - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Google SEO Legacy 1.4.1
03-09-2009, 08:35 PM (This post was last modified: 08-16-2011 10:41 AM by frostschutz.)
Post: #1
Google SEO Legacy 1.4.1
Quote:Note: This is the Legacy version of Google SEO, for MyBB 1.4 and <= 1.6.3. If you are running MyBB 1.6.4 or newer, please go to Google SEO 1.6.



The development of this plugin started when Google released a document called "Google's Search Engine Optimization starter guide" in Nov 2008. After a long public beta phase the plugin finally reached stable status in March 2009.

The goal of this plugin is to implement SEO in MyBB according to the guidelines presented in Google's SEO starter guide, to make MyBB more friendly to both users and search engines.

This plugin requires Apache with mod_rewrite, MySQL, PHP with mbstring, and MyBB 1.4 with UTF-8 encoding. MySQL 5, PHP 5 is highly recommended. Unfortunately, one core file has to be modified to make SEO URLs work.

This plugin is free open source software (GPL). This means that you can download the plugin for free, modify it to your liking, and you don't have to put any copyright or backlinks on your page.



The plugin currently supports the following features (each of these can be configured separately):
  • Google SEO 404:
    - error pages return 404 error code instead of 200
    - add Google's 404 widget to 404 error pages
    - custom 404 error pages
  • Google SEO Meta:
    - generate description meta tags for forums / threads / etc.
    - specify canonical pages
  • Google SEO Redirect:
    - redirect old URLs to new URLs
    - this avoids URL breakage and double content
  • Google SEO Sitemap:
    - dynamic generation of XML Sitemaps
    - search engines find your content without crawling
  • Google SEO URL:
    - replace standard id based URLs (e.g. showthread.php?tid=12345) with name based URLs (e.g. Thread-some-subject)
    - UTF-8 in URLs is supported
    - uniquifier is applied for non-unique URLs



Download: http://mods.mybb.com/view/google-seo-legacy
Git: http://github.com/frostschutz/Google-SEO (downloads, version history, issue tracker, wiki, etc. available here)



MyBB 1.6 for the impatient:
  • Google SEO is MyBB 1.6 compatible
  • The edited functions.php file is included in the archive.
  • Alternatively use the Patches plugin to modify inc/functions.php
    .xml  patches-googleseo.xml (Size: 9.61 KB / Downloads: 489)



If you come across any bugs, please report them in this thread or PM me, preferably with steps to reproduce. If you have any suggestions or proposals for feature enhancements, please post them in this thread. Thank you for your support!


Attached File(s)
.php  functions-googleseo-1.6.4.php (Size: 145.64 KB / Downloads: 597)

Google SEO | Gravatar | Hooks | HTMLPurifier | Overview | Patches | PluginLibrary
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2009, 08:38 PM
Post: #2
RE: Google SEO
ApprovedSmile I'm assuming this is the first non-beta release?

Elite-Area / Last.FM Profile / PSN Name: XDaciD / Minecraft Map Progress: Coming Soon!
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2009, 08:40 PM
Post: #3
RE: Google SEO
i am so pumped you have no idea

thanks so much

[Image: OTZoZ.jpg]
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2009, 08:41 PM (This post was last modified: 03-09-2009 08:41 PM by MattRogowski.)
Post: #4
RE: Google SEO
Approved on Mods site.

I'm interested in using this for the sitemap, at minimum...

Download My Plugins
My Personal Site - Twitter
[Image: eX4bjF]
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2009, 08:58 PM
Post: #5
RE: Google SEO
Installed, seems fine. Good work.

[Image: OTZoZ.jpg]
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2009, 09:44 PM
Post: #6
RE: Google SEO
Thanks for approving this so quickly. Glad you like the plugin.

Google SEO | Gravatar | Hooks | HTMLPurifier | Overview | Patches | PluginLibrary
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2009, 09:55 PM
Post: #7
RE: Google SEO
http://worldbeyblade.org/sitemap-index.xml I don't understand. Can you explain the sitemap a little more?

[Image: OTZoZ.jpg]
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2009, 10:04 PM (This post was last modified: 03-09-2009 10:05 PM by frostschutz.)
Post: #8
RE: Google SEO
The sitemap standard (or that what Google, Yahoo, Ask etc. are using) is described here:

http://www.sitemaps.org/protocol.php

The sitemap index is an Sitemap index file as described on that page. It links to the actual sitemap files.

Google SEO Sitemaps are created dynamically. When you tell Google about your Sitemap (in Google Webmaster Tools, or by specifying it in your robots.txt file) it will download the index, and then browse through the sitemaps listed in this index. So Google goes through your Sitemap page by page similar to how a user goes through your forums page by page.

It's split into pages because creating a sitemap for tens of thousands of threads, users and forums all at once would cause too much load. Plus sitemaps have a limitation of 50000 items per sitemap.

The sitemaps are created dynamically and not statically in a task like how its done by the other plugin, in order to give Google and other search engines the current up to date status of your forum whenever it chooses to access your sitemap - and not possible a twenty four hour old version. This way Google gets up to date sitemaps as early as possible which leads to google accessing your new content it found via the sitemap as early as possible which leads to your new content getting indexed as early as possible.

Google SEO | Gravatar | Hooks | HTMLPurifier | Overview | Patches | PluginLibrary
Visit this user's website Find all posts by this user
Quote this message in a reply
03-10-2009, 01:14 AM
Post: #9
RE: Google SEO
I´ve just subscribed to this thread

thanks for releasing, frostschutz, I´ll try it in next few days

[]s, Claudio

Tutorial: Jquery (by google API) with mybb (Prototype)
Distinction between Paid/Free Plugins Threads
Visit this user's website Find all posts by this user
Quote this message in a reply
03-10-2009, 01:18 AM
Post: #10
RE: Google SEO
I'd try it, but I don't feel like reinstalling MyBB atm.

Elite-Area / Last.FM Profile / PSN Name: XDaciD / Minecraft Map Progress: Coming Soon!
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication