Latest Updates: SEO RSS
-
SEO基础
Jeck
1. about the page title, every page should have a unique title
<head>
<title>Juchy | Web Design, Clothing Design, Make Friends</title>
</head>2. about the description, give a brief overview of the page
<head>
<meta name=”description” content=”clothing and web design, make friends, shopping share, personal favorite website.” />
</head>3. url, meaningful url, include the meaningful word.
4. site map, good and clear structure of the site, put an HTML sitemap page on your site, and use an XML
sitemap file for search engine5. friendly and helpful 404 error page
6. unique, fresh content with relevent language
7. meaningful anchor name
8. Use heading tag appropriately: <h1>,<h2>
9. Optimize the image using, add the “alt”, good image name and
alt and title may helpful for Google image search10. nofollow, setting the value of the “rel” attribute of a link to “nofollow” will tell Google that certain l inks on your site shouldn’t be followed or pass your page’s reputation to the pages linked to. Nofollowing a link is adding rel=”nofollow” inside of the links’s anchor tag. if you want to set all the link on the page to nofollow, set like this:
<head>
<meta name=”robots” content=”nofollow”>
</head>