Tagged Questions
2
votes
1answer
18 views
Content blocks on dedicated pages rather than listed on one page
I am doing a web site for a client. The descriptions for all his services are rather short and precise so I decided to put them all (about 10 of them) on one page and have a sticky menu in the sidebar ...
1
vote
1answer
37 views
Pages wrapped in a form element. What effect would this have on SEO or other machine-readability?
I'm helping somebody with a site and I've noticed that all the main pages are wrapped inside a form. I mean:
<body>
<form>
[ everything in the page ]
</form>
</body>
...
3
votes
1answer
95 views
we choose to use tables to layout web forms: (how) can we make them valid/accessible?
we are building a site with dozens of very complex forms and we decided that the best solution for us is to make them using <table>
but we are worried about accessibility and standards.
what i ...
4
votes
3answers
176 views
Do invisible headings that aid accessibility harm SEO?
On most websites, I use headings on a page (typically H2) for distinct sections – not only within the main content, but also for sections such as "Section navigation", "Page tools", "Footer". (Usually ...
20
votes
9answers
998 views
What's the importance of the “title” tag?
Talking with some other people recently, it came up an interesting topic. The core question at hand is:
What's the real importance and weight of the <title> tag in a web site?
For ...
3
votes
1answer
860 views
Does using onclick on div's effect SEO?
I have a few elements on my page that uses onclick as the link, e.g:
<div class="service" onclick="location.href='<?php echo $fields->service_1_link; ?>'" style="cursor:pointer;">
...
1
vote
1answer
172 views
Critique of SEO of this HTML [closed]
I'm designing a new site which I want to be as SEO friendly as possible, fast and responsive, semantic and very accessible. A lot of these things, embarrassingly are quite new to me. Have I miss ...
2
votes
1answer
108 views
How to markup non-human-language text in HTML?
Considering the needs of screen readers, browser spell-checking, search engines, etc. how should non-human-language text be marked up in HTML?
Should it be wrapped in a particular tag?
Is there a ...
