|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| 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. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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
__________________
http://merchantaccountphilippines.com, http://exp8ri8.com/, http://u8food.com, http://sap0.com |
|
|||
|
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>
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. |
|
||||
|
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.
__________________
Charlotte newspaper |
|
|||
|
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 |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |