1

これは、「どのように」ではなく、「どのように最善を尽くすか」ということです。

バニティ URL を持つほとんどのサイトには基本的なルールがあることを理解しています。

  • >4 文字 (「ブログ」や「仕事」などの便利なトークンの束だけでなく、「4 文字の単語」の長いリストもカバーしています)
  • アルファから始める
  • 英数字のみ (おそらく ._- でも、user.name はユーザー名と同じになります)
  • 乱用を防ぎ、混乱を避けるために予約語を禁止します (例: contact、about、username、vanityurl、[what are some other?])

バニティ URL を追加するサイトで考慮すべき他の重要なルールは何ですか?

混乱や乱用を防ぐために予約する必要がある一般的な単語は何ですか?

4

2 に答える 2

3

これまでに見つけたものを投稿し始めます。

文字数制限を設定 >4 文字

少なくとも 1 つのアルファ [az] を含む必要があります

オプションの特殊文字:._-

  • 特殊文字は個別のトークンに数えるべきではありません (つまりuser.name= username)
  • 特殊文字も同時に使用しないでください (例: user..name)
  • トークンの先頭または末尾に特殊文字を使用しないでください (例: -user-name-.username-)
  • 更新: Facebook と Twitter もダッシュを禁止しています。除外することを検討してください。
  • Gmail ではドットのみが許可されます。

似たような文字を避けることで、文字の混乱を避けます l,1o0

  • たとえば、colbertが登録されている場合、登録を防止co1bertまたは登録しないようc01bertにします

大文字小文字を区別しません

予約語一覧

about, aboutus, account, accounts, add, admin, administer, administrator, admins, ajax, anon, anonymous, apache, api, app, apps, archive, archives, article, articles, auth, authenticate, authentication, author, backup, better, blog, blogger, cache, careers, cart, changelog, checkout, client, clients, codereview, compare, config, configuration, connect, contact, contactus, contributor, cpanel, create, css, daemon, data, database, deal, deals, delete, director, direct_messages, docs, documentation, download, downloads, edit, editor, email, emailus, employment, enterprise, explore, facebook, faq, faqs, favorites, feed, feeds, fleet, fleets, follow, followers, following, font, fonts, forum, forums, friend, friends, friending, ftpuser, games, gist, group, groups, guest, help, home, host, hosting, hostmaster, http, httpd, idea, ideas, image, images, include, includes, index, indexes, info, invitation, invitations, invite, is, it, job, jobs, json, lib, library, list, lists, login, logout, logs, mail, map, maps, master, mine, mis, misc, miscellaneous, moderate, moderator, module, modules, mysql, news, nobody, node, nodes, oauth, oauth_clients, offers, office, openid, operate, operator, oracle, order, orders, organizations, owner, password, passwords, plans, poll, polls, popular, post, postgres, postmaster, president, privacy, profile, profiles, projects, public, put, pwnd, pwned, pwnage, question, questions, qwerty, rdf, recruit, recruiter, recruiters, recruitment, register, registrar, registration, remove, replies, root, rss, sales, save, save, script, scripts, search, security, server, service, sessions, settings, shell, shop, signup, signout, sitemap, spam, ssl, ssladmin, ssladministrator, sslwebmaster, stat, stats, statistics, status, stories, student, styleguide, subscribe, support, supporter, survey, surveys, sysadmin, template, templates, terms, test, tester, testing, tests, testuser, theme, themes, tour, tomcat, translations, trends, tutorial, tutorials, twitter, twittr, unfollow, unsubscribe, url, update, upload, uploads, user, users, video, videos, weather, webadmin, webmaster, widget, widgets, wiki, www, wwww, xfn, xmpp, yml, yaml
于 2011-09-06T22:37:08.463 に答える
0

バニティURLについて話すときは、2つのことに注意してください。製品指向のWebサイトを提供している場合は、URLの製品名を最適化します。または、Webサイトがソーシャルネットワーキングのようなものである場合は、ディープリンクのユーザー名、コミュニティ名、またはグループ名を最適化します。

http://hioxindia.com/checkAvailability.php

于 2011-09-06T07:08:57.330 に答える