Forum Moderators: phranque
Currently I'm using SSI's to load a new table cell each day. I could use a database to pull content each day. Or is there another way to do this?
Also, my content changes every day, and the content does not include my keywords at all. Think of it as changing topics completely every day! What is the best way to optimize this?
Thanks!
This statement lost me - "parse .html files as .php (search for addtype php html)". Is this anything you can explain dummied down to a beginner level?
Thanks for the input!
I also don't really see the point in parsing html pages as php (which essentially allows you to add php code to page.html) - if you're using SSIs, presumably they are php (or cfm, asp etc) anyway?
Anyway my strategy would be this:
Home page would have a paragraph of blurb about the site, then a heading and 1 para for that day with a "read more" link beneath it, and then another few keyword rich paras.
<added>Oh yes, and also some changing keyword specific text like Physics suggests. Must read the other posts properly before replying</added>
Using a database to store the entries makes sense. The way I understand it, the SE's won't see that database data on my home page, which is good, because of the dilution it causes to my keywords.
This statement lost me - "parse .html files as .php (search for addtype php html)". Is this anything you can explain dummied down to a beginner level?
AddType application/x-httpd-php .php .html
I also don't really see the point in parsing html pages as php (which essentially allows you to add php code to page.html) - if you're using SSIs, presumably they are php (or cfm, asp etc) anyway?
The SSI's I'm using now are html pages. My main concern was that the phrase "today in history" and the words "today" and "history" are important keywords for me. And they virtually never appear in the actual content. So most days I have 4-500 words of content that don't have any of my keywords in them.
I'm going to expand my description to add the keywords more, and I'm going to strategically place them within my daily content a few times.
Thanks!