by walash » 04 Jul 2016, 02:53
jacktheking wrote:So I was creating a PHP scraper script to learn to scrap website. And I noticed that some site don't have keywords tag. One example is Facebook. Another example is ... FourmCoin. In fact, I noticed that FourmCoin does not have both keywords and description tags and I am curios to know the reason. The two lines of code below are from ForumCoin.
- Code: Select all
<meta name="keywords" content=""/>
<meta name="description" content=""/>
Well, some websites like Facebook as you pointed out do not rely on organic traffic for ranking, since are already very well known and well placed. That's why they don't bother placing meta tags and meta descriptions. I'm not sure, but I guess Forum Coin's main traffic source isn't organic as well. Maybe direct and referral traffic, since people either already know the forum and have it on favorites or give other people their links in order to earn FC through the referral program.
jacktheking wrote:Another thing that caught my attention is that ForumPromotion does not have the keywords and description tag. However, Google spider managed to scrape the data
the user want and show it as the
site description on result page. How do they know that is the description when it is not in the meta tag?
- Code: Select all
Forum Promotion is a webmaster forum that focuses on internet marketing to support webmasters and admins to make their website successful. On Forum ...
I am really interested with how the search engine crawler works ...
That's just a random snippet. Google grabs the first few lines of content of each page and sets as meta description when you don't complete your website's tags and descriptions for the SERPs.

Best Regards,
Wal