Forum Moderators: martinibuster
I don't want to presume what you know.. XML files are just text files containing well-formed data structures.
Certainly including RSS and other XML resources cannot but enhance your site and better sites might expect more traffic, but data as XML is unlikely to directly affect search engine ranking, for example.
However if you are talking about using XHTML, which is a subset of XML, instead of HTML, then yes this is a good idea.
www.w3schools.com has introductions to XHTML and XML
As for submission resources for XML.. it depends what the XML resources your offering are.. if you have a FOAF file you might submit that somewhere that you wouldn't submit RSS feeds.
I am talking about RSS feeds.
I have a .php file which is able to display my headlines on other sites.
The file starts:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
etc..
So the question is where do I submit this .php file for others to pickup as an RSS?
And if they do use it am I guaranteed the traffic back?
Thank you.