![]() |
| | #1 (permalink) |
| Member Enthusiast | H1, H2 and H3 tags can help search engines such as Google, Yahoo and MSN figure out what a web page is about. SO this is an important modification to make. It also is good for your members, as it gives a more descriptive introduction to a thread. As always, be sure to back up your database before making any modifications to your site. ________________________ In the FORUMDISPLAY template find: Code: $navbar Code: <br /> <center> <h1 class="myh1">$foruminfo[title_clean]</h1> <h2 class="myh2">$foruminfo[description]</h2> </center> <br /> Next, in your SHOWTHREAD template find: Code: $navbar Code: <br /> <center> <h1 class="myh1">$thread[title]</h1> <h2 class="myh2">$foruminfo[title_clean]</h2> </center> <br /> (see where this is going?) Now, you can control the size and appearance of H1, H2 and H3 tags via your CSS, if you so choose. For example, in your Style Manager, Main CSS, under Additional CSS Definitions, scroll to the bottom and add this: Code: /* ***** H1 Tags ***** */
h1.myh1 {font-family: Arial; font-size: 20px;
color: #000000; font-weight: bold;}
h2.myh2 {font-family: Arial; font-size: 16px;
color: #000000; font-weight: bold;}
Why is this important for SEO? Just as I said in another thread here that descriptive meta tags and key words/phrases draw spiders like flies... so do descriptive Forum titles and thread titles! Search Engine spiders crawl your titles, not just your forum and thread content. The titles are cached in search engines and brought up when a user is searching via key words/phrases. So be DESCRIPTIVE! |
| | |
| | #3 (permalink) |
| Administrator Disciple | Thanks for the first tip Brighteyes. We're actually using H1 and H2 tags. Messed around with the CSS a little bit and put them in a table to make them a bit more esthetically pleasing.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for 3D Developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - A list of resources for design in motion with Adobe After Effects To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Usefully resources for freelance web developers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tips and discussion about search engine optimization To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tutorials submitted by ny-dev members |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forum Moderator Application Thread | danielmichel | General Conversation | 2 | 12-25-2006 11:10 PM |
| Important: Not to be Confused with the Other Forum | danielmichel | Reviews | 0 | 12-23-2006 02:51 PM |
| Texas Photo Forum | danielmichel | Reviews | 12 | 12-22-2006 12:13 PM |
| Forum Question | skittle | General Conversation | 6 | 10-16-2006 08:29 AM |
| Admin Forum Password | verdammte | General Conversation | 0 | 04-27-2006 05:36 AM |