Forum Moderators: open
The ones I've seen, often have some thing where you can inject code, or edit in a stock editor, or manipulate the page entities. It's just a question of the app. I'm sure there is a spot in there where you can control things.
Sometimes you can give the developers a list of identified problems and they will fix it within a week. Unfortunately I have also had a lot of cases where adjustment weren’t possible and I had to inform the client that their site newer would be crawled by a SE.
There always seems to be one common problem, which is “?” in the URL’s. This can be solved with an ISAPI filter, which rewrites the URL.
URL before: \view.asp?id=XX
URL after: \XX.asp
The URL’s in the HTML also needs to written as \XX.asp instead of \view.asp?id=XX, which means that all templates and navigation need to be adjusted accordingly.
I have experienced that many CMS developers find this solution very complex and beyond their capabilities. However, I’ve also had the pleasure of working together with a developer who wrote the ISAPI filter in C/C++ and adjusted the templates and it didn’t take more than a days work.
Once the URL structure is SE friendly you can start optimising the site. However, the room for optimisation is often very limited because a site usually is build around 5-10 templates. Normally all pages have a document title or header, which can be used in the title tag. All you have to do is add this field in the template: <title>$$TITLE;</title>
Making the URL’s SE friendly and insuring unique titles on all pages may seem like very low tech SEO but it is very effective.
I have got a few clients who had a hopeless CMS with about 1000 pages but only the front page was indexed. Now all 1000 pages are indexed with unique and relevant titles. You can imagine what happened to the internal link pop and the traffic from the SE’s exploded.
There are 2 issues as I see it. Firstly I want to be sure I can optimise a handful of these pages through the existing system (an admin panel).
Secondly, I want all the other internal pages to be fully included in search engine listings. I'm not going to optimise these but I just want the text on these pages to be searchable.
Does that explain it better ?
Thanks in advance.
The one company this month went from having only about 80 pages indexed in Google to over 8,000...Some of the pages still need optomized though, the site is using site server commerce edition 3.0. For instance there are a few drop-downs at the top of the page, and the text from the drop-down is getting in the one-two line results in google...
All in all though, the goal was to deep-link departments and products and that went exceedingly well.
Scott