关键词内链 Dynamic Internal Linking

论坛: 

Dynamic Internal Linking

启用动态内部链接
添加关键词
选择关键字映射链接
文章内部连接:
动态的内部链接:
你的SEO团队总是能想出的关键词和最有价值的网页在您的网站上的链接映射。使用这一个可以映射这些关键词在其他网页链接在网站上的内容。这个模块就是这么做的。动态部分更像是一个分类的配置,你选择适合你的内容最多的第一次出现在内容的关键词是动态替换为链接。
动机:内部链接是最有用的建立的网站结构和驱动链接汁最宝贵的/登陆页面。
做法:把SEO团队准备一些关键词链接映射

Wiki是什么?
Wiki概念发明人沃德·坎宁安(Ward Cunningham)为Wiki下了定义:一群相互连接并可自由扩展的网页、一套用来储存与修改信息的超文字系统,所有的网页储存在一套数据库中,任何人透过具有表单功能的浏览器用户程序,皆可轻易加以编辑。
Wiki的特点
1.使用方便,维护快捷:快速创建、存取、更改超文本页面(这也是为什幺叫作“wiki wiki”的原因)。格式简单:用简单的格式标记来取代 HTML 的复杂格式标记。(类似所见即所得的风格)链接方便:通过简单标记,直接以关键字名来建立链接(页面、外部连接、图像等)。命名平易:关键字名就是页面名称,并且被置于一个单层、平直的名空间中。
2.有组织
自组织的:同页面的内容一样,整个超文本的组织结构也是可以修改、演化的。可汇聚的:系统内多个内容重复的页面可以被汇聚于其中的某个,相应的链接结构也随之改变。
3.可增长
可增长:页面的链接目标可以尚未存在,通过点击链接,我们可以创建这些页面,从而使系统得到增长。修订历史:记录页面的修订历史,页面的各个版本都可以被获取。
4.开放性
开放的:社群的成员可以任意创建、修改、删除页面。可观察:系统内页面的变动可以被访问者观察到。
需要的模块
1.Freelinking (http://drupal.org/project/freelinking) Provides the ability to easilylink between pages
2.Markdown filter (http://drupal.org/project/markdown) Provides an easy, human-readable way to enter HTML formatting
3.Diff (http://drupal.org/project/diff)Shows color-coded list of changes between two revisions of content
4.Pathauto (http://drupal.org/project/pathauto)Automatically creates clean, search-engine-friendly URLs
5.Token (http://drupal.org/project/token)A utility module to provide variables that are later replaced with dynamic bits,such as [user-name]
6.CCK (http://drupal.org/project/cck)
第一步:启用以下模块
 
diff
markdown
pathauto
freelinking
token
content
content permissions
 
第二步:添加一个新的内容类型
Name: "Wiki page"
Type: wiki
Description: "A page that any authenticated user may editand view changes."
Workflow settings: in "Default options": uncheck "Promoted to front page", check "Create new revision"
第三步:去掉作者信息的显示
Go to admin/build/themes/settings
第四步:权限设置
Set the permissions "create wiki content" and "edit anywiki content" for "authenticated user"
Set the permissions "revert revisions" and "view revisions"for "authenticated user"
第五步:添加wiki输入格式
Name: "Wiki"
Filter: check "Markdown" and "freelinking filter", uncheck
others
 
第六步:输入格式设置
Go to admin/settings/filters, set the "Wiki" filter to the Default format.
第七步:freelinking设置
Go to admin/settings/freelinking, change the "Default for new content" to "Wiki page".
第八步:pathauto设置
go to admin/build/path/pathauto, expand the "Node pathsettings" fieldset and in the "Pattern for all Wiki page paths", enter "community/animepedia/[title-raw]".
dashan 答复于