对于很多人来说,制作页脚是只是设计师顺手而为的任务。它似乎很容易,似乎可以忽略不计。因为很多人都觉得网站底部很少人会去看,而且页脚链接的所有链接的点击率(CTR)都是最低的,何必呢?
真是这样的吗?下面为您解析。
页脚 & CTR(点击率)
Well, the fact about the low CTR may be true, but it doesn’t present the whole picture. The low CTR is mainly a result of the fact that few people see the footer in the first place.
So I have a theory of my own about this.
Although, apparently, there’s no study done on the topic (at least I wasn’t able to find it; feel free to chip in if you have some data), I believe that the CTR is actually quite high for footers if we only count the people who have scrolled all the way down on the page.
I did some quick number crunching with my CrazyEgg account to examine this more closely. When I compare the estimated number of people who see my footer (through the scroll map tool) and the total number of clicks my footer generates, I can see that between 14 percent and 20 percent of people end up clicking on something once they see the footer (depending on the page tested).
Of course, this is just a very simple test with a rather small heap of data, so it’s difficult to draw any reliable conclusions. Also, my footer is huge. It takes around 55-60 percent of the screen, so it’s hard to resist clicking on something. Anyway, even despite the shortcomings, the results are still very interesting.
So the lesson is simple…
Footers matter.
And here’s what you can do to make your footer properly awesome.
1. Don’t treat it as an SEO dumpster
Some people still try to inflate their rankings by using keyword links in the footer. And I know that doing so is hard to resist. It’s just too easy, and the links don’t even look out of place. But this really should be avoided in 2014. Mainly because it isn’t much of a challenge for Google to recognize the footer and give the links a low SEO value.
The whole practice is just so 2008 ? or even worse.
Actually, it was 2008 when Rand Fishkin already talked about this being not effective.
2. Introduce hierarchy
There are always some elements that are more important than others, and you should reinforce this idea through alignment, scale, and placement within your footer.
For instance, if you go to Smart Passive Income, you’ll see that getting you to opt in is the most important goal for Pat ? the owner. The footer for every page on the site starts with a big subscription box.
Then, additional links and disclosures follow.
Try adopting the same idea. Start with what’s important and then continue with everything else.
3. Try one last time to get a conversion
Speaking of opt-ins, these days, getting someone to opt in is one of the most popular website goals, and site owners are willing to do almost anything it takes to raise their conversion rates.
Hard to blame them for that, to be honest.
The footer is the last chance to get a conversion. And that’s regardless of what the conversion represents in your individual case. Take advantage of that chance, you owe it to your site’s main goal.
For example, here’s the footer at Codeinwp.com ? a company providing PSD-to-WordPress services that I’m part of. The footer is huge and it has one main goal ? to convince people to submit their designs and have them turned into a working WordPress theme.
4. Use white space
White space is so underrated right now. Actually, it’s been underrated since ever. When in fact, there’s no other easier way to give your footer some additional emphasis and make the links pop more.
We don’t have to go far for examples ? just scroll down to see the footer here at WDL.
5. Experiment with “about the author” blocks
If you’re designing a single author site/blog then it’s often a good idea to use the available space to present a nice “about the author” block.
Now, the goal here isn’t increasing the CTR. People rarely click on author blocks (at least in my tests), but it does introduce a personal touch and makes it clear who the author is no matter what page is viewed at the moment.
Here’s a great example from Leaving Work Behind:
6. Don’t forget about the must-have links
It’s really hard to imagine a footer without some of the following links:
The reason why they’re essential is simple. Over the years, people have gotten used to seeing those pages in footers. It’s become a convention, and breaking it rarely pays off.
A good way to go about this when picking the things to mention in your footer is to ask yourself the following:
Will my audience expect to see this link in the footer?
7. Display social media links
Here are two of the most popular approaches to social media vs. footers:
8. Consider using a sub-footer
Your sub-footer is the part that comes after your main footer area. It’s most commonly used to display various legal links or other things that you don’t necessarily want people to click on, but they do regulate and disclose some of your operations.
I’m talking about things like privacy policy, terms, earnings disclosure, copyright clause, DMCA, etc.
Example from SugarSync.com:
9. Showcase social proof, badges, and safety seals
Depending on the kind of business that the site you’re working on is in, displaying some additional social proof can work well for the site’s overall credibility.
Let’s take another look at Pat Flynn’s site to get an example (this time it’s the homepage):
These company logos are not clickable, plus the contrast is very low. But you don’t really need more. The logos are there to provide social proof, not to catch too much attention.
10. Link to your best content
This is something that can work well on blogs and online publishing sites in general; not so much on business sites or product sites.
The main idea is that popular content is usually popular for a reason, so showcasing it in the footer can improve the readership numbers even further.
It’s a simple rule ? it’s much easier to grow the popularity of something that’s already popular, than to build the popularity of something that’s not.
An example by newInternetOrder.com:
11. Be careful about turning your footer into “master navigation”
This goes back to the first item on this very list ? treating your footer as an SEO dumpster.
Footers should be neither an SEO dumpster, nor a master navigation.
You really shouldn’t try cramping all the links you have in the footer. This will not have a good effect on your readers.
A lot better approach is to create a custom archives page and then link to it from the footer. That way, you still have a readable and clear footer, and if someone wants to find a specific resource, they can do so via the archives.
What’s wrong with your footer, my friend?
To be honest with you, when gathering the data for this post and then writing it, I found at least a handful of things wrong with the footers I use on my sites. So my question is simple: What’s wrong with your footer? And more importantly, what will you do to fix it?

