Issue with main website crawling - Printable Version +- Hazeron Forums (https://hazeron.com/mybb) +-- Forum: Shores of Hazeron (https://hazeron.com/mybb/forumdisplay.php?fid=1) +--- Forum: Bug Reports (https://hazeron.com/mybb/forumdisplay.php?fid=17) +---- Forum: Closed Bug Reports (https://hazeron.com/mybb/forumdisplay.php?fid=18) +---- Thread: Issue with main website crawling (/showthread.php?tid=123) |
Issue with main website crawling - Celarious - 07-16-2018 I googled for Hazeron just to see what results would come up, and I found this: Basically, because there is no description for the website, Google and other search engines just take the recent galchat messages and use those. I think it'd be smart to add a description for services like Google to use Additionally, as mentioned by Deantwo, the website galchat parses links posted by people, meaning if somebody were to post malicious things, Google could possibly mark the website as a "Dangerous Site". I don't think this would help with traffic for the game so should probably also be looked at RE: Issue with main website crawling - AnrDaemon - 07-16-2018 To set the description, add Code: <meta name="description" content="…"/> To protect against potentially unwanted links, add Code: <a … rel="nofollow">… RE: Issue with main website crawling - Haxus - 07-17-2018 Thank you AnrDaemon. I did both of those things. |