Submit Your Article Forum Rules

Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Sitemaps and Blogs

  1. #1
    Junior Member
    Join Date
    Sep 2009
    Posts
    26

    Sitemaps and Blogs

    If someone has a website that is being updated daily, it is not possible to generate a sitemaps for every new article. So what should someone do to have a correct sitemaps file?

  2. #2
    Junior Member
    Join Date
    Sep 2009
    Posts
    3

    Re: Sitemaps and Blogs

    It depens on the platform. If you were using Wordpress for example there are plugins that will update as you add new content. Otherwise you may need to set up a cron job with a site map generator. Google xml-sitemaps or sitemap generator.

  3. #3
    Junior Member
    Join Date
    Sep 2009
    Posts
    26

    Re: Sitemaps and Blogs

    I have a custom build my own php-mysql website, so i guess the solution is to build a function that edits the file and inserts the new link every time a new article is being posted.

  4. #4
    Senior Member
    Join Date
    Jun 2009
    Posts
    207

    Re: Sitemaps and Blogs

    Quote Originally Posted by mimos View Post
    I have a custom build my own php-mysql website, so i guess the solution is to build a function that edits the file and inserts the new link every time a new article is being posted.
    There are sites where you can create sitemap:

    xml-sitemaps.com/

    But there are limitations and I will prefer to have my own script/plugin/addon that can do this work.

    Free scripts like Wordpress, MyBB etc have a simple solution: they have plugins that automatically create the sitemaps. But you have a custom build site so I guess you will have to build your own script. [I know only little about PHP/MYSQL, so this may not be a good suggestion] The wordpress plugin is written in PHP. How about you alter that plugin to work with your site? The plugins are free so I think we are allowed to use/alter them ?

    If you have no other choice but to build your own script, then may be you should take care of duplicate URLs in sitemaps that can create in case of duplicate articles, removal of URLs if article are removed, if URL is changed, it gets changed in the sitemap too and etc.

  5. #5
    Junior Member
    Join Date
    Sep 2009
    Posts
    26

    Re: Sitemaps and Blogs

    Every article is in a mysql table. So, to avoid duplicate URLs after article changes, I guess it would be better to create a new xml file every time a change is made. It's not so hard to make an automated process that does the job.

  6. #6
    Senior Member
    Join Date
    Mar 2009
    Posts
    142

    Re: Sitemaps and Blogs

    GSiteCrawler is a free tool that will automatically create sitemaps for you. I found it useful.

  7. #7
    Junior Member
    Join Date
    Sep 2009
    Posts
    26

    Re: Sitemaps and Blogs

    Nice tool, but again, it doesnot update your sitemaps automaticaly as you post new articles on your site. Does it?

  8. #8
    Junior Member
    Join Date
    Feb 2007
    Posts
    5

    Re: Sitemaps and Blogs

    Download Google XML Sitemaps plugin, activate and create a sitemap. You can use the robots.txt file to inform search engines about your sitemap. If you activate this option at the administration panel, the plugin will try to create the file in your blog root.

    Hope this help.

  9. #9
    Junior Member
    Join Date
    Sep 2009
    Posts
    26

    Re: Sitemaps and Blogs

    The blog updates itself every 3 hours. Do this tool run by itself? Or I have to run it manually? Thats the reason for this thread :P

  10. #10

    Re: Sitemaps and Blogs

    What type of blog do you have ? For wordpress you can use a plugin called "sitemap". When you publish a new article, the sitemap is changed automaticaly.

Page 1 of 2 12 LastLast

Similar Threads

  1. ROR-XML Sitemaps vs Google XML Sitemaps
    By greeneagle in forum Search Engine Optimization Forum
    Replies: 13
    Last Post: 08-16-2006, 06:08 AM
  2. Sitemaps
    By BluEnt eSolutions in forum Google Discussion Forum
    Replies: 1
    Last Post: 10-29-2005, 12:23 PM
  3. xml sitemaps
    By itnchans in forum Search Engine Optimization Forum
    Replies: 9
    Last Post: 10-28-2005, 10:10 AM
  4. Blogs Away: Why Blogs Are Important To Market Strategy
    By jmiller in forum Marketing Strategies Discussion Forum
    Replies: 4
    Last Post: 06-06-2005, 08:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •