Hi there,
The URLs are viewed as different due to the campaign tracking variables being appended to the end and hence it appears as though you have duplicate content.
You can resolve this by using the canonical tag.
hope this helps!
Welcome to the Q&A Forum
Browse the forum for helpful insights and fresh discussions about all things SEO.
Hi there,
The URLs are viewed as different due to the campaign tracking variables being appended to the end and hence it appears as though you have duplicate content.
You can resolve this by using the canonical tag.
hope this helps!
Have a gander at these:
http://www.seomoz.org/blog/whiteboard-friday-article-marketing-submission-for-seo
http://www.seomoz.org/blog/article-marketing-mostly-a-scam-whiteboard-friday
If I remember correctly they should give you a good idea about articles etc.
I'd concentrate on creating great articles for your own site, which will attract links.
Also have a gander at these:
http://www.seomoz.org/blog/whiteboard-friday-article-marketing-submission-for-seo http://www.seomoz.org/blog/article-marketing-mostly-a-scam-whiteboard-friday
If I remember correctly they should give you a good idea about articles etc.
Hi,
I think the canonical tag may be useful in this situation.
If the URLs follow the same format you could create a regular expression for the 301, which in theory would prevent missing videos and would essentially be a much cleaner/elegant way of meeting your requirement.
Hope this helps.
Hi there,
It will be due to the way theHTML is written. You will have to alter the HTML to reach your desired outcome. I think the HTML is rendered in the order that it appears on the page e.g. from top to bottom.
You have lots of menu options and these are listed first in the html page.
I also recommend a general review of things as your title is not appearing in the cached page either. Perhaps its because you are specifying it here as well:
name="title" content="NLP Training, Courses, Certification | NLP Institute of California" />
Hope this helps.
All the best!
I'd be tempted to first look at your competitors and evaluate their link profiles and link strategy amongst other things to get a handle on why they are currently ahead of you. Once you have this info you can decide on your next move.
The redirect is still a 302:
Checked link: http://www.plasticstorage.com/
Type of redirect: 302 Moved Temporarily
Redirected to: http://plasticstorage.com
Change the type of redirect to a 301 - this is done at the server level usually.
Its in respect to the data from the Google keywords tool api -
exact match - Allows your ad to show for searches that match the exact phrase exclusively
broad match
Allows your ad to show on similar phrases and relevant variations
more info here:
http://support.google.com/adwords/bin/answer.py?hl=en&answer=6100
Hi
I'd maybe create the pages from the second site on the first site (if it fits)and set-up multiple 301 redirects. If you have any anchor text links the 301 redirects will match them up on the new site.
site2.com/wood-rafts >> 301 >> site1.com/wood-rafts site2.com >> 301 >> site1.com
whether its a good idea depends on your business goals etc
hope this helps/makes sense.
There is a strong argument for it being deemed unethical. Perhaps the closer the industries/companies and their respective marketing strategies/goals are the stronger this argument becomes.
Good mention from Robert about transparency.
Sure it goes on loads though... what's your thoughts?
Hi there,
I doubt there will be any latency difference between the US and UK or Germany. Just go with a provider who has good network/peering.
Here's a good video on where to host when targeting particular country etc. Should answer your questions.
Hope this helps.
I think you should return a 404 page if content no longer exists. The internet is always changing and 404 pages are a normal part of that.
You can return a 404 page, which is useful to users.
If you have a 404 page, which has backlinks to it then you can use a 301 to redirect to a related page or correct page if someone has linked incorrectly.
Hope this helps.
But as far as your onsite efforts go are you targeting keywords e.g. are your pages optimised? If not then I'd recommend doing this first before changing any anchor text.
Beyond this I would start slowly only changing few existing backlinks from sites with high mR/mT etc and changing the anchor text on these while also focusing on building new links from high mR/mT sites.
not quite sure what you mean exactly - can you expand with and example?
Thanks
Hi,
If I remember correctly this post by Tom Critchlow about agile SEO hacks should get you moving in the right direction.
Hope it helps.
L
Hi,
Check out About OSE. Under the section 'Why Isn't there any link data for my URL'. This will help answer your question.
As for the download problem I'm not sure. Linkscape updates tomorrow - perhaps check back then.
it will be related to the code/logic of your site creating the duplicate pages. You could work out why/update the code so you only have 1 page for each product OR you could use the rel canonical tag to resolve the issue.
Just thought...as you appear to have so many duplicate pages it may be quicker to look at the logic of the site and fix it all in one go.
Hi there,
This is from the OSE page:
"Sorry that you still haven't been able to see your links in Linkscape. Most new sites and links will be indexed by our spiders and available in Linkscape and Open Site Explorer within 60 days, but some take even longer for many of reasons, including the crawl-ability of sites, the amount of inbound links to them, and the depth of pages in subdirectories.
Just so you know, here's how we compile our index:
You can read more here: http://www.opensiteexplorer.org/about
If you can see backlinks to your site in GWT then they definitely exist.
Hope this helps.
Yeah so if you want pages on the acquired site to go to corresponding pages on the primary site like you mention above
www.aquired.com/interior-page-1 >> redirects >> www.primary.com/interior-page-1
then you can create 301 redirect with a regular expression pattern with wild card to capture the URL and reuse them in the target URL.
If you have lots URLs then this will be quickest way rather creating an entry for every possible URL.
Hope this helps
If its your domain then perhaps you can get access to the DNS file from your provider. This will list all the sub-domains OR login to the control panel.
If you have access to a Linux command line you can run the dig command:
dig @your-domains-primary-name-server ea.com axfr
Hope this helps.