Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

 

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 01-14-2016, 05:03 AM   #1
nightslit
Confirmed User
 
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
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
nightslit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-14-2016, 05:11 AM   #2
j3rkules
VIP
 
j3rkules's Avatar
 
Industry Role:
Join Date: Jul 2013
Posts: 22,104
For Wordpress? Then XML Sitemaps.
j3rkules is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-14-2016, 05:27 AM   #3
DamnSexy
The one and the only
 
DamnSexy's Avatar
 
Industry Role:
Join Date: Aug 2015
Posts: 633
Quote:
Originally Posted by nightslit View Post
(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
DamnSexy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-14-2016, 06:16 AM   #4
nightslit
Confirmed User
 
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
Quote:
Originally Posted by DamnSexy View Post
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
nightslit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-14-2016, 06:17 AM   #5
nightslit
Confirmed User
 
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
Quote:
Originally Posted by jerkules View Post
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
nightslit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-14-2016, 01:34 PM   #6
magnatek
Confirmed User
 
magnatek's Avatar
 
Industry Role:
Join Date: Aug 2014
Posts: 170
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-14-2016, 01:36 PM   #7
magnatek
Confirmed User
 
magnatek's Avatar
 
Industry Role:
Join Date: Aug 2014
Posts: 170
Quote:
Originally Posted by DamnSexy View Post
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.
magnatek is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-14-2016, 03:10 PM   #8
DamnSexy
The one and the only
 
DamnSexy's Avatar
 
Industry Role:
Join Date: Aug 2015
Posts: 633
Quote:
Originally Posted by magnatek View Post
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
DamnSexy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-15-2016, 05:22 AM   #9
nightslit
Confirmed User
 
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
Quote:
Originally Posted by magnatek View Post
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
nightslit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-15-2016, 05:45 AM   #10
plsureking
bored
 
plsureking's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Metaverse
Posts: 4,675
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.

__________________
#
plsureking is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-15-2016, 06:15 AM   #11
nightslit
Confirmed User
 
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
Quote:
Originally Posted by plsureking View Post
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
nightslit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-15-2016, 08:51 AM   #12
plsureking
bored
 
plsureking's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Metaverse
Posts: 4,675
Quote:
Originally Posted by nightslit View Post
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.
__________________
#
plsureking is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 01-15-2016, 09:57 AM   #13
nightslit
Confirmed User
 
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
Quote:
Originally Posted by plsureking View Post
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
nightslit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
wordpress, question, data, speed, nice, script/software, sould, recode, querys, rewriting, heavy, day, plugin, recoding, template, fuck, hand, migrated, site, base, handmade, coding, sitemaps, moment, improuvement



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.