0
votes
1answer
33 views

How to Specify a Vary: Accept-Encoding header?

Google and pingdom.com says i should "Specify a Vary: Accept-Encoding header" i do not know or understand how to do this. Can anyone explain what it is and what it does?
0
votes
1answer
52 views

Missing closing slash for rel=“canonical”

I have added the <link rel="canonical" href="{$ogUrl}" /> within my page's head tag but when i view the page source the closing slash is missing and the output comes as below <link ...
0
votes
2answers
45 views

Does hiding site title and/or tagline or site description matter SEO?

In several tutorial I found that, site title and site description is important for SEO. Even some of 'em uses <h2> for site title and <h1> for site description grab Search Engines' ...
0
votes
1answer
36 views

Do search engines see CSS generated content?

I'd like to know whether I can use css generated content on words or phrases that I'd like the search engines to index. A read that screen readers are a mixed bag if they interpret css generated ...
2
votes
1answer
102 views

Page load before display - SEO Best practice

There are many ways to display a page only when content is loaded, but what is the best way regarding SEO ? Contents are : pictures, css, js, etc. Is Google bot getting smart enough to not-index ...
1
vote
3answers
66 views

Tell google not to index some parts of website [closed]

I am working on a website and I am having troubles telling google not to index one <div> which is normally hidden (display: hidden;) on load because it is a popup (login popup). It is really bad ...
0
votes
2answers
50 views

Text-Indent to hide link text

Ive been searching for a method to replace the text-indent: -9999px css-trick used to hide link text and display images as links for say a home Logo button. Ive found a simple solution that seems to ...
6
votes
2answers
160 views

Is CSS content property SEO friendly?

Is CSS content property bad from SEO point of view, do search engines really scan the words which are injected using :before and :after selectors? Take this example : Mr.A uses CSS content property ...
0
votes
0answers
88 views

will using display: none on body element effect SEO [closed]

I have a new JavaScript framework in the making (university project) and I'll give you some background to explain my issue... The HTML may have {message} in it (this is a variable), and my framework ...
3
votes
3answers
70 views

Style specific letters in a word [duplicate]

My current HTML: <a href="#" id="word">T<span style="font-size: 28px;">est</span><span style="color: pink;">W<span style="font-size: ...
1
vote
2answers
142 views

What are the consequences of displaying content via CSS with :before, :after and content“” [closed]

i need your advices about this, before i stand a state about the subject. Recently, a colleague copy-pasted a 'suggestion' from the web, in one of our projects in order to re-render a <table> ...
0
votes
1answer
67 views

Does it affect to SEO if I use FontAwesome? [closed]

I coded like this <h1><i class="icon-picture"></i> Pictures</h1> It shows the image of picture with string that's saying Pictures I'm just wondering if google picks up the ...
3
votes
4answers
80 views

HTML & CSS 3 spans different meaning in anchor or using position to make it “right”?

EDIT: What if instead the date, I need description? (than I should use paragraph, and for validation paragraph cant be in anchor because paragraph is a block level) End of EDIT I believe that you ...
1
vote
2answers
109 views

How can I ensure Google will crawl my JavaScript state-based websites?

I'm freelance web developer! I like to make one-page solution websites. To eliminate load times between pages, and allow for fancy-dancy animated transitions,    I keep all page content in ...
7
votes
2answers
311 views

Using iframe to apply CSS media queries to block elements

I was just sitting working on some web design and thinking "Hey, wouldn't it be nice if we could apply CSS media queries to block elements (ie. div, section, etc.)?" Seriously, we could make some ...
3
votes
0answers
227 views

Responsive design best practice: Duplicate html elements for media querying and SEO impact? [closed]

EDIT : Question closed, see webmasters.stackexchange: http://webmasters.stackexchange.com/questions/43038/responsive-design-best-practice-duplicate-html-elements-for-media-querying-and/43100#43100 I ...
-1
votes
1answer
105 views

Working Two Column Layout, heights adjust to fit, fixed widths; is this design SEO friendly? Browser compatibility? [closed]

