I was wondering if you guys have made any steps towards improving SEO?
Like the proper use of headers(in proper order, H1, H2, H3), alt attributes that aren't empty, image width & height attributes, and titles for input elements that do not have a LABEL.
Even a default Privacy Policy and Can-Spam Act of 2003(http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003) Information on how to unsubscribe from the newsletter, PM's, etc(all email notifications). Both are required by law in most places. I think I read somewhere that 80% of sites don't have them :P
Firstly, please read http://www.simplemachines.org/community/index.php?topic=427913.0
I'm planning to implement <article> and <section> tags as well, but I have yet to decide whether blog comments should be in their own <article> tags or not.
I'm planning to implement <article> and <section> tags as well, but I have yet to decide whether blog comments should be in their own <article> tags or not.
We're not overly interested in IE6 compatibility, and given suitable CSS declarations it should work tolerably well anyway...
;)Quote from Arantor on March 31st, 2011, 09:49 AM Firstly, please read http://www.simplemachines.org/community/index.php?topic=427913.0
Mobile phones with full browsing support and Touch Screens change things really.
H1, H2, H3 isn't really needed if your doing HTML 5 <header>/<section>. That's even better.
I'll argue the image height & width though. Without it, too much page jumping going on. Especially at slower speeds, or those with latency/server issues. Every little bit helps...
Alt attributes are still needed, even though they are not a requirement for HTML 5 Doctype.
Again, mobile phones, ipads, some netbooks, will not cache or even load most images over 25K.
I completely disagree with about 80% of what was said there.
Would be great in general, but IIRC you'll break IE6 compability..Quote from Nao/Gilles on March 31st, 2011, 10:28 AM I'm planning to implement <article> and <section> tags as well, but I have yet to decide whether blog comments should be in their own <article> tags or not.
I like
(if only numbers are not indicated to topics)
http:// wedge. org/pub/6551/wedge-seo/
yes with cyrillic normally that would work
Consider: YouTube doesn't have SEO URLs and it hasn't lost out in traffic or hits ;)
And, err... This little website called Facebook or something
Try http://try.powermapper.com/demo/sortsite.aspx
Quote And, err... This little website called Facebook or something
UTF8 languages are supported in my pretty URLs implementation. At least it works for Japanese.
@Pete> Is it just me, or did Twitter actually revert back to its old website...? I don't see #! in the URL anymore, and the huge sidebar is gone...
Welcome to #NewTwitter! Read up on what’s new. You can still access old Twitter for a limited time.
@Aaron> You know, it's just a matter of stripping out the unsafe characters from URLs (#, /, things like that) and leaving out the rest... Since the matching is done in UTF mode, it does leave complex characters in the URL as expected. ;)