Monday, 10 December 2012

Lending Money Online - Create Your Own RSS Feed And Add Fresh Content To Your Website Daily


And videos all in one place and as soon as they are made available, photos, articles, you can get the latest news. RSS enables people to have the latest information delivered directly to them.

Which means having all the information that you are interested in together in one central location, rSS is a way of syndicating content. RSS feeds allow people to choose the content that they wish to view.

You can code your own feed by using XML or you can consider using a software application that creates the XML for you, first. To create an RSS feed you have two choices.

You can create an RSS Feed without coding it yourself by using an easy to use software applications that can format your XML.

One example is FeedForAll.

You can also code your own RSS Feed.

The close tag contains a forward slash. They are enclosed in brackets just like standard html. Description and link, just like HTML code XML code contains open and close tags to designate the title.

Etc, such as articles, they contain the individual information that you are distributing. The Item will contain information for each one of your listings.

For each item in your feed you will have:

A title

A description

A link

The link will reference the webpage that contains all of the actual content. The title and description should describe the content of that particular item or link.

The following is what an item in a xml file will look like once you remove the asterisks:

Title Here

Description Here

Linkhere

If someone syndicates your feed then you want to make sure your links are working if your code is on another site or server. It is very important that your links are fully qualified.

When you need to update your feed you just add another item at the bottom of your XML code. An RSS feed is simply a series of items which are all chained together to create a Channel, so.

The open channel tag appears before the first item and the close channel tag appears after the last one. Description and link tag, a Channel tag also contains a title. The Channel tag is found at the top of the XML file and explains how all the items are related.

The Channel Title Here

The explanation of how the items are related goes here

Linkhere

Title Here

Description Here

Linkhere

Another Title Here

Description Here

Linkhere

Once you have all your items set up you then need to designate it as an XML file by inserting specific tags at the beginning and at the very end of your code.

The Channel Title Here

The explanation of how the items are related goes here

Linkhere

Title Here

Description Here

Linkhere

Another Title Here

Description Here

Linkhere

For example UcanTo dot com/articles.xml xML, You MUST save your file with an extension of .

Do Not forget to remove all the asterisks from the code above before using it!

Just Google First Object Editor. TIP: There is a free XML editor that will help you with creating RSS Feeds.

Which should end in XML, visit Feed Validator and enter the URL for your RSS Feed. It will make sure your RSS Feed is working correctly and can be accessed, this step is very important. When you have finished your RSS Feed the next step is to upload it to your server and then validate it.

I think it is much better to manually submit your feed then to use any of the free services. Take the time to do this. Go to RSS Specifications for a list of sites where you can submit your new feed. You should now let everyone know about your RSS Feed. Congratulations, if you made it this far!

Every time you add new content to your feed go to Ping-O-Matic and let everyone know, so! Ping-O-Matic is a service that updates different feed specific search engines when your Feed has been updated. Then go to Ping-O-Matic and enter your RSS feed. To do this just add another item to your XML file and upload! Now that you have your own RSS Feed you need to update it regularly. One Last Tip!

Joe Rispoli

No comments:

Post a Comment