<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1045824" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1045824</link>
    <description></description>
    <language>en</language>
          <item>
    <title>No, the websites are hosted</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/external-link-file#comment-1246776</link>
    <description> &lt;p&gt;No, the websites are hosted on different servers.&lt;br /&gt;
I already tried with javascript like:&lt;/p&gt;
&lt;p&gt;The links are displayed just fine an all websites, the problem is that doing some simulation (google crawler) i notice that the crawler dose not see the links, and that&#039;s the main purpose.I want to give away websites but i want to insert custom links to the footer from an external source.&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Jan 2010 18:18:20 +0000</pubDate>
 <dc:creator>moromete</dc:creator>
 <guid isPermaLink="false">comment 1246776 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Pretty much you would need to</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/external-link-file#comment-1246773</link>
    <description> &lt;p&gt;Pretty much you would need to do the Javascript as you are doing, or set up an iframe to call a page from your site. I&#039;m not sure which the SE&#039;s would prefer to see better.&lt;/p&gt;
&lt;p&gt;If the sites you are giving away are all on the same server (ie, you are hosting them all), then the better way would be to do a server side include on each to a file on the server.&lt;/p&gt;
&lt;p&gt;ie with this setup:&lt;br /&gt;
/home/mysite/public_html -&amp;gt; &lt;a href=&quot;http://www.my-site-sample.com&quot; title=&quot;http://www.my-site-sample.com&quot;&gt;http://www.my-site-sample.com&lt;/a&gt;&lt;br /&gt;
/home/yoursite/public_html -&amp;gt; &lt;a href=&quot;http://www.your-site-sample.com&quot; title=&quot;http://www.your-site-sample.com&quot;&gt;http://www.your-site-sample.com&lt;/a&gt;&lt;br /&gt;
/home/theirsite/public_html -&amp;gt; &lt;a href=&quot;http://www.their-site-sample.com&quot; title=&quot;http://www.their-site-sample.com&quot;&gt;http://www.their-site-sample.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;create the following file with teh code to display:&lt;/p&gt;
&lt;p&gt;/home/mysite/public_html/footer-links.php&lt;/p&gt;
&lt;p&gt;then on each site, where you want that code, do:&lt;/p&gt;
&lt;p&gt;include(&#039;/home/mysite/public_html/footer-links.php&#039;);&lt;/p&gt;
&lt;p&gt;This way, as far as the browser (and SE&#039;s) are concerned, that is now part of the page.&lt;br /&gt;
(depending on the server setup of the other sites, it is possible to do something similar without being on same server)&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Jan 2010 16:11:00 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1246773 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
