![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am looking to find out how you can use Dreamweaver 4 to locate all of the files in a given folder that have HTML title tags over 70 characters in length. I am also looking to find all files with a META description tag of more than 150 characters. Anyone have any tips on how to use the Find/Replace tool for this? Are there other ways? |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Murray, we're in the process of optimizing the web site for the better performance in the search engines. Having title tags and META descriptions over a certain length can effectively water down the potential a page has. The site we're working on has excessively long Titles/METAs, so we're looking to compile a list of URLs we need to modify. |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Murray, while I appreciate your comments, I think you may be slightly mistaken in assuming that my knowledge of SEO is limited. That's not to blow my own horn, but I do want you to realize that I'm speaking from some degree of experience here, as well as a reason for asking my question: http://www.isedb.com/news/author/11 http://www.seotoday.com/browse.php/c...d/48/index.php http://www.searchengineguide.com/lander/ For specific reference, the Inktomi and Google databases provide listings (featured across many engines) in a very specific and formatted manner. In the current format, Google limits the page title's display to 60 characters. Therefore, having a title much more than 60 would be detrimental. With Inktomi, the limit is much higher (120 characters are shown), but these pages need to perform well in all engines, so why have anything much larger than 60 characters? You may be underestimating the effectiveness of a well written META tags. While I will certainly agree that META title and META keyword tags are near ineffective, META descriptions still have a tremendous amount of value for the purpose of search engine promotion and marketing. If you conduct a search through an Inktomi powered property, like search.yahoo.com, the descriptive text in the search engine result pages will default to the META description tag. Of course, the reason here for limiting the length of the META description again relates to how much space is allowed in the search engine result pages. Finally, I am curious to know if you can answer my original question... Can Dreamweaver be used to locate HTML title tags over 70 characters in length? Can Dreamweaver be used to locate META description tags of more than 150 characters? I look forward to your response. |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
open Find and Replace. Find: specific tag-->Title + Containing-->Text---> .{70,100000} put checkmark in "use regexp" . (it's a period) means any character except new line (so it's counting blank spaces also) {70, 100000} means "contains the preceding character at least 70 times, but less than 1000000 times" for the other one, same thing but specific tag-->meta + with attribute-->NAME = description +with attribute-->content = .{150, 100000000} note- the simplistic . is counting blank spaces and , commas, so fudge around or use a different regexp selector. dw help-->search-->regular expression |
#10
| |||
| |||
|
|
Saw this on a quick Google search: http://www.sitesolutions.com/analysis.asp Might be useful, but not too sure. |
![]() |
| Thread Tools | |
| Display Modes | |
| |