Small business has a primary advantage over larger companies, every single customer is vital to success. The reason many customers chose small businesses is special treatment. Small business creates confidence, or trust, which increases Customer Service satisfaction. Questions are answered promptly and thoroughly, and small businesses will not stop till the customer is fully satisfied. The customer needs to know when an issue arises, it will be rectified.
Large bulky companies will many times tell the customer it’s their fault and will not offer any type of resolution. This will not happen with Small Business. Large companies create this poor customer service as a result of the lack of serious competition that the small business does not enjoy.
MK Web Design realizes reliable customer service can be achieved very easily. We provide easy contact information, social media contacts, phone numbers, and monitor these including email, with a very fast response times. We understand the lack of a response is a reason for a customer to look elsewhere.
MK Web Design would like to welcome The Lights of Lake Park Estates to our family. The Lights of Lake Park Estates is a Non-Profit Free Website donated by MK Web Design with the following features:
Click on the site picture below to view a snapshot of the site and the technologies used for the site.
Here are four free backgrounds which can be used for Wallpaper for your computer, for Photo Backgrounds or Backdrops, or any other creative ideas you may have. All backgrounds posted on this site are created by MK Web Design, free to use, royalty free, freely distributed under the GNU General Public License. Click on the thumbnail to view, right click to Save As image. All images are 1280 X 1024 pixels.
[SinglePic not found]
A lot of people ask me which elements and tags in HTML are most important involving Search Engine Optimization, also known as SEO. I have listed below Important SEO HTML Tags from most important to least important (even though all are important), and general rules about Indexing Limits, Link Building, and other SEO tips and tricks. I have also included a downloadable free Quick Reference Guide / Cheat Sheet for your use.
The <title> tag defines the title of the document, and is the only required element in the head section.
<head>
<title>KEYWORDS</title>
</head>
Title Tag Format (Recommended)
KEYWORD – CATEGORY | WEBSITE TITLE
The <h1> to <h6> tags are used to define HTML headings. <h1> defines the largest heading and <h6> defines the smallest heading in size and importance.
<h1>Most Important Heading</h1>
<h2>Second Most Important</h2>
<h3>Third Most Important</h3>
<h4>Fourth Most Important</h4>
<h5>Fifth Most Important</h5>
<h6>Sixth Most Important</h6>
The following tags renders selected text as bold text or strong (highlighted) text.
<b>KEYWORD(S)</b>
<strong>KEYWORD(S)</strong>
One of the most frequently missed elements are images. Both the filename and the alternative text are important and should contain your keywords.
<img src=”KEYWORD.jpg” alt=”KEYWORDS” />
Hyperlinks are used to create a link to another document or bookmark, by using the href attribute
<a href=”http://www.yoursite.com/webpage.html” title=”KEYWORD”>KEYWORD(S) in text</a>
*note: Your file name(s) should also contain your keyword(s)
I have listed some brief examples of good and bad SEO URL Building. The goal is to get your keywords in the URLs, Parameter Depth less than 2, and URL / Folder Depth less than 4.
Good:
http://www.yoursite.com/page.php?keyword (contains keyword and parameter depth is less than 2)
http://www.yoursite.com/keyword1/keyword2/keyword3 (contains keyword and URL / Folder depth is less than 4)
Bad:
http://www.yoursite.com/page.php?id=1&var2=2&var2=3 (there are no keywords in the URL and parameter depth is greater than 2)
http://www.yoursite.com/page1.html or http://www.yoursite.com/page2.html (there are no keywords in the URL)
Search Engines often flag sites and files which are to big, to many links, or tags which contain to many characters, due to keyword spamming. I have listed some of the following general rules.
This is the most important tag and if left out of your webpage, Search Engines will not index your site. The general rule is No more than 70 characters, but I try to keep the title to Less than 60 characters to make sure your site is included and the title is not chopped off.
A maximum of 874 characters is allowed for this tag, but it is not recommended you use that many characters or you can suffer from keyword saturation. Be sure to use highly targeted keyword phrases and only include words that can also be found in the viewable part of the Web page.
No more than 150 characters for the Meta Description Tag because most search engines will only display a maximum of 150 characters of text for the description in their search results. This helps insure your description makes sense in the search results.
No more than 150 Kilobytes is suggested prior to including images, video, CSS, and other elements. This is just the text / code in your webapge.
There should be no more more than 100 unique links per webpage.
Download - SEO_Reference_Guide.pdf
Downloaded 199 times Password: mkwebdesign
This is the registry fix for computers in which the .txt or TXT file association has been removed. The end result is when you attempt to open a Text Document or .txt file, the Open With Dialog box will appear and you will not be able to open these files using windows. TXT Files Will Not Load You could go into your Windows Registry and edit it, which I highly discourage. You can download the file below and extract the file, and double click on the .reg (registry) file. You will get an “Are you sure dialog box”. Click yes and this should fix your problem.
Windows XP TXT Registry Fix (798 Bytes, 10 hits)
Simple JavaScript which will generate a simple alert box based on clicking a link or a form button. Useful for alerting users for missing fields, displaying a message on document open or close, or informing users they’ve clicked a link. Examples and Code are below.
Code:
Button:
<form><input type=”button” value=”Open Alert Box” onClick=’alert(“Place Your message here… \n Click OK to contine.”)’></form>
Link:
<a href=’javascript:onClick=alert(“Place Your message here… \n Click OK to contine.”)’>Open Alert Box</a>
Examples:
Button:
Link:
Open Alert Box
This is the registry fix for computers in which the .zip or ZIP file association has been removed. The end result is when you attempt to open a Zip Archive or .zip file, the Open With Dialog box will appear and you will not be able to open these files using windows. ZIP Files Will Not Load You could go into your Windows Registry and edit it, which I highly discourage. You can download the below and double click on the file. You will get an “Are you sure dialog box”. Click yes and this should fix your problem.
Windows XP ZIP Registry Fix (6.0 KB, 783 hits)
Here are four free backgrounds which can be used for Wallpaper for your computer, for Photo Backgrounds or Backdrops, or any other creative ideas you may have. All backgrounds posted on this site are created by MK Web Design, free to use, royalty free, freely distributed under the GNU General Public License. Click on the thumbnail to view, right click to Save As image. All images are 1280 X 1024 pixels.
[SinglePic not found]