Technical question to sitemaps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nightslit
    Confirmed User
    • Oct 2013
    • 226

    #1

    Technical question to sitemaps

    Hi everyone, at the moment I'm coding a handmade site in which I migrated my wordpress data base to see if there was some speed improuvement. (And yes, there was, wordpress data bases are not suited for tubes). I recoded the whole thing by hand but there is a remaining question:
    Is there a good software to create a sitemap.xml as the yaost plugin did it in wordpress before? Or sould I recode the whole thing too. (A good script/software would be nice.)

    And just so everybody knows it, recoding your template will speed the fuck out of it, especially rewriting the querys (wordpress is really heavy for that.)

    Have a nice day all together.
    email: [email protected] email me for link trades/hardlink exchanges
    ICQ : 665974711
    my sites: http://hardcoreteenfuck.com
  • j3rkules
    VIP
    • Jul 2013
    • 22111

    #2
    For Wordpress? Then XML Sitemaps.

    Comment

    • DamnSexy
      The one and the only
      • Aug 2015
      • 633

      #3
      Originally posted by nightslit
      (wordpress is really heavy for that.)
      That's the main reason i stopped to use wordpress since ages.

      Anyway, you are looking for a Free or Paid software ? because mostly all free sitemap generators have a limit of indexed pages.

      Depends what you really looking for

      Comment

      • nightslit
        Confirmed User
        • Oct 2013
        • 226

        #4
        Originally posted by DamnSexy
        That's the main reason i stopped to use wordpress since ages.

        Anyway, you are looking for a Free or Paid software ? because mostly all free sitemap generators have a limit of indexed pages.

        Depends what you really looking for
        Well I would like to have (more or less) the same sitemap.xml file as the old one with yoast, but I will probably programm something that does the same. And can also be a paid solution (ok, I pay once, not each time I use the software).
        email: [email protected] email me for link trades/hardlink exchanges
        ICQ : 665974711
        my sites: http://hardcoreteenfuck.com

        Comment

        • nightslit
          Confirmed User
          • Oct 2013
          • 226

          #5
          Originally posted by jerkules
          For Wordpress? Then XML Sitemaps.
          Please read before answering, it's exactly the opposite. But thanks anyway.
          email: [email protected] email me for link trades/hardlink exchanges
          ICQ : 665974711
          my sites: http://hardcoreteenfuck.com

          Comment

          • magnatek
            Confirmed User
            • Aug 2014
            • 170

            #6
            Hi.You just have to write the word "sitemap" on Google and ..."ta da"...the first site that appears will crawl you at least 500 pages from your website and will generate a free sitemap.Than upload sitemap.xml to your server go to Webmaster Tools (Google) test and upload sitemap.xml
            BEST PORN LIST

            Porn Discount

            BEST ADULT AFFILIATE PROGRAMS THAT REALLY WORTH

            Free Sex Cams

            Comment

            • magnatek
              Confirmed User
              • Aug 2014
              • 170

              #7
              Originally posted by DamnSexy
              That's the main reason i stopped to use wordpress since ages.

              Anyway, you are looking for a Free or Paid software ? because mostly all free sitemap generators have a limit of indexed pages.

              Depends what you really looking for
              In my opinion,the limit of indexed pages dont counts for bot crawlers.They will crawl all your pages sooner or later.
              BEST PORN LIST

              Porn Discount

              BEST ADULT AFFILIATE PROGRAMS THAT REALLY WORTH

              Free Sex Cams

              Comment

              • DamnSexy
                The one and the only
                • Aug 2015
                • 633

                #8
                Originally posted by magnatek
                In my opinion,the limit of indexed pages dont counts for bot crawlers.They will crawl all your pages sooner or later.
                Yes that is true, the only benefits of "no limit" is that your pages may indexed faster

                Comment

                • nightslit
                  Confirmed User
                  • Oct 2013
                  • 226

                  #9
                  Originally posted by magnatek
                  Hi.You just have to write the word "sitemap" on Google and ..."ta da"...the first site that appears will crawl you at least 500 pages from your website and will generate a free sitemap.Than upload sitemap.xml to your server go to Webmaster Tools (Google) test and upload sitemap.xml
                  I agree there are hundreds of theses services, but I don't want theses kind of limitations. But I found a service without limit restictions. Thanks anyway.
                  email: [email protected] email me for link trades/hardlink exchanges
                  ICQ : 665974711
                  my sites: http://hardcoreteenfuck.com

                  Comment

                  • plsureking
                    bored
                    • Aug 2003
                    • 4900

                    #10
                    the google sitemap is pretty basic. just auto generate it yourself. i assume you have an easy way to dump a list of all pages of the site?

                    this is the format:

                    Code:
                    <?xml version="1.0" encoding="UTF-8"?>
                    <urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
                     <url>
                      <loc>http://www.domain.com/Home</loc>
                      <lastmod>2016-01-15</lastmod>
                      <changefreq>daily</changefreq>
                     </url>
                     <url>
                      <loc>http://www.domain.com/Video</loc>
                      <lastmod>2016-01-15</lastmod>
                      <changefreq>daily</changefreq>
                     </url>
                    </urlset>
                    PornCMS has been auto generating them for every site every day since the first version. There's nothing to it.

                    PornCMS / low cost paysite management with hosting

                    Comment

                    • nightslit
                      Confirmed User
                      • Oct 2013
                      • 226

                      #11
                      Originally posted by plsureking
                      the google sitemap is pretty basic. just auto generate it yourself. i assume you have an easy way to dump a list of all pages of the site?

                      this is the format:

                      Code:
                      <?xml version="1.0" encoding="UTF-8"?>
                      <urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
                       <url>
                        <loc>http://www.domain.com/Home</loc>
                        <lastmod>2016-01-15</lastmod>
                        <changefreq>daily</changefreq>
                       </url>
                       <url>
                        <loc>http://www.domain.com/Video</loc>
                        <lastmod>2016-01-15</lastmod>
                        <changefreq>daily</changefreq>
                       </url>
                      </urlset>
                      PornCMS has been auto generating them for every site every day since the first version. There's nothing to it.

                      Yes I have, I'm just not sure what to put into lastmod and changefreq, I don't keep this data in my database (I only have the date of publishing the url/video). But thanks for the exemple.
                      email: [email protected] email me for link trades/hardlink exchanges
                      ICQ : 665974711
                      my sites: http://hardcoreteenfuck.com

                      Comment

                      • plsureking
                        bored
                        • Aug 2003
                        • 4900

                        #12
                        Originally posted by nightslit
                        Yes I have, I'm just not sure what to put into lastmod and changefreq, I don't keep this data in my database (I only have the date of publishing the url/video). But thanks for the exemple.
                        if the page doesn't change, then you can add that. i suggest making daily changes on all pages, even if you are rotating some keyword text. google doesn't spider pages that don't change (or spiders them only once). they also drop in PR over time. comments make great page updates. google likes comments.
                        PornCMS / low cost paysite management with hosting

                        Comment

                        • nightslit
                          Confirmed User
                          • Oct 2013
                          • 226

                          #13
                          Originally posted by plsureking
                          if the page doesn't change, then you can add that. i suggest making daily changes on all pages, even if you are rotating some keyword text. google doesn't spider pages that don't change (or spiders them only once). they also drop in PR over time. comments make great page updates. google likes comments.
                          Ok, I get the point with the comments. But what do you mean with the rotating of keyword text?
                          email: [email protected] email me for link trades/hardlink exchanges
                          ICQ : 665974711
                          my sites: http://hardcoreteenfuck.com

                          Comment

                          Working...