Hello All respected members, I have search intitleHP Development India on google.com and i found some different word such as: developer why this word highlighted...in snippet...can anyone explain me...
nice find, may be becoz development and developer/programmer are related terms and i searched for intitleHP Developer India, Development word is getting highlighted, term programmer also highlighted humm must try for other related terms and find the actual reason
its because its on your search query, google to that to help searcher find what they are looking for more faster..
I dont know the search algorithm of Google but I think the conditional search is relative. I mean Google compares the string that you input and match your string to the sources, all of the sources that contain the input string and also characters in string will be returned. For example, in SQL language, there are 2 kinds of comparison which are = and LIKE. Your input string is "software outsourcing" and the source is "ABC is a company that outsources XYZ in ... ". In the 1st type of above comparison (absolute comparison), there is no match found because there is no word in the source matching the input string absolutely but in the 2nd (relative), the source will be returned because "outsourc" is contained in the source string. That's my opinion only