Forum Moderators: open
I've been doing a lot of research on optimising dynamic sites for the search engines, thought I'd share my findings with you. I'm not 100% that this is the correct way but please feel free to criticise me!
<b>Getting the SE's to index your dynamic URL's</b>
1. Create a STATIC sitemap linking to the dynamic pages
2. Create STATIC keyword rich 'content/category' pages and link these FROM the sitemap. Provide links TO the dynamic pages from these pages.
3. Implement a mod_rewrite
<b>Optimsing unique pages;</b>
4. Add the following fields to your database;
Title - page title
Content - the introductory keyword rich text at the beginning of a page
Have these variables pulled from the database into the template.
<b>Submission</b>
5. submit to the SE's as usual
6. Submit to online shopping portals / directories
<b>Link Populariy</b>
7. Build incoming links as you would for a static site, linking to the dynamic pages where possible.
Is this really the right way?