Feeds/RDF
From Site5Wiki
Contents |
Resource Description Framework (RDF)
A recommendation from the W3C for creating meta-data structures that define data on the Web. It is designed to provide a method for classification of data on Web sites in order to improve searching and navigation (see Semantic Web).—
[edit] Resources
- RAP: RDF API for PHP —
RAP is a software package for parsing, querying, manipulating, serializing and serving RDF models.
[edit] Troubleshooting
The problem might be your actual header call to your feed link, not the feed itself:
RSS feeds should be served as application/rss+xml (RSS 1.0 is an RDF format, so it may be served as application/rdf+xml instead). Atom feeds should use application/atom+xml. Alternatively, for compatibility with widely-deployed web browsers, any of these feeds can use one of the more general XML types — preferably application/xml.
[edit] Validation
Related wiki links: Atom; Feeds; KML; OPML; FOAF; RSS; XFN; XHTML; XML
