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. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
01-14-2016, 05:03 AM | #1 |
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 |
01-14-2016, 05:11 AM | #2 |
VIP
Industry Role:
Join Date: Jul 2013
Posts: 22,105
|
For Wordpress? Then XML Sitemaps.
__________________
|
01-14-2016, 05:27 AM | #3 |
The one and the only
Industry Role:
Join Date: Aug 2015
Posts: 633
|
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 |
01-14-2016, 06:16 AM | #4 |
Confirmed User
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
|
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 |
01-14-2016, 06:17 AM | #5 |
Confirmed User
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
|
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 |
01-14-2016, 01:34 PM | #6 |
Confirmed User
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
__________________
BEST PORN LIST Porn Discount BEST ADULT AFFILIATE PROGRAMS THAT REALLY WORTH Free Sex Cams |
01-14-2016, 01:36 PM | #7 |
Confirmed User
Industry Role:
Join Date: Aug 2014
Posts: 170
|
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 |
01-14-2016, 03:10 PM | #8 |
The one and the only
Industry Role:
Join Date: Aug 2015
Posts: 633
|
|
01-15-2016, 05:22 AM | #9 | |
Confirmed User
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
|
Quote:
__________________
email: [email protected] email me for link trades/hardlink exchanges ICQ : 665974711 my sites: http://hardcoreteenfuck.com |
|
01-15-2016, 05:45 AM | #10 |
bored
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>
__________________
# |
01-15-2016, 06:15 AM | #11 | |
Confirmed User
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
|
Quote:
__________________
email: [email protected] email me for link trades/hardlink exchanges ICQ : 665974711 my sites: http://hardcoreteenfuck.com |
|
01-15-2016, 08:51 AM | #12 |
bored
Industry Role:
Join Date: Aug 2003
Location: Metaverse
Posts: 4,675
|
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.
__________________
# |
01-15-2016, 09:57 AM | #13 | |
Confirmed User
Industry Role:
Join Date: Oct 2013
Location: France
Posts: 226
|
Quote:
__________________
email: [email protected] email me for link trades/hardlink exchanges ICQ : 665974711 my sites: http://hardcoreteenfuck.com |
|