0.0.6 • Published 6 years ago

shopbackseotool v0.0.6

Weekly downloads
28
License
-
Repository
github
Last release
6 years ago

使用NodeJS開發,過濾html是否符合seo優化條件


*Step1 : 讀取 input.html

*Step2 : 過濾tag規則如下 :

 <title> 是否沒有放 
 
 <meta name="descriptions"../> 是否沒有放
 
 <meta name="keywoeds"../> 是否沒有放
 
 <img>:是否有少alt attribute

 <a>: 是否有少 rel attribute

 <strong> : 是否超過15個   

 <h1> : 是否超過1個        

*Step3 : console output:

 There are 1 <img> tag without alt attribute

 There are 1 <a> tag without rel attribute

 This HTML without <title> tag

 This HTML have more than one <h1> tag
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago