More code updates - META tags
After doing a bit of research on-line I discovered a major problem with many of my site pages (mainly the database driven pages). I wasn’t making use of…
<meta name=“description” content=“Page description goes here!” />
Now, I’d imagine that there could be much worst coding problems that could happen but for me this was major once I realized what was happening on search engine results.
When my pages show up on search engines, a nice formal description of the page (or when the page is for a utility - it’s short description) hasn’t been showing up. Instead, the search engine was spitting out my page title and then the first chunks of text that it came across on the page - which happened to be a menu.
So, with everything in mind, I made some changes to my database driven pages whereas the meta-description tag is dynamically inserted into the page. Hopefully once things start to refresh on search engine results everything will look more professional.