Status
Not open for further replies.

John

Active Member
652
2009
43
35
I have coded bot that collect youtube videos and embends on my site...

I can add 4000 videos per day. Bot working like crazy.... It does not make overload on server and I have

So question is can I do this....

This is my example

Code:
http://www.videostash.org/video/11875/how-to-search-engine-optimize-a-website---seo-101/

I get title description and youtube ID and added it to my site

I have sitemap did SEO litle....

Can this be good?
 
8 comments
I don't think you are going to face any problems from youtube however owners of the videos might get pissed. :P
 
It doesn't sounds like you are violating their TOS. If only you share vidoes without embed code..you *may* receive notice/deletion required notice. If not.. you can do..what you do now :)
 
I don't see why it would be against their terms, if you use their embed code. Make sure to use theirs rather than your own and you should be fine

-Dominic
 
I don't understand this part

If only you share vidoes without embed code..you *may* receive notice/deletion required notice. If not.. you can do..what you do now

this is code that I use

Code:
<iframe width="640" height="480" src="http://www.youtube.com/embed/youtubeid?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
 
Status
Not open for further replies.
Back
Top