WordPress blog and XML sitemap
-
I have a friend that just spent 15K on a new site and believe it or not the developer did not incorporate a CMS into the site.
If a WP blog is built and the URL is added to the site's XML sitemap, for all intensive purposes, would Google view this URL as part of the site in terms of overall number of links, referring domains etc.? The developer is saying that even if the WP URL is added to the XML sitemap, Google will not view this URL as part of the site domain.
I cannot think of another way of adding unique content to the site unless the developer is paid to build new pages every month.
If the WP blog is not part of the overall domain, then we're left with the URL simply pointing back to the domain with anchor text and such and not adding to the total number of links and RD...
ANY THOUGHTS ON THIS WOULD BE GREATLY APPRECIATED!
Thanks Mozzers!
-
Thanks to everyone who took the time to answer this question, it has been extremely helpful.
Unfortunately my friend (home building/architectural services) did a swap of services which has made this all the more complicated. Lesson one, never swap for services.
It is on a windows server in answer to Alan's question. The short answer seems to be that the developer does need to incorporate the WP into the Main Site's architecture which should not be a big deal. In a perfect world, as suggested, is to simply cut the losses and run!
Thanks again...
-
Thanks to everyone who took the time to answer this question, it has been extremely helpful.
Unfortunately my friend (home building/architectural services) did a swap of services which has made this all the more complicated. Lesson one, never swap for services.
It is on a windows server in answer to Alan's question. The short answer seems to be that the developer does need to incorporate the WP into the Main Site's architecture which should not be a big deal. In a perfect world, as suggested, is to simply cut the losses and run!
Thanks again...
-
Everyone needs a bridge hehe
-
Is it possible, at all, to install Wordpress on the server at all under a subfolder, e.g.: mysite.com/blog ?
I've taken over a site before that had CMSMS running and Word Press - the main site was running at the root level & wordpress was installed to run under the sub folder.. there are ways to make the 2 systems (and others) talk to each other
The sub folder approach would ensure that all domain equity is preserved and the developer should be able to incorporate a "widget" on the home page that displays a few links to the most recent headlines.. if not then maybe they should learn how to code
-
Unless the developer has done something really weird with .htaccess, you should be able to integrate a blog to the existing site.
Send me your friend's name, I want to sell him a bridge LOL.
The developer needs to be slapped around for not building in a way to change the site and your friend needs to be slapped for not thinking of that before spending so much money on a static site.
I agree with Robert Fisher. They could just change the site to wordpress, unless they've done something really avant garde with the site - and if they have, as I've seen with a few other people recently, the search engines may hate it.
In any case, if they stick with what they already have, it should be a very simple job to add a wordpress blog. You will need to configure it correctly. I do hope this was built on a linux box, not Windows.
If there is no way to update the site without the developer, they may be in for a lifetime of being locked to the developer, their costs and their schedule. This is likely to be very bad. What are they going to do when they want to add a G+ button? What about a facebook share button? What if facebook changes their API? What if they pay the developer to add G+ and google does their usual - decides its a bad idea and can the project or change it 3 times over the next year?
And (the editor in me talking) it is "intents and purposes," not "intensive purposes."
-
From the way you are stating this, you are going to have a log with a different domain say yourblog.com.
You have a site that is mysite.com.
You want to in some way add the yourblog.com to the sitemap and have it be part of the mysite.com in the eyes of the google bot?
I do not see how that could work. But......there is still a way to accomplish this. Have the developer incorporate the WP blog in the architecture of the site. Such that there could be a menu tab: Blog (for example). Then you would have mysite.com/blog and as you added to the blog: mysite.com/blog/why-to-fire-a-developer, etc.
We just scraped a site like this and simply rebuilt it on a WP platform (it had an attached WP blog). Yes, it took some dev time, but to me was a better option for the client than the ongoing fees to the developer.
Hope this in some way helps. Personally, I would see what it would cost to move all to a WP or other CMS and do so. Best of luck.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Question on Pagination - /blog/ vs /blog/?page=1
Question on Pagination Because we could have /blog/ or /blog/?page=1 as page one would this be the correct way to markup the difference between these two URL? The first page of a sequence could start with either one of these URLs. Clarity around what to do on this first page would be helpful. Example… Would this be the correct way to do this as these two URLs would have the exact content? Internal links would likely link to /blog/ so signal could be muddy. URL: https://www.somedomain.com/blog/
Technical SEO | | jorgensoncompanies
<link rel="canonical" href="https://www.somedomain.com/blog/?page=1"> URL: https://www.somedomain.com/blog/?page=1
<link rel="canonical" href="https://www.somedomain.com/blog/?page=1"> Google is now saying to just use the canonical to the correct paginated URL with page number. You can read that here:
https://developers.google.com/search/docs/advanced/ecommerce/pagination-and-incremental-page-loading But they do not clarify what to do on /blog/?page=1 vs /blog/ as they are the exact same thing. Thanks for your help.0 -
Sitemap.xml Site multilang
HI all, I have some questions about multilang sitemap.xml. So, we use the same domain subdirectories with gTLDs example.com/pt-br/
Technical SEO | | mobic
example.com/us/
example.com/es/ How should I do the sitemap.xml in this case? I thought of three alternatives: Should I do a sitemap_index.xml to each lang and make categories for these sitemaps? Examples:
http://www.example.com/pt-br/sitemap_index.xml
http://www.example.com/en/sitemap_index.xml
http://www.example.com/es/sitemap_index.xml Should I do only one sitemap_index.xml covering all categories of all languages ? Examples:
http://www.example.com/sitemap_index.xml
http://www.example.com/pt-br/sitemap_categorias_1.xml
http://www.example.com/es/sitemap_categorias_1.xml
http://www.example.com/us/sitemap_categorias_1.xml Should I do a sitemap setting all multilang? <url><loc>http://www.example.com/us/</loc>
<xhtml:link <br="">rel="alternate"
hreflang="es"
href="http://www.example.com/pt-br/"
/>
<xhtml:link <br="">rel="alternate"
hreflang="us"
href="http://www.example.com/us/"
/>
<xhtml:link <br="">rel="alternate"
hreflang="pt-br"
href="http://www.example.com/pt-br/"
/></xhtml:link></xhtml:link></xhtml:link></url> Thanks for any advice.0 -
Sitemap
Hi, I am setting up a new sitemap for our website. the website contains about 8000 - 10.000 pages. Of wich are 6000 productpages. I have 10 categories, about 80 sub-catagories and about 400 sub-sub categories ( these ar my most important landingpages) At this moment our sitemap is only 1 MB. From that point of view 1 sitemap will be enough. But can i take SEO advantage by splitting this sitemap in 10 categories? Or are there other ways to set it up for a better SEO? Thanks!
Technical SEO | | Leonie-Kramer0 -
Blog Location
We are planning on redesigning our homepage and are thinking of moving the location of our blog. Currently it is part of the main menu with a tab "Blog and News" Links to the top news article are also displayed below the fold. I checked with Google In-Page analytics and the news articles main link get 0.1% of the clicks and the blog&news don't get any clicks. The Marketing VP wants to move Blog&News to a link below the fold... which seems like it will send a message to Google we don't care about it and get it even less traction than we currently have in terms of visitors. Any suggestions of what we should do with it?
Technical SEO | | theLotter0 -
Blog zero PR
Hi I am trying to establish why my main pages on my site has a PR2 but my Blog is PR0. Even though the traffic is spread between the blog and the main site. I also want to get to PR3 but I seem to never get close... Any advise would be very much appreciated...
Technical SEO | | Cocoonfxmedia0 -
Google Webmaster Sitemap *pending*
Hey guys, I've noticed that my sitemap has been "pending" for quite some time in Google Webmaster tools. This leads me to believe that Google is not indexing my site. Could someone help me and point me to what I'm doing wrong? My site is The Tech Block
Technical SEO | | ttb0 -
Wordpress site, combine Blog without hurting SEO - Need Expert Advice
Hi, I come from the old html days of Frontpage and then moved to Dreamweaver. I first worked with Wordpress at version 2.7 and was not all that impressed, but then recently I worked in the new version and was extremely impressed. So my knowledge of Wordpress is VERY limited and plan to build future sites with it. I need to know the best way to solve an issue for a customer. The client is http://www.nextgenrestoration.com/ Site was built years ago with Frontpage. The popularity of Blogs was hot so someone told them that if they add new content it would be better to use a blog, so they added a blog. So you have the following: www.nextgenrestoration.com (main site) then they installed wordpress in a folder (blog) www.nextgenrestoration.com/blog Original person that built the site quit. New person took over and said the main site needed to changed to Wordpress because they did not have Frontpage and all they knew was Wordpress. Main site was converted to Wordpress. They wanted to keep the original design so they did not use a stock template, they just built it with their design. I guess from looking at the Editor, they manually went in and put the design in to match. Now.. this last month, the person that had changed
Technical SEO | | Force7
the site to Wordpress quit. So I got involved because the new person they hired could not add content to the main website. If you add a page, it does not show up, you have to manually go in the php and add the link to the category. The new person knows how to use Wordpress but she knows nothing about PHP so is lost when it comes to manually adding content to the site. Here was my Thoughts. The main site needs to be rebuilt in a stock template so it automatically creates new pages, blog posts. I have to make sure that if we change the
main website that we could keep all the same links and page names. The girl
that built the site, if you hover over the links that she put it under ‘florida’,
that must be a category. But we would need to keep the same page names. I know
we could do a 301 redirect but this guy cannot lose traffic. He is already down
in hits after the last Panda update. My thought was, rebuild the main site in a stock template so
someone can actually add content easily to the site. Also build a new blog
section so it all matches. (personally the existing design looks old and dated and needs updating) If you look at the site now. The blog looks totally
different and it is not helping if a customer comes to the blog but cannot see
the navigation for the whole site. My thought was to just leave the old blog, it has a LOT of backlinks. But just add a new blog to the main site and all new content goes there. The old blog would stay just make sure we did build in some call to action so it sends them to the main site. Also, we found we cannot create a Blog on the
wordpress we have installed in the main directory. I am guessing because it
wants to name it /blog? I want to be sure we give this client the best advice on what to do without
hurting his existing seo and traffic. As you can tell, I am not qualified to really give the best advice since I am so new to Wordpress. This is a small company that really needs some help. Thanks in advance for your time! Force70 -
How do you stop Wordpress spam
What's the best way to stop Wordpress spam? We don't let comments go live without moderation, so the spammers don't succeed, however it wastes time going through the comments. A captcha code could work but a lot of software can crack it. Are there any good captcha solutions or could something else work better/in conjunction? Also, is there anywhere to report spam IP addresses? Not sure much happens when you mark a comment as spam in Wordpress.
Technical SEO | | giantpeach1