![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
Well Bill, as coder of a (still crappy, but compact & versatile) CMS, I'm curious. What would your needs be for SEO? Er, you don't already know? Why are you building one if you don't already know? |
|
Meta tags can be inserted on the fly (for the whole site, a custom portion of the site or a single 'page'), people are thoroughly stimulated to use headings instead of markup (I want this bold, underlined, with a greater font => no, you want a heading that looks like that). Tell me your needs and I'll do my best to incorporate them :-). I'm putting a page together about just that issue. I'll post here when it's up, maybe folk can Digg it or whatever the current fashion is now. |
#22
| |||
| |||
|
|
On 16 Dec 2006 18:22:31 GMT, John Bokma <john (AT) castleamber (DOT) com> wrote: If you support XHTML, remove it ;-) What's wrong with XHTML ? |
#23
| |||
| |||
|
|
On Sat, 16 Dec 2006 21:02:32 +0000, Paul B customerservices (AT) houstoncrafts (DOT) com> wrote: On 16 Dec 2006 18:22:31 GMT, John Bokma <john (AT) castleamber (DOT) com> wrote: If you support XHTML, remove it ;-) What's wrong with XHTML ? One of my sites is XHTML and works in all browsers tested as well as very good in the SERPS ? Much harder to allow for in a CMS Paul. |
|
BB |
#24
| |||
| |||
|
|
Paul B <customerservices (AT) houstoncrafts (DOT) com> wrote: On 16 Dec 2006 18:22:31 GMT, John Bokma <john (AT) castleamber (DOT) com> wrote: If you support XHTML, remove it ;-) What's wrong with XHTML ? If for some reason your document is not well-formed, a parser (for example) must reject it. |

|
Probably most browsers don't do this, nor will do so in the future, making XHTML a joke. |
#25
| |||
| |||
|
|
On Sat, 16 Dec 2006 15:45:32 +0100, tonnie <t.prasing (AT) chello (DOT) nl wrote: So, let them. Let them build shitty sites. Eventually they will come to some one who is capable of making good sites. Do you know a CMS that works for SEO? |
#26
| |||
| |||
|
|
Well Bill, as coder of a (still crappy, but compact & versatile) CMS, I'm curious. What would your needs be for SEO? Meta tags can be inserted on the fly (for the whole site, a custom portion of the site or a single 'page'), people are thoroughly stimulated to use headings instead of markup (I want this bold, underlined, with a greater font => no, you want a heading that looks like that). Tell me your needs and I'll do my best to incorporate them :-). |
#27
| |||
| |||
|
|
The last two I've come across quite simply do not allow for optimisation of the code. H tags around things like "Click here" and you can't get rid of it or turn it into font tags or span styles. |
#28
| |||
| |||
|
|
Big Bill wrote: The last two I've come across quite simply do not allow for optimisation of the code. H tags around things like "Click here" and you can't get rid of it or turn it into font tags or span styles. When I am learning a new CMS and don't know where the code is that generates a particular bit of output, I grep through the source code to locate the file. For example, run this in the root directory of a local copy of the CMS to find the <h1>, modifying it if necessary: grep -r '<h1>' * If you are in Windows, you can use grep with Cygwin: http://www.cygwin.com/ |
#29
| |||
| |||
|
|
On 16 Dec 2006 22:49:19 GMT, John Bokma <john (AT) castleamber (DOT) com> wrote: Paul B <customerservices (AT) houstoncrafts (DOT) com> wrote: On 16 Dec 2006 18:22:31 GMT, John Bokma <john (AT) castleamber (DOT) com wrote: If you support XHTML, remove it ;-) What's wrong with XHTML ? If for some reason your document is not well-formed, a parser (for example) must reject it. That's okay. The pages validate and AFAIK mine are well formed ![]() |
|
Probably most browsers don't do this, nor will do so in the future, making XHTML a joke. It's only a day or two's work to convert it all back. I only did it to familiarize myself with XHTML. Adding a string to my bow. |
#30
| |||
| |||
|
|
If you are in Windows, you can use grep with Cygwin: http://www.cygwin.com/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |