I have activated url rewriting for topics but rss feed is still showing old standard vbulletin urls. How can rss feed urls be shown right?
This is a discussion on How can rss feed urls be shown right? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have activated url rewriting for topics but rss feed is still showing old standard vbulletin urls. How can rss ...
I have activated url rewriting for topics but rss feed is still showing old standard vbulletin urls. How can rss feed urls be shown right?
They should be rewritten, what is an example rss feed URL?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I use this script:
A better question: How can I get access to rewritten showthread urls via rss?<!-- show latest active threads -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"
align="center">
<tbody><tr><td class="tcat" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_external')"><img
id="collapseimg_forumhome_external"
src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_external].gif" alt="" border="0" /></a>
<a href="forumdisplay.php?f=$foruminfo[forumid]">New topics in $foruminfo[title]</a>
</td></tr></tbody>
<tbody id="collapseobj_forumhome_external" style="$vbcollapse[collapseobj_forumhome_external]">
<tr><td class="alt1" width="100%" valign="top">
<div class="smallfont">
<script type="text/javascript" src="external.php?forumids=$foruminfo[childlist]&type=js"></script>
<script language="" type="text/javascript">
<!--
for (var x in threads)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"&goto=newpost\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/firstnew.gif\" alt=\"\" border=\"0\" /></a> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br />");
}
//-->
</script>
</div>
</td></tr></tbody>
</table>
<!-- / show latest active threads -->
This is not an RSS feed, but javascript code that is executed on client side and cannot be processed by vBSEO, as mentioned recently here: How to write my own showthread / forumdisplay links with vbseo URL rewriting enabled?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
For my forum, this is the RSS url. There is no need of installing other scripts.
D3scene