vBulletin Search Engine Optimization
This is a discussion on external.php?type=js rewritten? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; My JavaScript syndication for thread links doesn't get rewritten. Does it only work for RSS type feeds? I have RC5 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| external.php?type=js rewritten?
My JavaScript syndication for thread links doesn't get rewritten. Does it only work for RSS type feeds? I have RC5 installed with vB 3.6.0 Any help appreciated. Thanks! |
|
#2
| |||
| |||
| HTML Code: <!-- show latest active threads --> <table cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tbody> </tbody> <tbody> <tr> <td width="100%"> <div> <script type="text/javascript" defer="defer" src="external.php?type=js"></script> <script language="" type="text/javascript" defer="defer"> for (x = 0; x < 5; x++) { document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> (Posted By: "+threads[x].poster+")<br />"); } </script> </div> </td> </tr> </tbody> <!-- show latest active threads --> </table> <br /> |
|
#3
| ||||
| ||||
|
Hello Christian, javascript feed cannot be rewritten by vBSEO since inks are created on the client-side. However, all dynamic links are automatically redirected to vBSEOed URLs (and also SE bots do not see js links). You should use server-side script to display rewritten links in the feed.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#4
| |||
| |||
|
Thank you Oleg!
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rewritten and non-rewritten URLs | fischermx | Troubleshooting | 2 | 09-05-2006 03:33 PM |
| Rewritten URL's for guests only? | phuddle | General Discussion | 1 | 07-13-2006 01:36 AM |
| Rewritten URLs appear to be incorrect | jamesk | Troubleshooting | 7 | 01-23-2006 05:42 PM |
| External.php not being rewritten? | ADM | Troubleshooting | 3 | 12-12-2005 11:17 AM |