- Joined
- Mar 14, 2007
- Posts
- 396
- Reaction score
- 2
Why would G penalise you for dynamic pages. Makes no sense.
...snip...
For product feeds it's a case of removing anything that could be duplicated across other affiliates (same dynamically called image, same title, same description etc....) it's this you need to rewrite. Works ok if your products are rarely changing.
You can still use your dynamic feed for the prices - add in to a second table and do an inner join in your PHP command
All very true.
When I talked of dynamic pages I meant, original datafeed stuff.
I think I'll focus the site on maybe a dozen bikes, 2012 models and a few full sized folders.
For such a small amount I think I'll create one php file to include all the details for the dozen bikes.
The when I create a page for each bike I'll simply pull the info for each bike with the include command.
Another php file could hold the prices seperatlely for easier updating.
I don't think I need a mysql database for just a dozen products.
Just thinking aloud.
Phil