Background I've been searching for a while for a layout which has 960px width and two columns: Main content: aligned right, width of 550px, inset from right margin of container; Sidebar: aligned ...
3
votes
2answers
84 views

Use multiple external style sheets or as few as possible? pros and cons [closed]

I was doing a search about CSS best practices, thinking about what are the best practices to maintain my code and I read something that is really against almost all I've learned, but it comes from ...
0
votes
2answers
347 views

Legitimately hide/prevent Rich Snippet html from rendering on screen - is this OK to do?

I am using rich snippets on my site, I have all of the code for them in the footer so that they are centrally located and easy to access. I do not want the text around these snippets rendered on the ...
-1
votes
1answer
92 views

How to do a CSS table [closed]

I want to know how to do a css table with DIVS and to make the rows even/odd with diferent colors. the data columns must to be static or go with the content if this exceed the space on one row. the ...
0
votes
2answers
51 views

How will a page with two Html elements that have the same ID affect Google Indexing? [closed]

I have the following code: <div id="myContent"> An image, or another div with some text... Lore ipsum ... </div> <div id="myContent"> Other divs images... and other ...
1
vote
3answers
199 views

Are CSS Tables ok for layout, and are there any SEO problems with them? [closed]

I only recently discovered the display: inline-table; and display: table-cell; CSS properties, and now I'm wondering if they are any better than html tables. I know html tables are bad for SEO and ...
1
vote
2answers
102 views

What's more accessible, text-indent: -9999px or just using an img with an alt tag?

I've noticed a lot of articles popping up lately regarding accessibility and SEO best practices questioning the usage of the old CSS text-indent: -9999px trick, and I'm curious as to what is the best ...
0
votes
4answers
1k views

Using alt tags with div for SEO reasons?

At the moment I'm using div's and 'background-image' in css to put in my images. However, how do I use these to my advantage regarding SEO? I used to use alt-tags a lot as part of my SEO strategy. How ...
-2
votes
1answer
42 views

website content to appear in header but load last [closed]

Im trying to clean up my header so that it contains only what is deemed important for seo. However, I have a number of items (adverts, contact info) I would like to display in the header region but ...
-1
votes
2answers
47 views

Link of more than just text, useful for SEO?

I have 4 links on a website. Each link goes to a different page (windows, siding, roofing, sunrooms). However, I have set the links up in a different way than normal links. Heres a snippet: <a ...
1
vote
4answers
415 views

does breaking a word with a span tag effect seo

I was wondering whether breaking up a word with a span tag to change the font size of the first letter, will effect google bots ability to read the word? The words effected by this are keywords.
3
votes
2answers
4k views

HTML5 CSS3 and IFRAMES?

I am trying to remove the iframes scrollbars and frameborder. I cannot use frameborder=0 and scrolling=no since they are no longer supported in HTML5. The seamless attribute throws a warning stating ...
0
votes
5answers
2k views

Seo and div display:none

I'm just wondering if display:none is affecting my sites seo as I have for certain keywords dropped rank in google over the past few days since implementing this into a new homepage re-design. I am ...
0
votes
2answers
250 views

H1 image replace alternative

I'm looking to add an h1 element to my header, however I am using tags in the header (not background images) that replace each other when the screen resolution changes. I've looked at the technique ...
2
votes
4answers
826 views

CSS Background Images / Buttons - Alt Text SEO?

I'm working on improving SEO on an old website that a terrible developer coded. It consists of a lot of images displaying via CSS background: as well as buttons. I'm wondering if there is anyway to ...
-2
votes
3answers
64 views

Is this method for having both a logo image and text good or is there a better method and/or other options or considerations? [closed]

When I try to research this I find it hard to separate this scenario from the much debated image replacement discussions and debates, but in my case I want to use BOTH and image and text. The ...
-6
votes
1answer
410 views

jQuery Custom Scroll bars - are they SEO Friendly?

I've been trying to research this but with no success, I'm gonna ask it fresh here. If I made a Custom jQuery Scroll bar like http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html Will this make ...
1
vote
3answers
179 views

Semantic markup for address using Microformats

