TeSCHeT

JADE and JAVA

» Font Size «
Aug
3

Xml Sitemaps pligg module v0.9

Τhis onе іs a quіck release ϳust lіke thе previous onе thаt fіxes ϳust onе thіng.

Αll previous versions hаd thіs problem thаt thе urlѕ wеre not urlencoded ѕo thoѕe urlѕ thаt contained special characters lіke thoѕe wіth аn accent or diacritics wеre invalid аnd of course google would ѕhow аn еrror on thoѕe sitemaps.

Version 0.9 mаkes escapes thoѕe urlѕ ѕo now thoѕe of уou wіth ѕuch special characters іn thе urlѕ ϲan finally еnjoy thіs module.

Ιt ѕeems lіke thе modules іs getting closer to version 1.0 . Ιf уou hаve аny suggestion аbout ѕome feature уou would lіke іn 1.0 or уou found ѕome othеr bug thаt nеeds fіxed, don’t hesitate to lеt mе know аbout іt.

download v 0.9 from thе module’s pаge

Commnets

  1. Thank for random code

    … So how about V1.0 features?

  2. if you really don’t care about which page has higher priority and you just want variety then this will work for you:replace those two lines with this one: $pri=rand(1,1000)/1000;

    Having an interface where you could have better control would be nice but I don’t have the time to do that right now.

  3. nadia (sara) Says: August 3rd, 2007 at 12:01 pm

    Sry that double comment.

    When version 1.0 release could you notify me by email (see email in comment)

    And your new comment system look very nice!!

    ٩(-̮̮̃•̃)۶ ٩(̾●̮̮̃̾•̃̾)۶. .. Cheers: Xml Sitemaps v1.0 ٩(-̮̮̃•̃)۶ ٩(̾●̮̮̃̾•̃̾)۶.

  4. nadia (sara) Says: August 3rd, 2007 at 9:08 pm

    Hi! Come here again, I’m Sara –> http://patchlog.com/php/xml-sitemaps-pligg-modu…

    When XML Sitemap Version 1.0 release?

    I’m waitting for that, so many problem here everytime when I get warning in google webmaster tools, I feel google temporaly stop index my pligg site

    I find fomula that suit my site but no one suit my site, some over (1+), some less (0.0001) and I dont know much about math or this formula so I just random change the number and variable to see sitemap are okay or not

    Now I get my own formula and remove $time variable because $time is the main variable that make priority change

    $v=(time()-$link->date)/60;$pri=max(0.0001,(( $link->comments /20 ) * 38 + ( $link->votes * 2 / 2 ) + ( 100 / max(100,$link->modified) ) * 60 )/ 100 );

    I dont know what the meaning of number i put in there,I just put and see sitemap okay or not?

    I dont care which story submit first or submit later I only want the sitemap that work proprely with google webmaster tools and let google index faster and faster, no time to wait, no time to check sitemap first before index.

    Ex. If new sitemap error, Google won’t index a new story that have priority problem, Google will wait until prioty or sitemap okay.

    This can’t wait. In real world we can’t wait , who can index faster is the winner

    Before my pligg site get index after submit around 15-60 minute but now after oftenly have problem with sitemap I have to wait for about 5-12 hours so people(other pligg site) go indexd first and when people searching my story will drop lower that other site in SERPs

    And the last I still want XML Sitemap Version 1.0 and still want features something like this (see picture below)

    http://img223.imageshack.us/img223/795/image030…

  5. only teh index

  6. Ok, I figured it out.

    My other question is do we have to submit both the /sitempaindex.xml and sitemap-XXXX.xml?

  7. I have installed this module, submit a new story…. and I don’t know where to go from here. There’s no sitemapindex.xml that was created. Where can I found it?

  8. thank you for your help mihai

  9. That sitemap is just the one for pages like main mage, upcomming, categories and maybe others. It doesn’t seem like it’s missing anything but there are more sitemaps that you have to send to google. The other sitemaps will be named sitemap-x.xml ( where x is a number starting with 1 )
    like this one: http://www.santabarbara.net/sitemap-0.xml
    You will have to send a sitemap index to google ( http://www.santabarbara.net/sitemapindex.xml ) . The sitemap index will contain links to all those sitemaps.

  10. Is something missing in this XML file?

    http://www.santabarbara.net/sitemap-pages.xml

    thank you for your help

  11. I same Temi

    … who know how to set and priorities still stay between 0-1.0

    Thank

  12. I have read the discussions but when I make changes to the formula some of my priorities go above 1.0 and 75 out of 76 sitemaps all have 0.001 priority. does anyone know how to change the formula so the priority relies solely on votes + comments and will still stay between 0 and 1.0 ?

  13. When I use
    $v=round((time()-$link->date)/3600,3);

    some priority go high 2.0 or 3.0 like that and error agian

    so now I change back to the original

    $v=(time()-$link->date)/60;
    $pri=max(0.0001,(( $link->comments /$v ) * 5 + ( $link->votes * 35 / $v ) + ( 100 / max(100,time()-$link->modified) ) * 60 )/ 100 );

    and no error now, the highest priority are around 0.4 or 0.5 in new story on sitemap but sometime I got warning “All the URLs in your Sitemap have the same priority. ” in some sitemap again in sitemap-1.xml (I have 6 sitemap) but sometime no warings

    sitemap-1 to sitemap-5 all priority same 0.0001 but only sitemap-6 (the latest) have 0.1 0.2 0.3 like that

    I like you plugin because this is only one sitemap plugin for pligg no more out there so I love it but I don’t like to always go to check in Webmaster Tools that my pligg sitemap will okay or not? Sometime ok sometime not. sometime priority go higher that 1.0 sometime all same 0.0001

    I understand your formula a bit but it very hard for me or other people to understand and fix it, Can you make it easier.

    I have some example very good sitemap plugin for wordpress
    “XML Sitemap Generator for WordPress 3.1.0.1 ”
    Very easy to config and nothing to do after that, no error

    I like the option that let people set priority (see picture below)

    Can you make Xml Sitemaps pligg module has option like that, If you can do that I think no more problem about Google Webmaster Tools and priority issues again

    Xml Sitemaps pligg module is the Best, Cheers

    Thank

  14. You can rewrite the formula as you wish. but if you have 40000 links and the votes range is small how is giving the votes 60% going to improve the uniqueness of the priority ?

  15. Temi, please look at the discussions above about changing the formula if you really care about turning off those warnings.

    You should also read google help that says that a waring is just that … it’s not an error and it doesn’t mean they will not process your sitemap if you have those warnings. The only problem is they don’t know which is more important to you.

Leave a Comment