• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Sitemap for PHPVibe 4

Started by PHPVibe A.,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PHPVibe A.Topic starter

Contains a static .php file which will generate: 
- An index sitemap (with : media (videos, music and images included), users, categories,blog posts and static pages, tags. 
- Up to 19.999 entries to each individual sitemap addressed by the index sitemap. 

You can then add the sitemap to your Google Webmaster Tools by adding sitemap.php as your sitemap location. 

Easy setup: Upload sitemap.php to your PHPVibe's installation root and you are done.


http://get.phpvibe.com/buy?id=29

maldboy

  •  

maldboy

Quote from: Alexander on
Contains a static .php file which will generate: 
- An index sitemap (with : media (videos, music and images included), users, categories,blog posts and static pages, tags. 
- Up to 19.999 entries to each individual sitemap addressed by the index sitemap. 

You can then add the sitemap to your Google Webmaster Tools by adding sitemap.php as your sitemap location. 

Easy setup: Upload sitemap.php to your PHPVibe's installation root and you are done.


http://get.phpvibe.com/buy?id=29

"installation root" you mean public_html ? :P
  •  

maldboy

maybe i am the first person who purchased this  8) 8) 8) 8)
  •  

wolftbpg

alguma coisa devia ser de graça.orra tudo pago.
  •  

hamnawa

@maldboy maybe not, I think I am the first one.
I think 2 is nothing for such a great function it should have been at least 5.
  •  

pantsuhentai

great thank you very much ;D

I wonder if it is possible to increase the limit of video indexed by one of my websites has 900,000 videos and only creates a sitemap for 20000
  •  

slmovix

Alex,

Thank you very much, I wanted this for while now,
I don't know it me or phpvibe, normally my wordpress sites quickly get listed in google
but my phpvibe site hardly get listed in google >?
Am i doing something wrong>>
??

Kind help would be appreciated

Thank you
  •  

max18121980

#8
Quote from: pantsuhentai on
great thank you very much ;D

I wonder if it is possible to increase the limit of video indexed by one of my websites has 900,000 videos and only creates a sitemap for 20000

I also wanted to find out, if the materials on the site will be more than 20 000, others not will be indexed?
  •  

xda

still got problem. see my attach. direct to 404

Please help.
  •  

PHPVibe A.Topic starter


PHPVibe A.Topic starter

Quote from: hamnawa on
I think 2 is nothing for such a great function it should have been at least 5.

My plan is to release a tone of plugins with small pricings, maybe we will get some more attention and satisfy more needs, so more to come!

PHPVibe A.Topic starter

Quote from: xda on
still got problem. see my attach. direct to 404

Please help.

Missing/misplaced the file?

PHPVibe A.Topic starter

Quote from: pantsuhentai on
great thank you very much ;D

I wonder if it is possible to increase the limit of video indexed by one of my websites has 900,000 videos and only creates a sitemap for 20000

You can change 0,19999 to 0,49999 , but not more than that since Google doesn't accept that.
Next upgrade will contain an sitemap for all videos.

PHPVibe A.Topic starter

Quote from: max18121980 on
I also wanted to find out, if the materials on the site will be more than 20 000, others not will be indexed?

Sitemaps are mainly to point to new content. They don't limit the indexing capabilities.

PHPVibe A.Topic starter

Quote from: slmovix on
Alex,

Thank you very much, I wanted this for while now,
I don't know it me or phpvibe, normally my wordpress sites quickly get listed in google
but my phpvibe site hardly get listed in google >?
Am i doing something wrong>>
??

Kind help would be appreciated

Thank you

Check for any bad robots.txt remained in root.
Not sure why it gets so badly, but I suggest you DO NOT serve a lot of fresh content on your site.
Some people do that, they add tons of videos, and Google sees this as a bad thing.

Abraham

How manually remove link from sitemap or clean all links? Site is in a testing period
  •  

PHPVibe A.Topic starter

Quote from: Abraham on
How manually remove link from sitemap or clean all links? Site is in a testing period

The sitemap is fully dynamic...

I guess you can do instead of:

case "videos":
$results = $db->get_results("Select title,id from ".DB_PREFIX."videos order by id desc limit 0,19999");


something like:

case "videos":
$results = $db->get_results("Select title,id from ".DB_PREFIX."videos where id not in ('1,23,43,43') order by id desc limit 0,19999");



maldboy

  •  

ravi7

Hello,

When I make a change or I add a video, it does not display it, I am forced to Clean Cache. How to make automatic ?
and in settinge / cache,  error: For now moving this to the admin panel settings HAS not proven without Affecting server load.
thank you for your help

thank you for your great work
  •  

PHPVibe A.Topic starter

hi,

there is no cache in the sitemap, uses direct sql query, maybe your videos are set to 'unpublished by default' or your browser serves you a cache copy of the sitemap?

Similar topics (7)