GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Technical question to sitemaps (https://gfy.com/showthread.php?t=1182876)

nightslit 01-14-2016 05:03 AM

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.

j3rkules 01-14-2016 05:11 AM

For Wordpress? Then XML Sitemaps.

DamnSexy 01-14-2016 05:27 AM

Quote:

Originally Posted by nightslit (Post 20699480)
(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 :thumbsup

nightslit 01-14-2016 06:16 AM

Quote:

Originally Posted by DamnSexy (Post 20699506)
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 :thumbsup

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).

nightslit 01-14-2016 06:17 AM

Quote:

Originally Posted by jerkules (Post 20699486)
For Wordpress? Then XML Sitemaps.

Please read before answering, it's exactly the opposite. But thanks anyway.

magnatek 01-14-2016 01:34 PM

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

magnatek 01-14-2016 01:36 PM

Quote:

Originally Posted by DamnSexy (Post 20699506)
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 :thumbsup

In my opinion,the limit of indexed pages dont counts for bot crawlers.They will crawl all your pages sooner or later.

DamnSexy 01-14-2016 03:10 PM

Quote:

Originally Posted by magnatek (Post 20699917)
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 :)

nightslit 01-15-2016 05:22 AM

Quote:

Originally Posted by magnatek (Post 20699914)
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.

plsureking 01-15-2016 05:45 AM

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.

:thumbsup

nightslit 01-15-2016 06:15 AM

Quote:

Originally Posted by plsureking (Post 20700530)
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.

:thumbsup

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.

plsureking 01-15-2016 08:51 AM

Quote:

Originally Posted by nightslit (Post 20700547)
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.

nightslit 01-15-2016 09:57 AM

Quote:

Originally Posted by plsureking (Post 20700642)
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?


All times are GMT -7. The time now is 12:48 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc