Need more content for automated platform

selfpaidinc

BANNED
Joined
Jun 30, 2014
Messages
18
Reaction score
8
I developed an automated platform which crawls and indexes direct mp3 urls then making them searchable to my users.I have a lot of content available - over 550,000 mp3s. So far Google has indexed about 300,000~ since i released the platform 3 weeks ago.

I'm wondering, since these mp3s are indexed via crawler what type of automated content could I add to the pages? The crawler indexes 20,000-100,000 new MP3s a day so doing anything manual is impossible.

I need more content.

Below is a link to a screenshot of my site's individual mp3 page. I've covered my brand name so this isn't confused as spam. Any suggestions to help increase rank would be appreciated.

Code:
imgur.com/a/b4kYH
 
How about attempting to pull lyrics from different sources and automatically pasting it on your pages? Perhaps embed a YouTube video that relates to the mp3 if possible?
 
You can play with your interlinking to keep google bots longer on your website.

Btw which indexing service/method are you using i you dont mind sharing it
 
How about attempting to pull lyrics from different sources and automatically pasting it on your pages? Perhaps embed a YouTube video that relates to the mp3 if possible?
Thanks, I've been playing with this idea. It would be easy to initial scrape a lyrics website database however keeping them up to date may be too resource dependent as the only way I can think about keeping the lyrics up to date is by pinging each artists page on the lyrics website and checking for links to new lyrics. I haven't found a lyrics site that has an rss feed or even a "latest lyrics" section.

I would like to add lyrics to the platform so you can search lyrics + possibly have lyrics included on mp3 pages as you mentioned. Any chance you know of a lyrics site with rss or latest lyrics possibly?
 
You can play with your interlinking to keep google bots longer on your website.

Btw which indexing service/method are you using i you dont mind sharing it
Thanks for the advice.

I'm using a custom developer crawler using Guzzle. I actually have two crawlers. One that crawls designated websites at designated frequencies and depths collecting direct MP3 urls and another which crawls public directories.
Mp3s are first inserted into MariaDB with status "pending". I'm using ffprobe to pull artist, title, bitrate, size and length data from the mp3s. Once this data has been pulled MariaDB is updated with the data and the Mp3 is marked as enabled. When the Mp3 is enabled the record is pushed off to ElasticSearch database which is used for searching.
 
Back
Top