Recent content by markvd3

  1. M

    Is a youtube autoblog worth it? seowise?

    im able to scrap videos, descriptions, and comments from from youtube of any keyword that i want. if i make a website of lets say "funny videos" of all youtube content, will it be dangerous/shut down right away. or will it even show up in any serps? i feel like google would have and extra close...
  2. M

    getting indexed, my sitemap, and google webmaster tools help please

    hi i have my site and i have XML Sitemap plugin installed, and when i search in google "site:mysiteurl" i see alot of my site pages, which i though meant that they are indexed. but when i log onto my google webmasters tool it only says that i have 14 pages in the google index. so i downloaded...
  3. M

    How can my blog have so many backlinks with no content?

    hello, i made this blogger blog a few weeks ago but i havent touched it since. it has no content whatsoever. but when i look at the site on my google webmasters panel it seems to have "1,176 total links to my site"!? can someone explain this to me. they seem to be mostly coming from an "OPML...
  4. M

    I could use some coding help with my autoblog

    i use this code: <?php $i = 0; $page = get_the_content(); $doc=new DOMDocument(); $doc->loadHTML($page); $xml=simplexml_import_dom($doc); $images=$xml->xpath('//img'); foreach ($images as $img) { list($width, $height, $type, $attr) = getimagesize($img['src']); if ($height > 149 ) {...
Back
Top