Dedecms Implementing list thumbnails add Alt anchor text information

Source: Internet
Author: User

Can better improve the site optimization of the relevant settings, as we developed the article picture automatic alt annotation plug-in, but also conducive to picture optimization to bring traffic. The default Dede default list page thumbnail picture is missing the Alt attribute, and seo/seo.html "target=" _blank "> Search engine understanding of the image effect is poor."
Open File list_article.htm Find the following code:

The code is as follows Copy Code


Modify to the following code:


After the modification, a new problem has arisen. That is, when the article is recommended, the code has a <b> title </b> tag.

Solution:

Open File include/arc.listview.class.php find the following code

The code is as follows Copy Code
$row [' title '] = ' <b> '. $row [' title ']. " </b> ";

Modify the above code to the following code:

The code is as follows Copy Code
$row [' title '] = $row [' title '];

This completes the Dedecms list thumbnail by adding ALT anchor text information.

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.