Search results

  1. SEO Supreme

    Machine Learning and SEO

    I'm diving deeply into this. PM me if you're interested in sharing insights.
  2. SEO Supreme

    PHP Full Stack Dev Needed! (Buenos Aires)

    Searching for a full-time employee. PHP, MySQL, CSS and web scraping skills required. Exclusively in the CABA area in Buenos Aires. Interesados por PM!
  3. SEO Supreme

    expired domains

    Are you still able to scrape their site? Can't do it with PHP... not having much luck with Python either. What's your approach?
  4. SEO Supreme

    Flash Contest: What's the strangest product or service you had to market??

    Got a good one... but not allowed to talk about it. :anyway:
  5. SEO Supreme

    Hello World from Argentina.

    Otro Argentino! Vamoooo'!
  6. SEO Supreme

    [Easy Trick] Google Sheets has a built in content spinner

    Doesn't always work as expected, though...
  7. SEO Supreme

    My Movie streaming website journey

    Liked the cryptomining bit. Will follow. GL!
  8. SEO Supreme

    Don't ever get married

    Happily married. Wouldn't go back to being single. :)
  9. SEO Supreme

    post indexed, but not in serps for keyword?

    I agree with Chris. GSC is the way to go for pages that were submitted but not yet indexed. Check out the Crawl > Explore as Google menu.
  10. SEO Supreme

    What are you currently listening to?

    Mt. Fujitive
  11. SEO Supreme

    What tool to use to scrape multiple forum threads?

    Basically for anything that doesn't require client-side content scraping. There are ways for that, but it's a more complex process...
  12. SEO Supreme

    What tool to use to scrape multiple forum threads?

    You can use a custom PHP script that sends cookie data when fetching the data.
  13. SEO Supreme

    Downloading images liked by a specific account?

    If there's a 'posts liked by user' page, you can achieve it with PHP... mainly the function 'preg_match_all' to scrape the URLs and 'file_put_contents('imagename.jpg', file_get_contents($image_url_here))' You're going to have to first scrape all the liked posts url and then scrape the image...
  14. SEO Supreme

    need help in excel macro

    Try this: Record a macro that does follows these steps: 0. Start recording in cell A1. There should be blank cells in column A from A1 up to where you want the content to be displayed. 1. Goes to the last row in column A (shift + down arrow) 2. Goes to the cell next to it 3. Writes Norha's...
  15. SEO Supreme

    Best way to rent out content?

    I already have a few clients on stand-by. If I sell it, I only get payed once. If I rent it out monthly I tweak the script, polish the content output and get payed each month. For arguments' sake, let's just accept the premise of it being a profitable endeavor. I would like to hear if anybody...
  16. SEO Supreme

    Best way to rent out content?

    Hi, everyone! I have a script that scrapes some data from a website, turns it into variables and creates spinned content. Additionally, I pick up more content from here and there and render it in a way that Google can crawl it. I've already created thousands of quality pages that copyscape can't...
  17. SEO Supreme

    Scraping Google with public proxies?

    This isn't accurate. You can do it in a controlled manner. Make sure to wait a few seconds between requests and not have all your searches be incremental (ie. very similar but with a few tweaks). For a scalable solution, you really should go with a shared proxy.
  18. SEO Supreme

    Scraping Google with public proxies?

    Make sure your user agent is one that throws results.
  19. SEO Supreme

    what's your favorite genre of music?

    Glitch-hop is pretty cool for getting in the zone while coding...
  20. SEO Supreme

    Question about SEO please help :(

    Unless you're stuffing keywords with white text over a white background and things like that... ;)
Back
Top