Tagged Questions
-1
votes
1answer
60 views
How to insert homepage and current page in breadcrumbs? [closed]
I'm working on breadcrumbs for a client's website, and I'm asking myself if homepage has to be in its code.
I'm mostly concerned by SEO, not really for users navigation.
So, is it better to do :
...
1
vote
2answers
135 views
Can I be penalized for using breadcrumbs and subcategories for similar content?
I am building a new navigation system via breadcrumbs based on categories and sub-categories.
Example 1:
Having url like this:
...
2
votes
2answers
288 views
Breadcrumb before or after H1?
Which is better for SEO?
home > page > sub page
<h1> sub page </h1>
or
<h1> sub page </h1>
home > page > sub page
?
3
votes
4answers
1k views
Breadcrumbs in H1 - How does it affect Google?
Is it good for Google?
Like this:
<h1> Home >> Services >> Toilet cleaning >> Showcase </h1>