I've been reading up on microformats for my address markup on sites I build, the general consensus is to mark the address up like so... <h1 class=”org”>Orpheum Theatre</h1> Madison, WI ...
4
votes
2answers
309 views

Is there a penalty to using two <nav> elements in a <header>

I'm referring to a main menu and a smaller supermenu (don't know the proper term), as seen here: For something like this, I was going to put two <nav> elements in the <header>. Is there ...
0
votes
2answers
205 views

improving loading performance by hosting images on different server

If you're hosting a blog on a shared server and you're concerned about page loading time, would it at least theoretically be better to host the images in an Amazon S3 bucket and then just link to ...
0
votes
1answer
94 views

H1 tag floating and SEO issues

Couple of questions on H1 tag. Does H1 tag support floating across browsers? Or any other way to achieve floating? Does H1 tag SEO will affect, if i add any HTML inside H1 tag rather than Title of ...
2
votes
4answers
587 views

seo - images and and h1

I can't seem to wrap my head around this. i have a situation where i'd like to stick to using my logo instead of the actual text for my h1 tags. if i put in my keywords in the alt tag, instead of ...
12
votes
5answers
2k views

Is text-indent: -9999px a bad technique for replacing text with images, and what are the alternatives?

This article say we should avoid using this technique. This one says it's awesome. Is it true that Google looks inside CSS files for text-indent: -9999px; and punishes you? :| I'm using that property ...
1
vote
1answer
169 views

SEO - Display block anchor tag contains title and short desc vs. only title with js

I'm using an display block hyperlink to make the whole line clickable like this, something similar can be seen on youtube links (video list on the right). I'm concerned because there is alot of text ...
2
votes
1answer
194 views

Key/Value pairs separated in the markup. Is there any other way for better SEO?

Theres a section in a site that I'm building that has some informations separated into two columns. The left column has the "keys" (don't know how else to call it, sorry) and the right column has the ...
3
votes
3answers
564 views

How to tell google bot to skip part of HTML?

There is much info about opposite situation, when people try to have stuff in HTML, that is visible to Google bots, but not visible to users, in my case, I need opposite thing - to hide some of the ...
3
votes
8answers
965 views

<h1> tag on home page?

On the home page, is it best to use <h1> for the blog title or description? By default Thematic (the theme I'm building my child theme on) uses <h1> for the blog description. Also, I've ...
0
votes
3answers
256 views

Styled navigation with hidden links

My main navigation on shantiyoga.ca is a stack of images with the text content of their anchor tag hidden <li><a class="schedule" href="/schedule"><span class="hide">shanti yoga ...
3
votes
3answers
747 views

SEO for CSS and JS hide/show

We're building a site for an academic institution. This institution offers many subjects, and we don't want to show all of them at once on the homepage. So we designed a homepage that shows the 2 main ...
10
votes
4answers
519 views

Reasons for not using CSS to visually rearrange order of HTML elements

We're having a bit of a discussion in the office at the moment about using CSS to visually re-order elements on the page. On a very basic level, a member of our team wants to structure the HTML like ...
0
votes
0answers
177 views

Anchors, css sprite, Search Engine friendly, and accessibility issues, is there a golden fix?

I'm rebuilding a site using CSS sprites to minimise http requests. Some pages, have up to 12 anchors using images. The traditional images inside anchor tags has the alt attribute for accessibility ...
1
vote
2answers
548 views

Less and Sass vs traditional css methods and thoughts on performance and seo etc [closed]

I've been trying to create a decent workflow for building sites using html and css. I want good performance but can't figure out whether using sass or less would significantly help with this. The ...
1
vote
1answer
113 views

Does adding //domain.com/jquery.js slow down the site?

I am aware that for SSL, and non SSL connections, you can use the // double slash followed by domain name and file src within CSS and JavaScript and HTML. Examples: <script ...
2
votes
2answers
927 views

Should I use font-size: 0 for image links?

When styling a link with a background image, where the link has text in it which is replaced with text in the image, is it OK SEO-wise to set the font-size to 0 to avoid the text being over the image? ...

1 2 3