Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Search Engine Optimization Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-25-2005, 08:59 PM
WebProWorld Pro
 

Join Date: Oct 2004
Location: NYC, USA
Posts: 148
web-content-king RepRank 0
Default Blog entries on static homepage in seo-friendly way

Need a way of dynamically listing and linking to blog entries on the static homepage (not part of blog script) of a website, in a way that's SEO-friendly. I know there are JavaScripts that do this, but I'm assuming those links may be invisible to search engine spiders.

What do you think? The blog is WordPress (has a static page plugin but it's not very good for my purposes). Server is Apache 1.3.33
Reply With Quote
  #2 (permalink)  
Old 08-26-2005, 06:05 PM
mikmik's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Edmonton, AB, Canada
Posts: 3,406
mikmik RepRank 1
Default

If the blog is syndicated - available as RSS - then you got it made!

I use a feed reader called Carp when I want to display up to the minute headlines or content from sindicated sites (news and blogs). It is a php include so the links render for the SEs.

What you do is make a spot, div or table cell, I guess I don't need to tell you this part! LOL, but anyways, (I am assuming you have php on your server) you just upload and instal this 'Carp', it takes exactly one click to do this, and it gives you a little block of code to put into your pages wherever you want to display a feed.

You can put any valid feed in there, in fact I have never had anything not work. It seems to hande every version of RSS and RDF going.

Here is the Carp Page.

Here is a feed from Kirupa (good flash site) I just put up on my site so you can view source and see how it renders.

This is the actual code I have in the page:
Code:
<style type="text/css">.feedbox {
	font-size: .9em;
	color: #003333;
	background: #CCFFFF;
	text-align: left;
	height: 300px;
	width: 35%;
	border: 1px solid #FF0000;
}
</style>
</head>

<body>

<div class="feedbox">
<?php
require_once '/home/mikx22/carp/carp.php';
// Add any desired configuration settings below this line using "CarpConf" and other functions
CarpCacheShow('http://www.kirupa.com/modular/kirupa.xml');
?>
</div>
OOoopppsss!!!!! I forgot to give the div 'overflow:auto', thats why it is full height instead of 300px.

Anywhoo, I hope this helps. Anything dynamic is going to have to be done witha server side language if you don't use javascript, I am pretty sure.
__________________
What I am is what I am, are you what you are, or what.
Eddie Brickel
Reply With Quote
  #3 (permalink)  
Old 08-26-2005, 07:09 PM
WebProWorld Pro
 

Join Date: Jun 2004
Location: CA
Posts: 119
ergobob RepRank 0
Default

You could also check rssfeedreader.com and feeddigest.com for an automated way to bring the PHP to your site.

Bob
Reply With Quote
  #4 (permalink)  
Old 08-27-2005, 03:32 AM
freehits's Avatar
WebProWorld Veteran
 

Join Date: Sep 2004
Location: Posse's On Broadway
Posts: 953
freehits RepRank 0
Default

Recommend

MagpieRSS
http://magpierss.sourceforge.net

..though there may be better ways, this works for me.

its a small php script in your page, and about 4 small files on your server.

Easy to slip and style a feed anywhere with that one.
Reply With Quote
  #5 (permalink)  
Old 08-28-2005, 02:48 PM
WebProWorld Pro
 

Join Date: Nov 2004
Location: Westmoreland County, PA
Posts: 205
noel_x99 RepRank 0
Default

Does this work on a Windows server too. I know I have the ASP/ASPX, but I don't have PHP. Is there an ASPX version that does something similar?

Thanks!
__________________
Jane Noel
http://www.InWestmoreland.com
Westmoreland County PA's Business Directory
Reply With Quote
Reply

  WebProWorld > Search Engines > Search Engine Optimization Forum
Tags: , , , ,



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0