Tagged Questions
-3
votes
0answers
22 views
is nesting span inside h1 tag safe for SEO? [closed]
I know similar questions have been asked before, but I've never found a simple straight answer if nesting span element inside h1 tag is safe for seo?
1
vote
4answers
81 views
<h1> Header (vs h2, h3, etc) [closed]
I have 3 header tags.
My setup:
h1
h2
h3
QUESTION: My h3 tag is the most important (for SEO). All 3 have the same indent so I don't want those changed in any way. If you can help me, what I need ...
-1
votes
0answers
24 views
Ajax site Google crawling [closed]
I've got a typical single page site and trying to maximise the SEO. The content all sits in a cms, and is pulled in dynamically through ajax calls on aspx pages, that serve up the content as an ...
0
votes
2answers
23 views
HTML 5 Elements, non-JS fallbacks
Let me start with my "restrictions" in my web-dev situation.
1.) Site must work in IE7.
2.) Site must work for non-js browsers.
My situation is very SEO heavy. Google rankings are everything in this ...
0
votes
0answers
22 views
Adding content to a url/link
I'm trying to do some seo for the company website.
We have tons of products so I find it easiest to use htaccess.
Currently I've made it look decent www.mysite.com/id/$number/
which is how we want ...
-1
votes
1answer
18 views
cache busting AMGDGT tags please help me
I need help with a random number generator. Here is an email I received of what it needs to do:
CACHE BUSTING: To ensure accurate tracking, you are required to implement a Cache Buster on these ...
0
votes
2answers
30 views
Need to style an h1 as h3 in wordpress
Our company website wants me to redo one of our pages that is currently using h3 and h4 tags with h1 and h2 tags, respectively. They want to maintain all the styling, and want to make the change for ...
0
votes
0answers
20 views
Library to well format HTML semantically [closed]
We are looking for a solution to transforms badly formatted HTML documents (in terms of HTML tag usage) into SEO friendly HTML documents. Based on its text style HTML tags.
Example:
<table ...
-5
votes
0answers
16 views
I need a software or a tool to write in HTML, and post it on wordpress anythiing? [closed]
I am good in HTML , i am working on a word press website and i need a program to write the content and then it gives the HTML coding with tags , codes. also i know i can convert from adobe in design ...
-3
votes
0answers
42 views
Change content, title and description in page frequently for SEO purpose by using a javascript or jquery program [closed]
Today i was thinking about a trick to change a content, title and description of a html & ASPX page, in a regular time interval for SEO purpose.
Because Currently, content is being flagged by ...
-1
votes
0answers
9 views
Meta descriptions for dynamically filtered pages [closed]
i have some pages that can be filter as below
shows.html
shows.special.html
shows.concerts.html
These are all just one page. is there a way to have different meta titles and descriptions for the ...
2
votes
1answer
21 views
Can I mark part of page as “duplicated content” [closed]
I have an online shop. Manufacturers of my products allow me to copy their descriptions.
To have some valuable content I am also adding (optionally) my own description and user comments. But on some ...
0
votes
2answers
57 views
Using CSS instead of <strong /> HTML tag [closed]
I know that search engine bots pay attention to bold texts on the page, which are strong HTML tags. But do they still recognize if we use font-weight:bold instead of strong tag?
Is the HTML strong ...
0
votes
2answers
49 views
h1 is smaller than h2 and other questions [closed]
On my site the h1 tags are smaller than the h2 tags. Perhaps its the WordPress theme I'm using and this would be an easy fix in the CSS file.
My first instinct was to use h2 tags in place of the h1 ...
1
vote
1answer
59 views
How do I have an itemprop nested in one itemscope actually be applied to a different itemscope?
TL;DR --> I want an itemprop nested in one itemscope to actually be applied to a different itemscope. How do I do that?
Here's a a gist of the code I have (I've removed classes and other extraneous ...
0
votes
1answer
196 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?
-1
votes
2answers
73 views
Meta tag Keywords, myth? [closed]
I have been reading about SEO, and it's quite ambiguous. Everywhere says about meta tags, keywords and so on. But everywhere says also, that modern search engines just ignore the Keywords tag.
So, I ...
1
vote
1answer
93 views
Create high quality, unique backlinks from keywords to improve SEO and search engine rankings [closed]
I need some help to create Javascript or a PHP script for my HTML website. I would like to create high quality back-links to improve my search engine rankings. The basic idea is to create a bunch of ...
-1
votes
2answers
59 views
Best techniques to prepare image-based web design for SEO - noscript? [closed]
Okay, so I know that this is really frowned upon, and this is something that I don't typically do. In fact, I've never launched a website like this one. But there doesn't seem to be much of an ...
0
votes
1answer
53 views
Background images and SEO
At the momemt I have on my website some images which are defined in the css file as a background image.
The code looks like this.
The HTML:
<a href="http://domain.com" title="Website Title" ...
0
votes
1answer
48 views
Link tag with rel=canonical pointing to the page itself
I have a page for which I have translated the link with UrlManager (in Yii), and now I find myself with two Urls pointing to same page and the same content. This will affect my webpage ranking.
...
-1
votes
1answer
73 views
JavaScript loaded external content SEO [closed]
I wonder what is the best way to have JavaScript loaded content indexed by search engines. I know that search engines don't execute JavaScript, but i am thinking more of an progressive enchantment.
I ...
0
votes
1answer
58 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
1answer
38 views
Exists a way to let crawlers ignore parts of a document?
I am aware that you can control which documents a crawler/spider can access by robots.txt, meta tags, link attributes and so on.
But in my special case I want just a portion of a document being ...
-1
votes
1answer
88 views
When it is appropriate to use an html header tag? [closed]
My question is, is it bad for SEO to use a header tag in a format like the following:
H1-page_title-H1 H1-side bar-H1
page contents ...
0
votes
1answer
21 views
Creating SEO canonical paths (none absolute)
I am using my code like this to generate a canonical link for SEO purposes
<link rel="http://www.mydomain.com$_SERVER[SCRIPT_NAME]">
So lets say the file I go to is ...
2
votes
1answer
139 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
79 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 ...
2
votes
1answer
207 views
Test Google Analytics from localhost
I've seen this: Can you test google analytics on a localhost address? and Getting Google Analytics to see a test server followed what was suggested, but nothing works.
What I did:
Edited my hosts ...
0
votes
1answer
48 views
Deeply nested html links in sitemaps / submenus (SEO, semantics Restful)
Intro to my problem
It is one of these nights in which I can bitch endlessly on clean semantic coding in one of my projects. Lets say I have my portfolio in which I want to list the stuff I've ...
0
votes
4answers
112 views
Redirections + CodeIgniter + SEO?
OK, so here's my situation :
I'm in the process of rewriting an old WordPress-based site of mine (with lots of content), as a Bootstrap, CodeIgniter-powered site.
Since the website is almost 4-5 ...
1
vote
1answer
45 views
Is rel=canonical needed in same content pages with translated titles?
For each page I have several versions, one per language. Each has its own links:
mydomain.com/page
ja.mydomain.com/page
Both display the same content, with the headers translated to a different ...
0
votes
2answers
36 views
HTML page in root vs. HTML page in it's own directory [closed]
This is a purely hypothetical question. I do not have this issue on my website, I am just interested in peoples opinions.
So, I have been asked this quite a few times and I am never really sure of ...
1
vote
1answer
39 views
Lazy image loading with semantic markup
I have a very image-rich site. To conserve bandwidth for users, I would like to lazy-load images as they enter the view-port. There are assorted jQuery plugins and similar that accomplish this. This ...
2
votes
2answers
54 views
Appended h1 tag not recognized
I have this page where I append my h1-tag with jquery like:
$('.name').append('<h1 style="margin-bottom=20px;">' + name +'</h1>');
The h1 tag, and the content of the tag, displays ...
6
votes
2answers
179 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
3answers
201 views
Does Google index iframe content as part of your site or part of the site where the content is from?
E.g. talk about Disqus. Thay have changed to iframe so they can prevent styling content using !important via css etc.
And because of the iframe content is not from your website but from disqus ...
1
vote
2answers
39 views
Why can't address elements be in p elements?
I've reviewed Why on earth is <address> a Block-Level Element? already and found that it adds little insight to the matter.
A client gave me a paragraph of plain text, and I'm attempting to ...
0
votes
0answers
23 views
Handling errors that are known after headers are sent [closed]
I'm trying to figure out the right way to handle errors that are known to my web-app only after the headers are already sent. This isn't very rare in my situation, so I'm trying to make sure I'm ...
-1
votes
1answer
43 views
Very Long Alt Tags for Article Image? [closed]
I know someone who wants to use alt attribute on very long text written for a new font he is selling. How can I implement a alt attribute for a very lengthy article for PNG image?
3
votes
1answer
60 views
Use of Japanese/localized comma character in meta keywords
I am using a list of keywords to put into a meta tag for a localized Japanese website (based on an English one). The site is for the Japanese regional branch of a client, so the native speakers from ...
-2
votes
1answer
55 views
Google Search (site related pages under listing) [closed]
How does one make related site pages appear under a google search listing?
0
votes
2answers
150 views
HTML Markup within the Data attribute
While messing around with Twitter markup i just found out that they placed HTML Markup within the data-expanded-footer and it looks something like this:
data-expanded-footer="<div ...
0
votes
1answer
62 views
Target pages on my site are getting deindexed by google
every target page we have built links to is fetting deindexed
could it be this tag (although i thought it was always there)
or is it the links im building? This site i am talking about is ...
1
vote
0answers
688 views
Google Analytics keeps saying tracking not installed but
Im having an issue with Google analytics. Originally i had it in the footer and it was showing that tracking was not installed. I just moved it up to the head and the analytics profile is still ...
0
votes
1answer
63 views
Google stopped indexing newer pages [closed]
I'm working on a website for someone which sells their products on their web site. There is an item.php page which displays the item for sale. I switched all item pages/inks from dynamic URLs to ...
0
votes
2answers
58 views
Rich snippets for website structure
I've recently discovered rich snippets and their usage to make a search motor understand
the type of content such as addresses, people,...
I have a website in which for each page I replicate the menu ...
0
votes
0answers
117 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 ...
0
votes
5answers
53 views
How to generate HTML with JS and let Google Detect it [closed]
I have a bunch of arrays that generate some random text (the arrays are filled with data pulled out from a database using AJAX), is there any way for Google or any other Search Engine to be able to ...
0
votes
1answer
94 views
Anchor linking to external sites and avoiding appearing as a referring site or a trafic source with javascript
I'm adding anchor links in my website which are referring external sites.
<a href="externalwebsite.com" rel="nofollow">external website</a>
This makes my site appear as a referring ...