HTML、CSS和JavaScript在網頁開發中的角色分別是:HTML負責內容結構,CSS負責樣式,JavaScript負責動態行為。 1.HTML通過標籤定義網頁結構和內容,確保語義化。 2.CSS通過選擇器和屬性控製網頁樣式,使其美觀易讀。 3.JavaScript通過腳本控製網頁行為,實現動態和交互功能。

HTMLISNOTAPROGRAMMENGUAGE; ITISAMARKUMARKUPLAGUAGE.1)htmlStructures andFormatSwebContentusingtags.2)itworkswithcsssforstylingandjavascript for Interactivity,增強WebevebDevelopment。

HTML是構建網頁結構的基石。 1.HTML定義內容結構和語義,使用、、等標籤。 2.提供語義化標記,如、、等,提升SEO效果。 3.通過標籤實現用戶交互,需注意表單驗證。 4.使用、等高級元素結合JavaScript實現動態效果。 5.常見錯誤包括標籤未閉合和屬性值未加引號,需使用驗證工具。 6.優化策略包括減少HTTP請求、壓縮HTML、使用語義化標籤等。

HTML是一種用於構建網頁的語言,通過標籤和屬性定義網頁結構和內容。 1)HTML通過標籤組織文檔結構,如、。 2)瀏覽器解析HTML構建DOM並渲染網頁。 3)HTML5的新特性如、、增強了多媒體功能。 4)常見錯誤包括標籤未閉合和屬性值未加引號。 5)優化建議包括使用語義化標籤和減少文件大小。

WebDevelovermentReliesonHtml,CSS和JavaScript:1)HTMLStructuresContent,2)CSSStyleSIT和3)JavaScriptAddSstractivity,形成thebasisofmodernWebemodernWebExexperiences。

HTML的作用是通過標籤和屬性定義網頁的結構和內容。 1.HTML通過到、等標籤組織內容,使其易於閱讀和理解。 2.使用語義化標籤如、等增強可訪問性和SEO。 3.優化HTML代碼可以提高網頁加載速度和用戶體驗。

htmlisaspecifictypefodyfocusedonstructuringwebcontent,而“代碼” badlyLyCludEslanguagesLikeLikejavascriptandPytyPythonForFunctionality.1)htmldefineswebpagertuctureduseTags.2)“代碼”代碼“ code” code code code codeSpassSesseseseseseseseAwiderRangeLangeLangeforLageforLogageforLogicIctInterract

HTML、CSS和JavaScript是Web開發的三大支柱。 1.HTML定義網頁結構,使用標籤如、等。 2.CSS控製網頁樣式,使用選擇器和屬性如color、font-size等。 3.JavaScript實現動態效果和交互,通過事件監聽和DOM操作。


熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

AI Hentai Generator
免費產生 AI 無盡。

熱門文章

熱工具

DVWA
Damn Vulnerable Web App (DVWA) 是一個PHP/MySQL的Web應用程序,非常容易受到攻擊。它的主要目標是成為安全專業人員在合法環境中測試自己的技能和工具的輔助工具,幫助Web開發人員更好地理解保護網路應用程式的過程,並幫助教師/學生在課堂環境中教授/學習Web應用程式安全性。 DVWA的目標是透過簡單直接的介面練習一些最常見的Web漏洞,難度各不相同。請注意,該軟體中

VSCode Windows 64位元 下載
微軟推出的免費、功能強大的一款IDE編輯器

SublimeText3 Linux新版
SublimeText3 Linux最新版

Atom編輯器mac版下載
最受歡迎的的開源編輯器

SublimeText3漢化版
中文版,非常好用