I have always been a big fan of dymanic content - especially for use in content exchanges as a promotional strategy. However... now that I'm looking at things through "SEO Eyes", I'm realizing that this is not the best solution (at least not using java or other script that the SE's dont parse).
At the moment I'm most interested in finding a solution to creating a "top posts" or "latests posts" list that can be used on other web pages - outside of my forum. I've created a page that pulls the posts using java, but again - I dont believe this is read by the search engines. It makes for great content... but I want to find a solution that feeds the spiders!
I look forward to hearing your thoughts on this...
I'd be happy to post the link to what I have - given permission
(am new here and dont want to break any rules on my first day!)
Thanks!!
SEO Class in Chicago, IL
Learn How To Optimize Your Website on July 26, 2013
Looking for personalized in-depth SEO training among your peers?
High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!
Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
International SEM | Social Media | Search Friendly Design | SEO | Paid Search / PPC | Seminars | Forum Threads | Q&A | Copywriting | Keyword Research | Web Analytics / Conversions | Blogging | Dynamic Sites | Linking | SEO Services | Site Architecture | Search Engine Spam | Wrap-ups | Business Issues | HRA Questions | Online Courses
Turning Dymanic Content Into Spider Food?
Started by
Lynn Terry
, Aug 10 2003 08:35 AM
3 replies to this topic
#1
Posted 10 August 2003 - 08:35 AM
#2
Posted 10 August 2003 - 12:11 PM
I do a similar thing but I got around the issue by using an SSI (server side include). You can actually usually use the exact same java script and for the include page - SSI's are way easier to use than most people think.
What happens is that the webserver itself processes the script and then just places the results into the page for the viewer. This is great for SEO, people who have disabled javascripts to avoid popups, and those with specialized (like disabled friendly) or older browsers.
Ian
What happens is that the webserver itself processes the script and then just places the results into the page for the viewer. This is great for SEO, people who have disabled javascripts to avoid popups, and those with specialized (like disabled friendly) or older browsers.
Ian
#3
Posted 10 August 2003 - 01:06 PM
Hi Lynne-
You are welcome to post a link so that people here can give you more advice. Always easier when we can see what the issues are.
You are welcome to post a link so that people here can give you more advice. Always easier when we can see what the issues are.
#4
Posted 11 August 2003 - 02:50 AM
Lynn, depending on the platform and programming language you should be able to embed your query in the page assuming it's Java, ASP, PHP or Coldfusion. Your page could be named anything and the url will appear to be static ie: post.jsp
By the sounds of it you have already figured out how to automate retrieving the data for the database. Now it's just getting the data connected to the page. If it's a text file just open it and read in the data, SSI maybe required. If it's a relational DB then ODBC or ADO can be used to connect to the relational database and execute the SQL query embedded in post.jsp, this shouldn't require any SSI.
By the sounds of it you have already figured out how to automate retrieving the data for the database. Now it's just getting the data connected to the page. If it's a text file just open it and read in the data, SSI maybe required. If it's a relational DB then ODBC or ADO can be used to connect to the relational database and execute the SQL query embedded in post.jsp, this shouldn't require any SSI.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









