Some additional info... 1. Don't let the new HTML5 tags distract or confuse you. Google knows how to deal with traditional DIVs so only use the new tags (example: SECTION, ASIDE) if you know how to properly implement. 2. Maintainability is a big one for page speed optimizations. You can easily get 95% there but that remaining 5% often comes at the expense of maintenance, and the ability to see/make changes easily. 3.…
What every Web Developer should know about SEO
41–50 of 50 posts
Re: What every Web Developer should know about SEO
#42For JavaScript-heavy sites, I still recommend following Google's AJAX-crawling guidelines, and supporting the pre-rendered view request variable _escaped_fragment_ https://developers.google.com/webmasters/ajax-crawling/docs/... You can do a good enough job by sending such requests to a PhantomJS instance, waiting for the page to load, outputting the PhantomJS-rendered HTML to the browser, and saving the HTML to a cac…
Re: What every Web Developer should know about SEO
#43I'm coming to the conclusion that SEO does not matter anymore, at least not this basic stuff as everyone is doing this, including your rivals, so it is really not going to get you to stand out from the crowd. Search engines make their money from advertising your site, _not_ from sending you free traffic via SEO. So fire up your credit card and buy some Adwords in key search terms for your business, that's want they w…
If you're in the app/startup world, it can seem that way. However I'm a web developer on Sears's e-commerce team. We focus a lot on SEO still, as the other options is paying money for search placement and traffic, and those payments are no joke. We have major business goals around minimizing the amounts we pay for traffic, so optimizing SEO is big for us.
Re: What every Web Developer should know about SEO
#44This is all basic stuff, but won't affect your rankings that much. Yes, everyone should have it in place, but doesn't represent the state of SEO. What you should know about SEO, is that it's all about getting organic links to your content, and having content that has a semantic connection to the keywords being searched for.
but then where will the "SEO expert" scumbags make money?
Re: What every Web Developer should know about SEO
#45On that note, is there even even one example of assistive technology that uses semantic markup? As I understand it ARIA tags are needed for this, semantic markup is irrelevant since most (all?) assistive technology is outdated as far as browser technology goes.
Re: What every Web Developer should know about SEO
#46I have never seen additional semantic attributes done in json before. Json-ld seems kinda neat.
Re: What every Web Developer should know about SEO
#47I first thought the article is written on similar lines of sarcasm.
Re: What every Web Developer should know about SEO
#48Earlier quoted context omitted.
I disagree with you, but I certainly would like to know your reasoning behind this. Most people are going to use a search engine if all they get are paid ads. People go to Google for the organic results and sometimes the paid ads are useful for those people. It's still in Google's best interest to provide the most relevant organic results as possible. Most businesses I've worked with still get more revenue from organ…
> Most people are going to use a search engine if all they get are paid ads. Most people will just click on the first few "results", even if they are in fact ads. They can hardly tell the difference. That's why businesses are paying so much to be on top of certain lucrative search key terms: if they we not getting a return on their advertising spend, then they would not be spending it. My main point is, even if your…
Remember that SEO is optimization. It can't replace ads, but the more traffic you can get organically, the more profit you can make, and then you'll have more to spend on ads. It's a virtuous cycle.
And success is relative. If you're not doing any SEO, and your competitor does it half-assed, well, then their average visitor cost is going to be less than yours--and that's a competitive advantage.
Re: What every Web Developer should know about SEO
#49Earlier quoted context omitted.
"SEO" is starting to lose it's term. People should be focusing on building sites right, not relying on dirty hacks to get their sites indexed of using Javascript etc. You can actually rank quite well and get respectable clicks if you just build your site well and create a good action plan to actually optimise your site over a set period of time. Or you know, go to BlackHatWorld and fall for one of their scams to prom…
> You can actually rank quite well and get respectable clicks if you just build your site well and create a good action plan to actually optimise your site over a set period of time. So, in other words, by doing SEO right. If you think SEO is 'dirty hacks', then you obviously don't know SEO.
Re: What every Web Developer should know about SEO
#50I'm coming to the conclusion that SEO does not matter anymore, at least not this basic stuff as everyone is doing this, including your rivals, so it is really not going to get you to stand out from the crowd. Search engines make their money from advertising your site, _not_ from sending you free traffic via SEO. So fire up your credit card and buy some Adwords in key search terms for your business, that's want they w…
If you're in the app/startup world, it can seem that way. However I'm a web developer on Sears's e-commerce team. We focus a lot on SEO still, as the other options is paying money for search placement and traffic, and those payments are no joke. We have major business goals around minimizing the amounts we pay for traffic, so optimizing SEO is big for us.