Dede Interior SEO optimization First article

Source: Internet
Author: User
Tags command line php and

Sometimes some of us are too focused on the inner chain of the site and the construction of the outside chain, but ignore the site's most basic internal optimization work, and these optimization work if we do not do a good job, often like building a house, the foundation did not play in prison, think of the house how high and big the same reason!

Recently, I used to build a dream of the CMS built a small information flow station, in the process of perfecting the site, naturally involves how to do a good job in the site optimization problem, here I will be a good point for everyone said, writing bad place, please everyone Haihan!

Dede is the same type of CMS system SEO done a better one, especially the latest V5.7 version, although there are still some not satisfactory place, such as the problem of the table. Below I will be the experience of this site for you to specifically talk about Dede can do some of the optimization, said the place do not spray Oh!

First, the website title optimization. Web site in accordance with the normal process of uploading to the space after the installation of good, need to do the basic settings of the site, here is my information station for example, in order to increase the exposure of the main domain name, in the site names set the column where I added with the WWW web site main domain name, please see the blue part of the picture below:

  

What is the benefit of doing so? We all know that when doing outside the chain, the outside if the chain appears in the title section of the article is the best, followed by the top half of the site, and then the second half, and here I say is not anchor link, is the text outside the chain, then here I put the main domain name here what good? Please take a look at the following figure:

  

The site's main domain name appears in the back of the article, so that each time we publish an article, in the title section of the article more than a site exposure opportunity, not only exposed to the search engine, but also exposed to the reader reading the article.

Second, the website Web site optimization. Full station static HTML, such as content pages (including articles, pictures, downloads), which is conducive to be included in search engines, but also quickly open the page. However, the default template generated by the article's address is very long, content page directory level of more than 4, very unfavorable to the article included. On this point, you can take a look at the figure below (this is just an example I gave, does not mean that I have a bad view of the site is not good to live):

This site is Dede do, the website art is not bad, the site also has a certain history, but Baidu only included the home page, other pages are not included. About Dede Web site optimization Online can find a lot of related articles, feel the processing is more complex. The latest V5.7 version has been well handled in this area, and there is no need to modify the template or source code. The specific optimization path is: Website backstage-Core---website column management, if the first level of the column directly below the content page, then in the corresponding column point: Change, enter: Advanced options, directly here to modify the article naming rules can be, the following figure (I changed into this look, And A5 's article naming rules a bit like OH):

Third, label optimization. In doing the key words and description of the column, I found that the keyword bar there is a word limit, but also difficult to change; When publishing articles, Dede background from the article title keyword is not very useful, but also has the character number limit, how to feel is a regret. From the Internet to find, here to thank the original author, this modified method is very good, I attached to the following:

The method is as follows: This method modifies the type of a table field directly

1. Change the column keywords and descriptive words: in the System tool-sql command-line tool-run SQL command line:

ALTER TABLE dede_arctype Change column description description text;

ALTER TABLE dede_arctype change column keywords keywords text;

So a few key words to solve the column and describe the limit of words, how many words you want to how much

2. Change the content of the keywords and descriptive words:

Also in, System Tools-sql command-line tool-run SQL command line:

ALTER TABLE dede_archives Change column description description text;

ALTER TABLE dede_archives change column keywords keywords text;

Next, modify the article_add.php and article_edit.php under the Dede file.

$description = CN_SUBSTRR ($description, 500);

$keywords = CN_SUBSTRR ($description, 120);

The red one is the number of characters you want, respectively, the description and keywords.

Originally also want to continue to write down, found that the length of the article has been a little longer, on the Dede of other aspects of the experience will be saved next post to everyone!

The above content by Www.518986.com Jie Yi Tong Fifth generation official Agent website in ADMIN5 original starting, reprint please keep the URL, thank you!



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.